Pull jobs programmatically
Fetch fresh job posting data on any company into your data-driven application

List jobs posted by any target company
List jobs posted by Apple
Given a target company, our Job Search Endpoint will return an exhaustive list of all jobs posted by this company
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/company/job' \
--data-urlencode 'job_type=full-time' \
--data-urlencode 'enrich_profiles=enrich' \
--data-urlencode 'experience_level=junior' \
--data-urlencode 'when=past-month' \
--data-urlencode 'flexibility=remote' \
--data-urlencode 'geo_id=92000000' \
--data-urlencode 'resolve_numeric_id=false'
{
"jobs": [
{
"company": "Apple",
"company_url":
"https://www.apple.com/",
"job_title": "Junior Software Development Engineer -
Apple Vision Pro",
},
{
"company": "Apple",
"company_url":
"https://www.apple.com/",
"job_title": "Junior Software Development Engineer -
Apple Vision Pro"
}
...
]
}
Get job details
Getting job details of a specific job post
Get details of any job posted on
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/job'\
--data-urlencode 'url=https://www.indeed.com/jobs/junior-software-development-engineer-apple-vision-pro-at-apple-3642700570' \
{
"id": "3642700570",
"job_description": "***Summary \n*** \nApple is where
individual imaginations gather together, committing to the
values that lead to great work. Every new product we build,
service we create, or Apple Store experience we deliver is the
result of us making each other's ideas stronger...",
"apply_url": "https://jobs.apple.com/en-
us/details/200461793?
board_id=176826&description_co_us_nationwide_softwareser
vices",
"title": "Junior Software Development Engineer - Apple
Vision Pro",
"location": {
"country": "United State",
"region": "California",
"city": "Cupertino",
"postal_code": null,
"latitude": null,
"longitude": null,
"street": null
},
"company": {
"name": "Apple",
"url": "https://www.apple.com/",
"logo":
"https://media.licdn.com/dms/image/C560BAQHdAaarsO-eyA/company-
logo_100_100/0/1595530301220?
e=2147483647&v=beta&t=a6naJp8ed_b3hJrmJo38yswM3vcI4zrIZFDw4FuM
c"
}
...
}
Pricing Plans
We have pricing plans for every level of usage.
The Monthly and Annual subscription plans are for businesses with predictable use of credits. Credits purchased via subscriptions are priced at a lower rate and expire at the end of every billing cycle (month/year). The best pricing requires commitment and volume. Our Pay-as-you-go credits are perfect for casual API users because they do not expire*, however they cost more.