Job Data API

Access thousands of jobs scraped directly from company career pages. No LinkedIn. No Indeed. Clean JSON, simple pricing.

Direct from source

Jobs from company career pages, not aggregators

Simple REST API

JSON responses, straightforward endpoints

Free tier

Start building with generous free limits

38 categories, 100+ countries

Filter by category, country, remote, salary

Structured data

Salary ranges, company domains, remote flags

Developer-first

Clear docs, API keys in seconds, no sales calls

Quick example

# Get software development jobs

curl https://api.jobcrawl.org/v1/jobs \

-H "Authorization: Bearer YOUR_API_KEY" \

-d 'category=software-development' \

-d 'country=US'

Pricing

Free

$0

1,000 requests/month

Pro

$29/mo

50,000 requests/month

Enterprise

Custom

Unlimited + priority support

FAQ

How do I get started with the JobCrawl API?

Sign up at jobcrawl.org, go to Account → API Keys, and create a key. Then make requests to jobcrawl.org/api/v1/jobs with your key as a Bearer token in the Authorization header.

What data does the API provide?

Job title, company name, company domain, salary range (min/max/currency), location, country, remote status, category, posting date, and direct apply URL. All sourced from company career pages.

Is there a free tier?

Yes. The free tier includes 100 requests per day and up to 3 API keys — enough for prototypes and hobby projects.

What format does the API use?

JSON over REST with simple query parameters for filtering by category, country, salary range, remote status, and full-text search. The OpenAPI spec is available at jobcrawl.org/openapi.json.

Where is the API documentation?

The full OpenAPI 3.1 spec is at jobcrawl.org/openapi.json. Human-readable docs are at jobcrawl.org/developers. The llms.txt file at jobcrawl.org/llms.txt also includes API details.

API coming soon

We're building the developer API. Drop your email and we'll notify you when it launches.