Al Jazeera News Scraper avatar

Al Jazeera News Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Al Jazeera News Scraper

Al Jazeera News Scraper

Scrapes the latest news articles from Al Jazeera, extracting useful information such as article titles, links, and other available details. Results are returned as structured dataset items and can be limited using the maximum number of items.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

abdou bougrine

abdou bougrine

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Al Jazeera News Scraper

This Apify Actor scrapes news articles from Al Jazeera using Python, Requests, and BeautifulSoup.

Input

The Actor accepts one input:

{ "maxitems": 5 }

- "maxitems": Maximum number of articles to scrape.
- Minimum: "1"
- Maximum: "10"
If a value greater than "10" is provided, the Actor limits the result to "10" articles.
Output
The scraped articles are stored in an Apify Dataset.
Each article contains:
{
"title": "Article title",
"link": "https://www.aljazeera.net/...",
"image": "https://www.aljazeera.net/...",
"alt": "Image description"
}
Quick Start
Run the Actor locally:
apify run
Log in to Apify:
apify login
Push the Actor to Apify:
apify push
Technologies
- Python
- Requests
- BeautifulSoup
- Apify Python SDK
Dataset Fields
Field| Description
"title"| Article title
"link"| Article URL
"image"| Article image URL
"alt"| Image alternative text