26 platforms, inside your AI
Zomler

API · Indeed

[ docs ]Jobs & work

Indeed

Measured Indeed job data, one operation per call. ops: search (query + location on one country's Indeed, with workplace, employmentType, postedWithin and sort filters — every hit a full posting: title, company with industry and size, salary range and period, employment type, workplace type, skills, benefits, hiring signals like urgent-hire and employer response rate, apply link), jobs (full postings for up to ten job keys or job URLs). Fresh fetches cost credits; anything already held is free.

POST https://api.zomler.com/api/v1/platforms/indeed

jobs

from 1 credit · fresh for 3 days

Full postings for up to ten Indeed job keys or job URLs.

Request fields

FieldTypeDefaultValues / limits
subjectsrequiredlist of string1-10 items
countryenumUSUSGBCAAUINDEFRJPBRMXITESNLBECHATSGHKIENZARCLCO

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/indeed \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "jobs",
    "subjects": [
      "example"
    ]
  },
  "estimateOnly": false
}'