Introducing Proxycurl's Customer API Learn more

Pull LinkedIn jobs programmatically

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

linkedin.com/company/apple

List jobs

                    
{  
    "employee": {  
        "role":   "Scientist",
        "name":   Isaac Newton,
    }  
}
                    
{  
    "employee": {  
        "role":   "Scientist",
        "name":   Isaac Newton,
    }  
}
                    
{
    "job": [
        {
            "company": "Apple",
            "company_url": "https://www.linkedin.com/company/apple",
            "job_title": "Administrative Assistant",
            "job_url": "https://www.linkedin.com/jobs/view/administrative-assistant-at-apple-3697747025",
            "list_date": "2023-08-26",
            "location": "Cupertino, CA"
        },
        ...
    ]
}

List jobs posted by any target company

Given a target company, our Job Search Endpoint will return an exhaustive list of all jobs posted by this company on LinkedIn.

                
# Get jobs posted by Apple on LinkedIn
$ curl \
    -G \
    -H "Authorization: Bearer ${YOUR_API_KEY}" \
    'https://nubela.co/proxycurl/api/v2/linkedin/company/job' \
    --data-urlencode 'geo_id=92000000' \
    --data-urlencode 'keyword=software engineer' \
    --data-urlencode 'search_id=162479'
                
{
  "job": [
        {
            "company": "Apple",
            "company_url": "https://www.linkedin.com/company/apple",
            "job_title": "Junior Software Development Engineer - Apple Vision Pro",
            "job_url": "https://www.linkedin.com/jobs/view/junior-software-development-engineer-apple-vision-pro-at-apple-3642700570",
            "list_date": "2023-08-29",
            "location": "Cupertino, CA"
        },
        {
            "company": "Apple",
            "company_url": "https://www.linkedin.com/company/apple",
            "job_title": "Junior Software Development Engineer - Apple Vision Pro",
            "job_url": "https://www.linkedin.com/jobs/view/junior-software-development-engineer-apple-vision-pro-at-apple-3685453839",
            "list_date": "2023-08-31",
            "location": "Cupertino, CA"
        },
        ...
    ]
}

Get job details

Get details of any job posted on LinkedIn.

                
# Getting job details of a specific job post
$ curl \
    -G \
    -H "Authorization: Bearer ${YOUR_API_KEY}" \
    'https://nubela.co/proxycurl/api/linkedin/job' \
    --data-urlencode 'url=https://www.linkedin.com/jobs/view/junior-software-development-engineer-apple-vision-pro-at-apple-3642700570'
                
{
    "linkedin_internal_id": "3642700570",
    "job_description": "  \n**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=17682&cid=scrape_co_us_linkedin_nationwide_software+services",
    "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.linkedin.com/company/apple",
        "logo": "https://media.licdn.com/dms/image/C560BAQHdAaarsO-eyA/company-logo_100_100/0/1595530301220?e=2147483647&v=beta&t=a6najp8ed_b33hJrmJoJ8ysmVM3vcI4zriZFDw4FUWc"
    },
    "seniority_level": "Not Applicable",
    "industry": [
        "Computers and Electronics Manufacturing"
    ],
    "employment_type": "Full-time",
    "job_functions": [
        "Engineering and Information Technology"
    ],
    "total_applicants": 200
}

Filter jobs by

Flexibility

Region

Keyword

Last posted

Company

5 results found

google logo

Rotational Software Engineer

Meta

New York, NY

2023-09-06

google logo

Software Engineer, Google Ads

Google

Bengaluru, Karnataka, India

2023-09-07

google logo

Junior Software Development Engineer - Apple Vision Pro

Apple

Cupertino, CA

2023-08-29

google logo

Software Engineer, Front End

Meta

New York, NY

2023-09-02

google logo

Software Engineer, Backend

Google

Singapore

2023-08-24

See Docs for Job Listings Endpoint
Tracking job postings

Identify investment signals by tracking job postings count of startups

Job postings are a proxy for how fast a company is planning to grow it's team. Monitor the growth of job postings of any target company with Proxycurl's Job Listing Count API.

See Docs for Jobs Listing Count API Endpoint
Identify investment signals by tracking job postings count of startups illustration
Identify remote job

Identify remote-only job opportunities

Use the flexibility=remote parameter in
Job Search Endpoint
Identify remote-only job opportunities illustration
Hire specific skillsets

Search for companies looking to hire for specific skillsets

Search for job posts matching keywords that you provide.

Use the keyword parameter in Job Search Endpoint
Search for companies looking to hire for specific skillsets illustration

Pricing

Pay as you go
Starts from
$ 0.009 / credit

2 credits / successful API call

See Pricing Table

Featured Articles

Here's what we've been up to recently.