Endpoint Playground
Test Crawlora's Sun author profile API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/sun/author?url=<url>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| url | string | Yes | Canonical The Sun author URL |
{
"code": 200,
"data": {
"url": "https://www.thesun.co.uk/author/becky-pemberton/",
"name": "Becky Pemberton",
"bio": "Becky is a senior Fabulous writer focusing on real life, royal and Bossing It stories. She was previously at the MailOnline's Travel Desk before joining the Sun in 2016.",
"articles": [
{
"title": "From bizarre 'bumsters' to 'human backpacks' - jaw-dropping catwalk moments",
"url": "https://www.thesun.co.uk/fabulous/40459810/leigh-anne-pinnock-catwalk-moments/",
"category": "Fashion",
"category_url": "https://www.thesun.co.uk/fabulous/fashion/",
"excerpt": "CATWALK shows are created with the purpose of turning heads."
}
]
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns a Sun author's byline metadata, biography, and recent articles from a canonical author URL.
{
"code": 200,
"data": {
"url": "https://www.thesun.co.uk/author/becky-pemberton/",
"name": "Becky Pemberton",
"bio": "Becky is a senior Fabulous writer focusing on real life, royal and Bossing It stories. She was previously at the MailOnline's Travel Desk before joining the Sun in 2016.",
"articles": [
{
"title": "From bizarre 'bumsters' to 'human backpacks' - jaw-dropping catwalk moments",
"url": "https://www.thesun.co.uk/fabulous/40459810/leigh-anne-pinnock-catwalk-moments/",
"category": "Fashion",
"category_url": "https://www.thesun.co.uk/fabulous/fashion/",
"excerpt": "CATWALK shows are created with the purpose of turning heads."
}
]
}
}curl "https://api.crawlora.net/api/v1/sun/author?url=<url>" \
-H "x-api-key: $CRAWLORA_API_KEY"