News Media
Al Jazeera logo

Al Jazeera API

aljazeera.com

English-language news - latest articles, sections, keyword search, and journalists.

Actions
5
Category
News Media
Login
Not required
Output
JSON

Call the Al Jazeera API

Submit a task, then poll the job until it settles. This example runs aj_author.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "aj_author",
    "params": {
      "author": "Zein"
    }
  }'

5 actions on aljazeera.com

Read

  • Author Articles

    aj_authorread1 credit / call

    Returns articles by a specific journalist.

    author
    string · required
    when
    string
    limit
    integer
  • Full Article

    aj_articleread1 credit / call

    Returns the full text, author, publish date, description, and image from an article URL.

    url
    string · required
  • Latest Articles

    aj_latestread1 credit / call

    Returns the latest articles with author, excerpt, image, and breaking or live flags.

    limit
    integer
    offset
    integer
  • Search Articles

    aj_searchread1 credit / call

    Returns articles matching a keyword search with optional time filtering.

    query
    string · required
    when
    string
    limit
    integer
  • Section News

    aj_sectionread1 credit / call

    Returns articles by editorial section including news, economy, opinion, sports, and features.

    section
    string · required
    limit
    integer
    offset
    integer

Al Jazeera API questions

Is there an API for Al Jazeera?
Al Jazeera does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for aljazeera.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Al Jazeera data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when aljazeera.com changes its markup, Anakin updates the action.
Do I need a Al Jazeera account?
No. Every Al Jazeera action listed here runs anonymously — no account and no credentials required.
What does the Al Jazeera API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More News Media APIs

All News Media sites