Linkedin Job Details (No Cookies) avatar
Linkedin Job Details (No Cookies)

Pricing

$5.00 / 1,000 results

Go to Store
Linkedin Job Details (No Cookies)

Linkedin Job Details (No Cookies)

Developed by

API Maestro

API Maestro

Maintained by Community

Extract comprehensive LinkedIn job details including full description, company information, salary insights, and application statistics. Get detailed data from any LinkedIn job ID.

5.0 (2)

Pricing

$5.00 / 1,000 results

28

Total users

431

Monthly users

48

Runs succeeded

>99%

Issue response

3.3 hours

Last modified

16 hours ago

🚀 LinkedIn Job Detail Scraper

Get comprehensive LinkedIn job details including full description, company information, salary insights, and application statistics.

For other LinkedIn actors, check: https://apify.com/apimaestro

🔍 Features

  • No account needed: Don't risk your account security by sharing your cookies and don't get your account restricted or banned!
  • Full job descriptions
  • Company information and details
  • Salary insights (when available)
  • Application statistics
  • Easy Apply status

Usage

Provide a LinkedIn job ID to get complete job details. You can find job IDs from job URLs or using our LinkedIn Jobs Scraper.

📦Batch Processing

Process multiple jobs at once by providing an array of job IDs: json{ "job_id": [ "4011051212", "3044370495", "..." ] }

You can process up to 100 jobs in a single batch.

📊 Output Data

{
"job_info": {
"title": "Software Engineer",
"description": "Detailed job description...",
"location": "New York, NY",
"employment_status": "Full-time",
"experience_level": "Mid-Senior level",
"is_remote_allowed": true
},
"company_info": {
"name": "Example Corp",
"description": "Company description...",
"staff_count": 1000,
"industries": ["Technology"],
"logo_url": "https://..."
},
"salary_info": {
"min_salary": 100000,
"max_salary": 150000,
"currency_code": "USD"
},
"apply_details": {
"total_applies": 50,
"total_views": 500,
"is_easy_apply": true
}
}