Public Playground
Preview the endpoint before sending a live request
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.
Playground
Google Finance category news API Playground
Returns normalized news for a Google Finance category.
GETapiKey1 credit/requestfinance.categoryNewsResponseDocGoogle Finance
Endpoint details
Returns normalized news for a Google Finance category.
- Method
- GET
- Path
- /google/finance/markets/categories/{category}/news
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Google Finance
- Parameters
- 3 documented fields
Request parameters
category:pathoffset:queryx-api-key:header
Response schema fields
codedatadata.categorydata.itemsdata.items[].published_atdata.items[].published_unixdata.items[].relateddata.items[].related[].after_hoursdata.items[].related[].after_hours.changedata.items[].related[].after_hours.change_percentdata.items[].related[].after_hours.pricedata.items[].related[].change
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"category": "2",
"items": [
{
"title": "Technology shares rise",
"source": "Reuters"
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/markets/categories/<category>/news" \
-H "x-api-key: <api-key>"