serpapi_google_jobs
ActiveTool of Serpapi
declared in 0.1.0
Search Google Jobs for `<query>` — returns title, company, location, source, posted date, schedule, description, and apply link via SerpApi. Example: serpapi_google_jobs({ q: "data engineer", location: "Austin, TX", _apiKey: "your-serpapi-key" })
Parameters schema
{
"type": "object",
"required": [
"q",
"_apiKey"
],
"properties": {
"q": {
"type": "string",
"description": "Job search query, e.g. \"data engineer\", \"barista part time\""
},
"_apiKey": {
"type": "string",
"description": "SerpApi API key (get one at serpapi.com)"
},
"location": {
"type": "string",
"description": "Optional location, e.g. \"Austin, TX\", \"London, United Kingdom\""
}
}
}Parent server
Serpapi
https://github.com/pipeworx-io/mcp-serpapi
1/7 registries