Skip to main content
POST
/
linkedin
/
jobs
/
collect
cURL
curl -X POST "https://api.brightdata.com/linkedin/jobs/collect" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.linkedin.com/jobs/view/123456789"}'
{
  "job_posting_id": "123456789",
  "job_title": "Senior Software Engineer",
  "job_summary": "We are looking for an experienced software engineer to join our team.",
  "job_seniority_level": "Mid-Senior level",
  "job_function": "Engineering",
  "job_employment_type": "Full-time",
  "job_industries": [
    "Information Technology",
    "Software"
  ],
  "job_base_pay_range": "$120,000 - $150,000",
  "base_salary": 135000,
  "job_description_formatted": "<p>Responsibilities include building scalable systems...</p>",
  "company_name": "Example Corp",
  "company_id": "987654",
  "company_url": "https://www.linkedin.com/company/example-corp/",
  "company_logo": "https://cdn.linkedin.com/logo.png",
  "job_location": "San Francisco, CA, United States",
  "job_posted_time": "3 days ago",
  "job_posted_date": "2024-01-15",
  "job_num_applicants": 42,
  "job_poster": "John Doe",
  "apply_link": "https://www.linkedin.com/jobs/apply/123456789",
  "country_code": "US",
  "title_id": "software-engineer-iii"
}

Job Listings Information API

The Job Listings Information API allows you to collect detailed information about a single LinkedIn job listing by providing the job URL.

Collect by URL

This endpoint allows users to collect comprehensive data about a LinkedIn job posting, including job details, company information, and metadata.

Input Parameters

URL
string
required
The LinkedIn job listing URL.

Output Structure

Includes comprehensive job, company, and metadata details.

Job details

  • job_posting_id
  • job_title
  • job_summary
  • job_seniority_level
  • job_function
  • job_employment_type
  • job_industries
  • job_base_pay_range
  • base_salary
  • job_description_formatted
  • and more
For the full list of fields,
View complete output reference

Company details

  • company_name
  • company_id
  • company_url
  • company_logo

Job metadata

  • job_location
  • job_posted_time
  • job_posted_date
  • job_num_applicants
  • apply_link
  • country_code
  • title_id

Job poster information

  • job_poster

This endpoint provides a complete snapshot of a LinkedIn job listing, making it suitable for job market analysis, hiring trend tracking, and competitive research.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string<uri>
required

LinkedIn job listing URL

Response

Job listing collected successfully

job_posting_id
string
job_title
string
job_summary
string
job_seniority_level
string
job_function
string
job_employment_type
string
job_industries
string[]
job_base_pay_range
string
base_salary
number
job_description_formatted
string
company_name
string
company_id
string
company_url
string
job_location
string
job_posted_time
string
job_posted_date
string
job_num_applicants
integer
job_poster
string
country_code
string
title_id
string