Skip to main content
POST
/
api
/
aljazeera
/
authors
/aljazeera/authors
curl --request POST \
  --url https://api.anysite.io/api/aljazeera/authors \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "author": "<string>",
  "timeout": 300
}
'
[
  {
    "name": "<string>",
    "@type": "@aljazeera_author_profile",
    "id": 123,
    "alias": "<string>",
    "description": "<string>",
    "job_title": "<string>",
    "image": "<string>",
    "profile_url": "<string>",
    "article_count": 123,
    "is_staff": false,
    "is_organization": false,
    "created_at": "<string>",
    "updated_at": "<string>",
    "twitter_url": "<string>",
    "facebook_url": "<string>",
    "instagram_url": "<string>",
    "linkedin_url": "<string>",
    "tiktok_url": "<string>",
    "bluesky_url": "<string>"
  }
]

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"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

name
string
required
@type
string
default:@aljazeera_author_profile
id
integer | null
alias
string | null
description
string | null
job_title
string | null
image
string | null
profile_url
string | null
article_count
integer | null
is_staff
boolean
default:false
is_organization
boolean
default:false
created_at
string | null
updated_at
string | null
twitter_url
string | null
facebook_url
string | null
instagram_url
string | null
linkedin_url
string | null
tiktok_url
string | null
bluesky_url
string | null