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 Trends locations API Playground
Returns supported Google Trends location codes. Explore endpoints also accept WORLDWIDE.
GETapiKey1 credit/requesttrends.trendsLocationsResponseDocGoogle
Endpoint details
Returns supported Google Trends location codes. Explore endpoints also accept WORLDWIDE.
- Method
- GET
- Path
- /google/trends/locations
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Parameters
- 1 documented fields
Request parameters
x-api-key:header
Response schema fields
codedatadata.locationsmsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"locations": [
"WORLDWIDE",
"US",
"HK",
"GB"
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/trends/locations" \
-H "x-api-key: <api-key>"