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
Search Google Jobs API Playground
Returns normalized Google Jobs results parsed from public Google web responses.
POSTapiKey3 credits/requestgoogle.JobsResponseGoogle
Endpoint details
Returns normalized Google Jobs results parsed from public Google web responses.
- Method
- POST
- Path
- /google/jobs
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- Parameters
- 2 documented fields
Request parameters
option:bodyx-api-key:header
Response schema fields
locationpagequeryresultsresults[].companyresults[].employmentresults[].locationresults[].posted_atresults[].snippetresults[].sourceresults[].titleresults[].url
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"query": "software engineer",
"location": "San Francisco, CA",
"page": 1,
"results": [
{
"title": "Software Engineer",
"snippet": "Software Engineer · Example"
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/jobs" \
-H "x-api-key: <api-key>" \
-X POST \
--data "{}"