Documentation Index Fetch the complete documentation index at: https://docs.linkupapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve information about the job postings you have created on LinkedIn. You can choose between getting basic information (title, company, location) at no cost, or complete details (description, applicant statistics, workplace type, industry) for 1 credit per job posting.
Credit Usage:
With fetch_details: true (default): 1 credit per job posting retrieved.
With fetch_details: false: 1 credit per 10 results (or fraction thereof). For example:
1-10 results = 1 credit
11-20 results = 2 credits
300 results = 30 credits
When specifying a job_id, 1 credit is always used regardless of fetch_details value.
Body Parameters
LinkedIn authentication cookie obtained from the login/verify process
Optional: Retrieve details for a specific job posting by its LinkedIn ID
Whether to retrieve complete job details (true) or basic information only (false)
Number of job postings to retrieve per page when using pagination
First page to fetch when using pagination mode
end_page
number
default: "same as start_page"
Last page to fetch when using pagination mode
Country code for proxy selection. Available: (US, UK, FR, DE, NL, IT, IL, CA, BR, ES, IN)
Response
Request status (success/error)
Number of job postings returned in this response
data.total_available_results
Total number of job postings available on LinkedIn
Indicates whether the response contains complete details or basic information only
Pagination information (not included when using job_id)
List of job postings with details according to fetch_details parameter
data.posts[].linkedin_job_id
LinkedIn’s internal job posting ID
data.posts[].company_name
Company name
URL to view the job posting
Human-readable posting date (e.g. “Posted 2 days ago”) - Basic info only
Basic status (e.g. “Active”) - Basic info only
data.posts[].applicants_count
Human-readable applicant count (e.g. “25+ applicants”) - Basic info only
The following fields are only available when fetch_details is true:
Current state of the job posting (OPEN, CLOSED, SUSPENDED, etc.)
data.posts[].editableDescription
HTML-formatted job description
data.posts[].employment_status
Employment type (Full-time, Part-time, etc.)
data.posts[].workplace_type
Workplace type (On-site, Remote, Hybrid)
Timestamp when job was created
Timestamp when job was listed
Timestamp when job was closed (if applicable)
Number of views the job posting has received
Number of applications the job posting has received
data.posts[].contact_email
Contact email for the job posting
data.posts[].suspend_reasons
Reasons why the job posting might be suspended
Industries associated with the job posting
data.posts[].talent_questions
Screening questions for applicants
Budget information for the job posting
Success Response (Multiple Posts with fetch_details=true)
{
"status" : "success" ,
"data" : {
"total_results" : 1 ,
"total_available_results" : 5 ,
"fetch_details" : true ,
"posts" : [
{
"linkedin_job_id" : "4178681649" ,
"title" : "Directeur marketing" ,
"company_name" : "Linkup API" ,
"location" : "Nice, Provence-Alpes-Côte d'Azur, France" ,
"job_state" : "SUSPENDED" ,
"description" : "The ideal candidate will be responsible leading an effective marketing strategy to propel company growth..." ,
"editableDescription" : "<p>The ideal candidate will be responsible leading an effective marketing strategy...</p>" ,
"employment_status" : "Temps plein" ,
"workplace_type" : "Sur site" ,
"created_at" : 1741369498000 ,
"listed_at" : 1741430682000 ,
"closed_at" : null ,
"num_views" : 346 ,
"num_applies" : 52 ,
"job_url" : "https://www.linkedin.com/jobs/view/4178681649/" ,
"contact_email" : "[email protected] " ,
"suspend_reasons" : [ "FREE_JOB_APPLICATION_LIMIT" ],
"industry" : [ "Développement de logiciels" ],
"talent_questions" : [ "Avez-vous le niveau d'études requis : Maîtrise ?" ],
"budget" : {
"total_charge" : "0.00" ,
"currency" : "EUR" ,
"buffered_total_charge" : "93.00" ,
"daily_budget" : "0"
}
}
],
"pagination" : {
"start_page" : 1 ,
"end_page" : 1 ,
"items_per_page" : 10 ,
"pages_fetched" : 1
}
}
}