/google/trends/categoriesapiKey1 credit/requestGoogle Trends categories
Returns supported top-level Google Trends category ids and labels for Trending Now category filters.
Required params: None
API Reference
Use Crawlora's Google Trends API endpoints to extract supported public Google Trends data as structured JSON. This documentation covers 11 active endpoints including Google Trends categories, Google Trends enum metadata, Google Trends explore data, Google Trends interest by region, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as request, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X POST "https://api.crawlora.net/api/v1/google/trends/explore" \
-H "x-api-key: $CRAWLORA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"category":0,"geo":"US","hl":"en-US","keywords":["chatgpt","openai"],"property":"","time_range":"today 12-m","type":"web","tz":0}'These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/google/trends/categoriesapiKey1 credit/requestReturns supported top-level Google Trends category ids and labels for Trending Now category filters.
Required params: None
/google/trends/enumsapiKey0 credits/requestReturns supported Google Trends enum values for explore/trending filters, including locations, date ranges, search types, categories, statuses, and sort modes.
Required params: None
/google/trends/exploreapiKey3 credits/requestReturns normalized Google Trends keyword analytics from internal Trends widget requests: interest over time, interest by region, related queries, and related topics when available.
Required params: request:body
/google/trends/explore/interest-by-regionapiKey2 credits/requestReturns only the interest-by-region widget from the Google Trends Explore widget flow. Supports multiple comparison terms and returns an empty interest_by_region array when Google returns no rows.
Required params: request:body
/google/trends/explore/interest-over-timeapiKey2 credits/requestReturns only the interest-over-time timeline from the Google Trends Explore widget flow. Supports multiple comparison terms.
Required params: request:body
/google/trends/explore/related-topicsapiKey2 credits/requestReturns only the related topics widget from the Google Trends Explore widget flow. Returns an empty related_topics array when Google returns no topic rows for the requested term/filter combination.
Required params: request:body
/google/trends/explore/rising-queriesapiKey2 credits/requestReturns the Rising related queries widget for one or more Google Trends explore terms. Returns an empty queries array when Google returns no rows for the requested term/filter combination.
Required params: request:body
/google/trends/explore/top-queriesapiKey2 credits/requestReturns the Top related queries widget for one or more Google Trends explore terms. Returns an empty queries array when Google returns no rows for the requested term/filter combination.
Required params: request:body
/google/trends/locationsapiKey1 credit/requestReturns supported Google Trends location codes. Explore endpoints also accept WORLDWIDE.
Required params: None
/google/trends/trendingapiKey2 credits/requestReturns normalized Google Trends Trending Now rows from the internal TrendsUi batch RPC replay.
Required params: None
/google/trends/trending/detailapiKey3 credits/requestReturns the Explore detail widgets for a single trending term, including interest over time, regional interest, top/rising related queries, and related topics when Google returns them.
Required params: request:body
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Google Trends categories | /google/trends/categories | GET | 1 credit/request | None | View docs | Try endpoint |
| Google Trends enum metadata | /google/trends/enums | GET | 0 credits/request | None | View docs | Try endpoint |
| Google Trends explore data | /google/trends/explore | POST | 3 credits/request | request:body | View docs | Try endpoint |
| Google Trends interest by region | /google/trends/explore/interest-by-region | POST | 2 credits/request | request:body | View docs | Try endpoint |
| Google Trends interest over time | /google/trends/explore/interest-over-time | POST | 2 credits/request | request:body | View docs | Try endpoint |
| Google Trends related topics | /google/trends/explore/related-topics | POST | 2 credits/request | request:body | View docs | Try endpoint |
| Google Trends explore rising queries | /google/trends/explore/rising-queries | POST | 2 credits/request | request:body | View docs | Try endpoint |
| Google Trends explore top queries | /google/trends/explore/top-queries | POST | 2 credits/request | request:body | View docs | Try endpoint |
| Google Trends locations | /google/trends/locations | GET | 1 credit/request | None | View docs | Try endpoint |
| Google Trends trending now data | /google/trends/trending | GET | 2 credits/request | None | View docs | Try endpoint |
| Google Trends trending term detail | /google/trends/trending/detail | POST | 3 credits/request | request:body | View docs | Try endpoint |