Endpoint Playground
Test Crawlora's Yahoo Entertainment Article 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/yahoo-entertainment/article?url=<url>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| url | string | Yes | Canonical www.yahoo.com/entertainment/ article URL |
{
"code": 200,
"msg": "OK",
"data": {
"url": "https://www.yahoo.com/entertainment/articles/childs-play-french-artist-saypes-051719401.html",
"title": "Child's play: French artist Saype's giant ephemeral frescoes takeover Swiss alpine resort",
"description": "The latest works in a series of experimental and ephemeral paintings by French land artist Saype are currently on display on the high slopes of Swiss alpine resort Villars-sur-Ollon.",
"author": "Tokunbo Salako",
"published_at": "2026-08-14T05:17:19Z",
"updated_at": "2026-08-14T05:17:19Z",
"section": "Yahoo Entertainment",
"image_url": "https://s.yimg.com/lo/mysterio/api/example/saype-hero.jpg",
"keywords": [
"Swiss ski resort",
"French artist",
"French land artist"
],
"provider": "Euronews",
"paragraphs": [
"The latest works in a series of experimental and ephemeral paintings by French land artist Saype are currently on display."
]
}
}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 single Yahoo Entertainment article's full content: title, description, author, publish/update time, section, image, keywords, original publisher, and body paragraphs. Accepts a canonical www.yahoo.com/entertainment/ article URL, such as one returned by the home or category story streams.
{
"code": 200,
"msg": "OK",
"data": {
"url": "https://www.yahoo.com/entertainment/articles/childs-play-french-artist-saypes-051719401.html",
"title": "Child's play: French artist Saype's giant ephemeral frescoes takeover Swiss alpine resort",
"description": "The latest works in a series of experimental and ephemeral paintings by French land artist Saype are currently on display on the high slopes of Swiss alpine resort Villars-sur-Ollon.",
"author": "Tokunbo Salako",
"published_at": "2026-08-14T05:17:19Z",
"updated_at": "2026-08-14T05:17:19Z",
"section": "Yahoo Entertainment",
"image_url": "https://s.yimg.com/lo/mysterio/api/example/saype-hero.jpg",
"keywords": [
"Swiss ski resort",
"French artist",
"French land artist"
],
"provider": "Euronews",
"paragraphs": [
"The latest works in a series of experimental and ephemeral paintings by French land artist Saype are currently on display."
]
}
}curl "https://api.crawlora.net/api/v1/yahoo-entertainment/article?url=<url>" \
-H "x-api-key: $CRAWLORA_API_KEY"