Linkedin Jobs Scraper API
Try for free
No credit card required
View all Actors
Linkedin Jobs Scraper API
apimaestro/linkedin-jobs-scraper-api
Try for free
No credit card required
Get linkedin jobs data in real-time
LinkedIn Jobs Scraper Actor
An Apify actor that fetches real-time job listings on LinkedIn .
Features
- 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 25 most relevant job listings per search
- Structured output with detailed job information
Input Parameters
Required Parameters:
keywords
(string): Search keywords for jobs (e.g., "engineer", "product manager")location_id
(string): LinkedIn location ID (geoId) for job search location (e.g., "103644278" for United States). If you don't know location_id, do a search on linkedin website with your country and you'll see it on the url as geoId. eg: https://www.linkedin.com/jobs/search/?currentJobId=4011051212&f_SB2=4&geoId=103644278
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": 25, 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
- Basic search for engineering jobs in the United States:
1{ 2 "keywords": "engineer", 3 "location_id": "103644278" 4}
- Search for remote product manager jobs in the UK:
1{ 2 "keywords": "product manager", 3 "location_id": "101165590", 4 "remote": "remote" 5}
- Search for entry-level marketing jobs in Australia:
1{ 2 "keywords": "marketing", 3 "location_id": "101452733", 4 "experienceLevel": "entry" 5}
Developer
Maintained by Community
Actor metrics
- 2 monthly users
- 0 stars
- Created in Nov 2024
- Modified about 6 hours ago
Categories