Google Jobs listings with direct apply links via the Apify Google Jobs Scraper, hosted MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The most efficient, reliable, and developer-friendly way to use the Google Jobs API.
Actor page: apify.com/johnvc/Google-Jobs-Scraper Input schema: apify.com/johnvc/Google-Jobs-Scraper/input-schema
The Google Jobs API searches Google Jobs and returns clean, structured JSON, one record per listing. Each job includes title, company, location, source platform, the full description, structured highlights (qualifications, responsibilities, benefits), parsed metadata (posting date, schedule type, benefits), and direct apply links across platforms (LinkedIn, Indeed, company site, and more). Supports location targeting, location-radius search, country and language filtering, and pagination.
Looking for per-result pricing instead of per-page? See the pay-per-result edition.
Clone the repository
Install dependencies with UV
Configure your API key
Run the example
One record per job, fully detailed. Every listing comes with title, company, location, source, the full description, structured highlights, and parsed metadata, so you can load it straight into an ATS, a dashboard, or an analysis pipeline.
Direct apply links. Each job includes apply options across platforms (LinkedIn, Indeed, the company careers site, and more) with direct URLs.
Targeted search. Filter by location, country, language, and Google domain, and use location-radius search to focus on a specific area.
Predictable, pay-per-use pricing. Billing is per page processed, with no subscription. You control cost with the page limit.
Easy to automate. Call it from Python in a few lines, or load it as an MCP tool so assistants like Claude and Cursor can search jobs for you on demand.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | - | Job search query, e.g. Software Engineer, Data Scientist. |
location | string | No | - | Job location (city level recommended), e.g. San Francisco, CA. |
country | string | No | (none) | Country code (ISO 3166-1 alpha-2), e.g. us, de. |
language | string | No | (none) | Language code for results, e.g. en. |
google_domain | string | No | google.com | Google domain to search. |
num_results | integer | No | 100 | Maximum number of job results to return. |
max_pagination | integer | No | 0 | Maximum pages to fetch (~10 results each); 0 = unlimited. Each page is billed separately. |
include_lrad | boolean | No | false | Enable location-radius filtering. |
lrad_value | string | No | 5 | Radius in km when include_lrad is true. |
output_file | string | No | - | Optional filename to save results. |
A real result for Software Engineer in San Francisco (one item per job; the full description, job_highlights, extensions, and detected_extensions are present but omitted here for readability, and job_id is truncated).
Each job record also includes the full description text, a job_highlights array (qualifications, responsibilities, benefits), an extensions array of raw tags (for example Full-time), and a detected_extensions object with parsed fields like posting date and schedule type.
You can load the Google Jobs API as an MCP tool so assistants call it for you. The MCP server URL preloads just this one Actor:
Authenticate with OAuth in the browser when offered, or with your Apify API token (the same APIFY_API_TOKEN used by the Python example). Get a token at https://console.apify.com/settings/integrations and a free Apify account at https://apify.com?fpr=9n7kx3 .

Cowork is the desktop app's automation mode. To give it the Google Jobs API as a tool, add the Apify MCP server as a connector.
claude_desktop_config.json directly).
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonDownload the desktop app and start a free trial: https://claude.ai/referral/uIlpa7nPLg More help: https://docs.apify.com/platform/integrations/claude-desktop

Claude Code is the command-line tool. Add the Actor's MCP server with one command:
To use a token instead of browser OAuth:
Then verify with claude mcp list, or run /mcp inside a session. Ask Claude Code to call the Google Jobs API.
Try Claude Code free: https://claude.ai/referral/uIlpa7nPLg Claude Code MCP docs: https://code.claude.com/docs/en/mcp

On claude.ai you add Apify as a connector, then enable just this Actor's tool.
johnvc/Google-Jobs-Scraper.https://mcp.apify.com/?tools=actors,docs,johnvc/Google-Jobs-Scraper, using OAuth when prompted.Open Claude on the web: https://claude.ai/referral/uIlpa7nPLg

Cursor reads MCP servers from a project file at .cursor/mcp.json.
.cursor/mcp.json:No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/google-jobs)<a href="https://allmcps.com/mcp/google-jobs"><img src="https://allmcps.com/api/badge/google-jobs?style=directory" alt="Google Jobs on AllMCPs" /></a>