Skip to main content
POST
/
company-jobs
Find job postings for a company
curl --request POST \
  --url https://api.tryhuntr.com/company-jobs \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "domain": "stripe.com"
}
'
{
  "success": true,
  "request_id": "req_1746123456_jp1x2y",
  "domain": "stripe.com",
  "result": {
    "jobs": [
      {
        "title": "Account Executive, AI Sales",
        "department": "Sales",
        "location": "San Francisco, CA",
        "url": "https://boards.greenhouse.io/stripe/jobs/5423044"
      },
      {
        "title": "Software Engineer, Payments",
        "department": "Engineering",
        "location": "Remote",
        "url": "https://boards.greenhouse.io/stripe/jobs/7775622"
      }
    ],
    "total": 2,
    "is_hiring": true,
    "source": "greenhouse"
  },
  "price": 0.012,
  "credits_remaining": 4.988
}

Authorizations

x-api-key
string
header
required

Your Huntr API key. Get one at tryhuntr.com. Pass as x-api-key header on all authenticated requests.

Body

application/json
domain
string
required

Company domain, e.g. stripe.com.

country
string

Optional country code for job board discovery, e.g. us, uk, de, fr. Defaults to us.

Response

Job postings lookup complete.

success
boolean
request_id
string
domain
string

Normalized domain that was queried.

result
object
price
number

$0.012 when jobs found, $0.00 when nothing found.

credits_remaining
number