jobs-search-multi-mcp
Allows searching job postings on Indeed, returning results such as titles, companies, and salaries as JSON.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jobs-search-multi-mcpfind me python developer jobs in New York"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jobs Search API (Multi-Board)
Search job postings across Indeed, LinkedIn, and more from one request - titles, companies, salaries as JSON.
Part of the DataLeads API suite (Jobs category). Requests render in a real browser with anti-bot handling and protected-page support built in - no proxies to manage, no infrastructure to run.
Endpoints
Method | Path | Description |
POST |
| V1 Jobs Multi |
POST |
| V1 Jobs Indeed |
POST |
| V1 Jobs Linkedin |
POST |
| V1 Jobs |
Related MCP server: io.github.groundtruthtools/ats-jobs-mcp
Quick start
curl -X POST https://data.dataleads.pro/v1/jobs/multi \
-H 'Content-Type: application/json' \
-d '{"clientKey": "YOUR_CLIENT_KEY", "query": "python developer", "location": "New York, NY"}'Replace YOUR_CLIENT_KEY with your key. Get one at https://data.dataleads.pro - free tier included.
MCP server
Remote (Streamable HTTP):
https://data.dataleads.pro/mcp/jobs-search-multiStdio (Docker):
docker run -e DATALEADS_API_KEY=yourkey ghcr.io/dataleads/jobs-search-multi-mcp:latest
Pricing
Tier | Price | Requests |
Free | $0 | 500/mo |
Starter | $9/mo | 5,000 |
Pro | $29/mo | 25,000 |
Business | $99/mo | 100,000 |
Enterprise | custom | custom |
Full plan details at https://data.dataleads.pro.
License
MIT - see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Indeed job listings by keyword and location, and full postings, as structured JSON.
Search job postings, companies, and technology stacks across 10M+ companies.
Live job postings from 30+ ATS feeds and job boards, one schema. Live results need a Bearer key.
Glassdoor job listings and full postings with company ratings and salary estimates, as JSON.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables searching real job listings from multiple job boards (Indeed, LinkedIn, Glassdoor, Google Jobs, etc.) through a single MCP tool, designed for use as a custom connector in Claude Cowork.-
- AlicenseAqualityBmaintenanceEnables querying open job postings directly from company applicant-tracking systems (Greenhouse, Ashby, Lever), finding a company's job board, listing and comparing roles, and accessing salary data, all without scraping or API keys.3MIT
- AlicenseNot gradedqualityBmaintenanceEnables natural-language job search and aggregation from multiple recruitment websites with zero configuration, providing filtered results and standardized output for AI assistants.26 npmISC
- AlicenseAqualityCmaintenanceEnables real-time job search across thousands of companies' open roles from Greenhouse, Lever, Ashby, and SmartRecruiters, with full-text filtering and company-specific queries, no API key required.2MIT