Endpoint Playground
Test Crawlora's Yahoo Life Home 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-life/home" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"items": [
{
"id": "133000932",
"title": "Water bottles, bag charms and analog everything: 100 back-to-school trends kids actually care about in 2026",
"url": "https://www.yahoo.com/lifestyle/article/water-bottles-bag-charms-and-analog-everything-100-back-to-school-trends-kids-actually-care-about-in-2026-133000932.html",
"thumbnail_url": "https://s.yimg.com/lo/mysterio/api/example/bts-hub-header.jpg"
}
]
}
}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 Yahoo Life's homepage editorial story feed: title, destination URL, and thumbnail image for each story. Sourced from Yahoo Life's own server-rendered homepage.
{
"code": 200,
"msg": "OK",
"data": {
"items": [
{
"id": "133000932",
"title": "Water bottles, bag charms and analog everything: 100 back-to-school trends kids actually care about in 2026",
"url": "https://www.yahoo.com/lifestyle/article/water-bottles-bag-charms-and-analog-everything-100-back-to-school-trends-kids-actually-care-about-in-2026-133000932.html",
"thumbnail_url": "https://s.yimg.com/lo/mysterio/api/example/bts-hub-header.jpg"
}
]
}
}curl "https://api.crawlora.net/api/v1/yahoo-life/home" \
-H "x-api-key: $CRAWLORA_API_KEY"