🛰 developer & AI docs
The data layer for web3 jobs
A free, CORS-open REST API and a hosted MCP server over the same live, deduplicated web3 job data that powers the site. Built for AI assistants, agents, and developers. No key, no signup.
REST API
Base URL https://web3jobsradar.com. JSON, CORS-open, rate-limited to 120 req/min per IP. Every job links to the company's original posting.
GET /api/jobs
Search live jobs. Filters: q, role, chain, remote (remote·hybrid·onsite), salary (annual USD floor), since (24h·7d·30d), sort (new·salary), page, limit (≤50).
curl "https://web3jobsradar.com/api/jobs?role=solidity&remote=remote&salary=150000&limit=5"
GET /api/jobs/{id}
One job with its full description.
GET /api/companies
Every company hiring, with live job counts.
GET /api/stats
Market stats: total live jobs, new in 24h, companies hiring, top roles & companies.
MCP server (Claude, Cursor, agents)
A hosted Model Context Protocol server lets AI clients query web3 jobs as a tool. Add the endpoint to any MCP client:
https://web3jobsradar.com/api/mcp
Tools: search_web3_jobs, get_web3_job, list_web3_companies, web3_job_market_stats.
Claude Desktop / Cursor → add MCP server → paste the URL above (streamable HTTP, no auth).
ChatGPT & OpenAPI
The full machine-readable schema is served at /api/openapi. Import it into a ChatGPT GPT Action (Actions → Import from URL) to give ChatGPT live web3-job search.
For LLMs & crawlers
/llms.txt describes the data and endpoints for language models. AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended) are welcome. Attribution appreciated: "source: Web3 Jobs Radar (web3jobsradar.com)".