/google/jobsapiKey3 credits/requestSearch Google Jobs
Returns normalized Google Jobs results parsed from public Google web responses.
Required params: option:body
API Reference
Use Crawlora's Google API endpoints to extract supported public Google data as structured JSON. This documentation covers 14 active endpoints including Search Google Jobs, Google search API, Suggest Google search queries, Google Trends categories, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as option, searchOption, q, 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/jobs" \
-H "x-api-key: $CRAWLORA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"location":"San Francisco, CA","page":1,"query":"software engineer"}'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/jobsapiKey3 credits/requestReturns normalized Google Jobs results parsed from public Google web responses.
Required params: option:body
/google/searchapiKey3 credits/requestReturns normalized Google web search results. Results are fetched through Rayobrowse-rendered Chrome with availability fanout and stale-cache fallback when available. The endpoint returns 503 when Google serves a challenge page or unusable HTML. Rate limit is enforced at 1 request per second, and if the limit is exceeded a 429 status code is returned with rate limit headers.
Required params: searchOption:body
/google/suggestapiKey1 credit/requestReturns Google autosuggest query completions from the public unauthenticated suggest JSON endpoint.
Required params: q:query
/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 |
|---|---|---|---|---|---|---|
| Search Google Jobs | /google/jobs | POST | 3 credits/request | option:body | View docs | Try endpoint |
| Google search API | /google/search | POST | 3 credits/request | searchOption:body | View docs | Try endpoint |
| Suggest Google search queries | /google/suggest | GET | 1 credit/request | q:query | View docs | Try endpoint |
| 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 |