← Catalog

company.jobs

coming soon

Job postings for a company, or matching a title and location: the hiring signal behind most buying intent.

Coming soon. No real adapter serves this capability yet. The sandbox returns clearly labeled mock data against the final schema, so you can integrate now and switch on real routing when the first provider goes live.

Providers

ProviderStatus
LeadMagic adapter next
PredictLeads adapter next
Apify adapter next

Billing

Unit: per_result · unmatched results billed: no
Priced per job returned. The exact quote is reserved before execution; no jobs found releases the hold.

The exact price is returned by /v1/inspect before every call and reserved on execution.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "company.jobs",
    "input": {  },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "company": {
      "description": "Company name, domain or LinkedIn URL",
      "type": "string"
    },
    "domain": {
      "description": "Company domain (PredictLeads route)",
      "type": "string"
    },
    "limit": {
      "default": 20,
      "type": "integer"
    },
    "location": {
      "type": "string"
    },
    "posted_within": {
      "enum": [
        "24h",
        "week",
        "month"
      ],
      "type": "string"
    },
    "query": {
      "description": "Job title or keywords",
      "type": "string"
    }
  },
  "type": "object"
}

Normalized output fields

jobs