MEKA/APIS/LINKEDIN JOBS
PRIVATE BETA

LinkedIn
Jobs API

Turn a role, location, or LinkedIn search URL into complete, normalized job records—without maintaining a crawler.

INPUTSearch intent or URL
OUTPUTJSON / CSV dataset
COVERAGE199 countries
ACCESSApify · x402 next
REQUEST / RESPONSE

A small request.
A finished dataset.

Submit search intent once. The API handles result traversal, detail enrichment, company lookup, deduplication, and recovery.

FOLLOW ON APIFY
REQUESTRESPONSE
POST /v1/linkedin/jobs/search

{
  "query": "AI Engineer",
  "location": "Singapore",
  "limit": 100
}
200 OK
{
  "jobId": "4219074168",
  "title": "Senior AI Engineer",
  "company": "Northstar Labs",
  "location": "San Francisco, CA",
  "workplaceType": "Hybrid",
  "postedAt": "2026-09-15",
  "applicants": 37
}
CAPABILITIES

Everything between
search and delivery.

A single API contract hides the fragile, source-specific work that usually breaks production data pipelines.

  1. 01Precise search

    Keywords, geography, recency, company, experience, and workplace type.

  2. 02Complete traversal

    Automatic pagination and deduplication across the full result set.

  3. 03Rich details

    Full descriptions, apply links, normalized fields, and optional company data.

  4. 04Reliable recovery

    Retries and checkpoint-aware execution keep long requests moving.

OUTPUT SCHEMA

Consistent fields,
ready to use.

Stable field names let downstream agents and automations operate without source-specific cleanup.

01job_id
02title
03company
04company_url
05location
06workplace_type
07description
08salary
09applicants
10seniority
11posted_at
12apply_url
ACCESS

Choose how
you call it.

Start through Apify. Direct x402 access will give autonomous agents a stateless, metered path.

X / 02

Pay with x402

Account-free HTTP access designed for agent-native workflows.

IN DEVELOPMENT