Endpoint Playground
Test Crawlora's Google Finance Headline 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/google/finance/markets/headline" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"article": {
"title": "The S&P 500 Just Hit a Record High. Is It Too Late to Buy?",
"source": "TipRanks",
"url": "https://www.tipranks.com/news/the-sp-500-just-hit-a-record-high-is-it-too-late-to-buy",
"published_unix": 1777403286,
"published_at": "2026-04-28T19:08:06Z",
"thumbnail_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTsy2ZSFvZXrlIRo084m5icW9Ne...",
"related": [
{
"ticker": ".INX",
"exchange": "INDEXSP",
"name": "S&P 500",
"type": "index",
"price": 7138.8,
"change": -35.11035,
"change_percent": -0.48941723,
"identifier": ".INX:INDEXSP"
}
]
}
}
}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 the top Google Finance headline.
{
"code": 200,
"msg": "OK",
"data": {
"article": {
"title": "The S&P 500 Just Hit a Record High. Is It Too Late to Buy?",
"source": "TipRanks",
"url": "https://www.tipranks.com/news/the-sp-500-just-hit-a-record-high-is-it-too-late-to-buy",
"published_unix": 1777403286,
"published_at": "2026-04-28T19:08:06Z",
"thumbnail_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTsy2ZSFvZXrlIRo084m5icW9Ne...",
"related": [
{
"ticker": ".INX",
"exchange": "INDEXSP",
"name": "S&P 500",
"type": "index",
"price": 7138.8,
"change": -35.11035,
"change_percent": -0.48941723,
"identifier": ".INX:INDEXSP"
}
]
}
}
}curl "https://api.crawlora.net/api/v1/google/finance/markets/headline" \
-H "x-api-key: $CRAWLORA_API_KEY"