Legacy product — separate from the metered data plane

JobsAPI is a standalone, flat-rate API product with its own monthly plans. It is not the hiring-signals data plane. The data plane is priced by metered usage — start at $0, pay per unit, no contract, no subscription. The plans shown here apply only to the standalone JobsAPI product.

Job Posting Data API

Search millions of job postings and company profiles via a simple REST API. Signals, enrichment, semantic search, and more.

import httpx

resp = httpx.post(
    "https://api.jobsapi.com/api/v1/signals/search",
    headers={"X-API-Key": "japi_your_key_here"},
    json={"search_terms": ["python developer"], "signal_countries": ["GB"]}
)
jobs = resp.json()["signals"]

Job Search

Full-text search, skill filtering, salary ranges, location, remote type, and more. Cursor-based pagination for large result sets.

Company Data

Enriched company profiles with industry, headcount, location, and LinkedIn data. Search and filter companies by hiring activity.

Semantic Search

AI-powered job title matching with technology constraints. Find relevant roles even when titles vary across companies.

Analytics

Aggregate job data by source, country, and time. Track hiring trends across industries and regions.

Batch Operations

Multi-query search and batch lookups for high-throughput integrations. Up to 50 queries per request.

JobsAPI plans (legacy)

Flat monthly subscriptions for the standalone JobsAPI product. Start free. Scale as you grow.

Free

$0/mo

  • 100 requests/month
  • Job search + companies
  • Semantic search
Popular

Starter

$49/mo

  • 5,000 requests/month
  • Batch + analytics
  • Higher rate limits

Professional

$199/mo

  • 50,000 requests/month
  • Priority support
View full pricing details →