Pull LinkedIn 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 on LinkedIn
Input
{
"first_name": "John",
"follower_count": null,
"full_name": "John Marty",
"headline": "Financial Freedom through Real Estate - Top
VoIce",
"name": "Marty",
"occupation": "Co-founder at Freedom Fund Real Estate",
"public_identifier": "johnmarty"
}
{
"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
Input
{
"first_name": "John",
"follower_count": null,
"full_name": "John Marty",
"headline": "Financial Freedom through Real Estate - Top
VoIce",
"name": "Marty",
"occupation": "Co-founder at Freedom Fund Real Estate",
"public_identifier": "johnmarty"
}
{
"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...",
"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"
}
...
}