Skip to main content
POST
/
api
/
aljazeera
/
authors
/
articles
/aljazeera/authors/articles
curl --request POST \
  --url https://api.anysite.io/api/aljazeera/authors/articles \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "author": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": 123,
    "title": "<string>",
    "@type": "@aljazeera_author_article",
    "replacement_title": "<string>",
    "post_type": "<string>",
    "excerpt": "<string>",
    "labels": [],
    "published_at": "<string>",
    "web_url": "<string>",
    "short_url": "<string>",
    "proxy_short_url": "<string>",
    "external_url": "<string>",
    "is_breaking": false,
    "is_developing": false,
    "is_live": false,
    "authors": [],
    "sources": [],
    "image": "<string>",
    "image_caption": "<string>",
    "image_credit": "<string>",
    "thumbnail": "<string>",
    "gallery_images": [],
    "gallery_image_count": 123,
    "audio_url": "<string>",
    "audio_duration": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
author
string
required

Al Jazeera author page URL or author alias

Minimum string length: 1
Examples:

"https://www.aljazeera.com/author/maram_humaid_180330170649742"

"justin_salhani_150211052541586"

count
integer
required

Max number of articles to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
title
string
required
@type
string
default:@aljazeera_author_article
replacement_title
string | null
post_type
string | null
excerpt
string | null
labels
string[]
published_at
string | null
web_url
string | null
short_url
string | null
proxy_short_url
string | null
external_url
string | null
is_breaking
boolean
default:false
is_developing
boolean
default:false
is_live
boolean
default:false
authors
AljazeeraAuthor · object[]
sources
string[]
image
string | null
image_caption
string | null
image_credit
string | null
thumbnail
string | null
audio_url
string | null
audio_duration
number | null