Linkedin Jobs Scraper API (No Cookies)

Linkedin Jobs Scraper API (No Cookies)

Extract LinkedIn jobs data including titles, descriptions, company info, and application details. Features advanced filtering by location, experience, job type, and Easy Apply status.

JOBSAUTOMATIONSOCIAL_MEDIAApify

🚀 LinkedIn Jobs Scraper Actor

An Linkedin real-time scraper actor fetches real-time job listings on LinkedIn .

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

✨ Key Features

  • No account needed: Don't risk your account security by sharing your cookies and don't get your account restricted or banned!
  • Search jobs by keywords
  • Filter by location ID (geoId from LinkedIn)
  • Filter by workplace type (remote, on-site, hybrid)
  • Filter by experience level
  • Filter by sorting
  • Returns 50 most relevant job listings per search
  • Structured output with detailed job information

Input Parameters

Required Parameters:

Optional Parameters:

  • remote (string): Filter by workplace type

    • "" (Any)
    • "onsite" (On-site)
    • "remote" (Remote)
    • "hybrid" (Hybrid)
  • experienceLevel (string): Filter by experience level

    • "" (Any)
    • "internship" (Internship)
    • "entry" (Entry Level)
    • "associate" (Associate)
    • "mid_senior" (Mid-Senior Level)
    • "director" (Director)
    • "executive" (Executive)

Output Format

The actor saves results in the following format:

1{
2    "status": "success",
3    "jobsFound": 50,
4    "searchParams": {
5        "keywords": "engineer",
6        "location_id": "103644278"
7    },
8    "results": [
9        {
10            "company": "Company Name",
11            "company_url": "LinkedIn Company URL",
12            "job_title": "Job Title",
13            "job_url": "LinkedIn Job URL",
14            "location": "Location",
15            "remote": "Remote/Hybrid status",
16            "posted_at": "Posting date",
17            "job_type": "Job type",
18            "is_easy_apply": true/false
19        }
20        // ... more jobs
21    ]
22}

Usage Examples

  1. Basic search for engineering jobs in the United States:
1{
2    "keywords": "engineer",
3    "location_id": "103644278"
4}
  1. Search for remote product manager jobs in the UK:
1{
2    "keywords": "product manager",
3    "location_id": "101165590",
4    "remote": "remote"
5}
  1. Search for entry-level marketing jobs in Australia:
1{
2    "keywords": "marketing",
3    "location_id": "101452733",
4    "experienceLevel": "entry"
5}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!