Search Google Jobs: pay per use, no API key
Use SerpApi from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Return Google Jobs postings with companies, locations, salaries, and apply links through SerpApi.
Price and execution
- Price
- $0.03
- Pricing model
- Fixed price per successful call
- Execution class
- fast
Limits
No additional limits are published for this tool.
Parameters
Fields serp.jobs accepts as JSON input.
limitintegerOptionalMaximum number of records to return.
querystringRequiredJob-search terms, such as role, skills, or employer.
countrystringOptionalTwo-letter country code for the Google Jobs market.
languagestringOptionalTwo-letter language code for job results.
locationstringOptionalJob location, such as a city, region, country, or `remote`.
Raw input JSON Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of records to return."
},
"query": {
"type": "string",
"maxLength": 1000,
"minLength": 1,
"description": "Job-search terms, such as role, skills, or employer."
},
"country": {
"type": "string",
"default": "us",
"pattern": "^[A-Za-z]{2}quot;,
"description": "Two-letter country code for the Google Jobs market."
},
"language": {
"type": "string",
"default": "en",
"pattern": "^[A-Za-z]{2}quot;,
"description": "Two-letter language code for job results."
},
"location": {
"type": "string",
"maxLength": 255,
"minLength": 1,
"description": "Job location, such as a city, region, country, or `remote`."
}
},
"additionalProperties": false
}Returns
Fields a successful serp.jobs call returns.
jobsarray of objectRequiredviastring | nullRequiredtitlestringRequiredjob_idstring | nullRequiredsalarystring | nullRequiredlocationstring | nullRequiredposted_atstring | nullRequiredapply_linkstring | nullRequireddescriptionstring | nullRequiredcompany_namestring | nullRequiredschedule_typestring | nullRequired
querystringRequiredsearch_idstringRequiredretrieved_atstring (date-time)Required
Raw output JSON Schema
{
"type": "object",
"required": [
"query",
"jobs",
"search_id",
"retrieved_at"
],
"properties": {
"jobs": {
"type": "array",
"items": {
"type": "object",
"required": [
"job_id",
"title",
"company_name",
"location",
"via",
"description",
"posted_at",
"schedule_type",
"salary",
"apply_link"
],
"properties": {
"via": {
"type": [
"string",
"null"
]
},
"title": {
"type": "string"
},
"job_id": {
"type": [
"string",
"null"
]
},
"salary": {
"type": [
"string",
"null"
]
},
"location": {
"type": [
"string",
"null"
]
},
"posted_at": {
"type": [
"string",
"null"
]
},
"apply_link": {
"type": [
"string",
"null"
],
"format": "uri"
},
"description": {
"type": [
"string",
"null"
]
},
"company_name": {
"type": [
"string",
"null"
]
},
"schedule_type": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
},
"maxItems": 100
},
"query": {
"type": "string"
},
"search_id": {
"type": "string"
},
"retrieved_at": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
}Run this tool
Copy this instruction to your agent to set up Cralo and call this tool with the example input.
Set up Cralo by following https://cralo.ai/SKILL.md, then call the serp.jobs tool with this input: {"query":"developer advocate","location":"United States","country":"us","language":"en"}Safety notes
- Side Effect
- read_only
- Public Sources Only
- Yes
How this compares to using SerpApi directly
You do not need a separate SerpApi account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.
Related tools
[Browse all tools]- $0.03Get Google Trends interestReturn Google Trends interest over time, interest by region, and related queries through SerpApi.SerpApi
serp.trendsInstant - $0.03Search GoogleReturn normalized organic Google results and direct answers through SerpApi.SerpApi
serp.googleInstant - $0.03Search Google ImagesReturn Google Images results with source links and thumbnails through SerpApi.SerpApi
serp.imagesInstant - $0.03Search Google MapsReturn Google Maps places with addresses, ratings, and coordinates through SerpApi.SerpApi
serp.mapsInstant - $0.03Search Google NewsReturn current Google News stories, sources, dates, and snippets through SerpApi.SerpApi
serp.newsInstant