Go to Apify Store

Manish Choudhary
potent_xenoblastJoined February 2026
ACTOR STATS
1 public Actor
2 total users
A powerful Apify Actor to scrape job listings from LinkedIn and Indeed public search pages. No login or cookies required for LinkedIn.
- Multi-Source Scraping: Extract jobs from both LinkedIn (Public APIs) and Indeed.
- No Login Required: LinkedIn scraping uses public guest APIs, avoiding account-related issues.
- Rich Data Extraction:
- Job Title & Company
- Location & Salary (where available)
- Full Job Description (HTML & Text)
- Employment Type & Seniority Level
- Industries & Job Function
- Application Link
- Smart Pagination: Automatically iterates through search results up to your specified limit.
- Browser-Like Automation: Uses browser headers and residential proxy support to minimize detection.
The actor accepts the following input fields (managed via input_schema.json):
| Field | Type | Description |
|---|---|---|
searchQueries | Array | List of job titles or keywords (e.g., ["Software Engineer", "Frontend"]) |
location | String | Geographic location (e.g., New York, Remote) |
dateSincePosted | Enum | 24hr, week, month, or any |
maxResults | Integer | Maximum jobs per source per query (default: 25) |
sources | Array | Sites to scrape: ["linkedin", "indeed"] |
proxy | Object | Proxy configuration (Residential proxies recommended for Indeed) |
Each job is pushed to the Apify Dataset in JSON format: json { "source": "linkedin", "id": "4334367155", "url": "https://www.linkedin.com/jobs/view/ ...", "title": "Software Engineer", "company": "Notion", "location": "New York, NY", "salary": "$170k - $220k", "postedAt": "1 week ago", "description": "...", "employmentType": "Full-time", "scrapedAt": "2026-02-21T16:01:19Z" }