/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 5 active endpoints including Search Google Jobs, Search Google News, Google search API, Suggest Google search queries, 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 option, q, searchOption, 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/search" \
-H "x-api-key: $CRAWLORA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"country":"us","keyword":"chatgpt","language":"en","limit":10,"page":1}'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/newsapiKey3 credits/requestReturns normalized Google News vertical results (title, source, link, age) parsed from the public Google News results page. Locale defaults to country=us and lang=en. Returns 503 when Google serves a challenge page or unusable HTML.
Required params: q:query
/google/searchapiKey3 credits/requestReturns normalized Google web search results. Results are fetched through proxied browser renderers that race several concurrent renders per request and return the first clean result, with 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/videosapiKey3 credits/requestReturns normalized Google video vertical results (title, platform, link, duration, age) parsed from the public Google video results page. Locale defaults to country=us and lang=en. Returns 503 when Google serves a challenge page or unusable HTML.
Required params: q:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Search Google Jobs | /google/jobs | POST | 3 credits/request | option:body | View docs | Try endpoint |
| Search Google News | /google/news | GET | 3 credits/request | q:query | 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 |
| Search Google video results | /google/videos | GET | 3 credits/request | q:query | View docs | Try endpoint |