Linkedin Job Url Scraper avatar

Linkedin Job Url Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Linkedin Job Url Scraper

Linkedin Job Url Scraper

Extract LinkedIn job URLs and basic job information using keyword, location, and posting date filters. Collect job titles, company details, locations, and posting dates for job discovery, research, and recruitment workflows.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Aman

Aman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract LinkedIn job URLs and basic job information using search filters such as keyword, location, and posting date.

What this actor does

Given a search query, the actor collects:

  • Job URL
  • Job ID
  • Job Title
  • Company Name
  • Company URL
  • Location
  • Posted Date

Input

{
"keyword": "python developer",
"location": "India",
"posted_time": "past_24_hours",
"max_jobs": 100
}

Parameters

ParameterDescription
keywordJob title or search keyword
locationCountry, state, city, or region
posted_timepast_24_hours, past_week, past_month, any_time
max_jobsMaximum jobs to collect (1-1000)

Example Output

{
"search_keyword": "python developer",
"search_location": "India",
"job_url": "https://www.linkedin.com/jobs/view/4421092297",
"job_id": "4421092297",
"job_title": "Python Developer",
"company_name": "Infosys",
"company_url": "https://www.linkedin.com/company/infosys",
"location": "Hyderabad, Telangana, India",
"posted_at": "2026-06-19"
}

Use Cases

  • Build job aggregation platforms
  • Job market research
  • Lead generation
  • Recruiting analytics
  • Feed job URLs into downstream workflows

This actor pairs well with the LinkedIn Job Detail Scraper, which extracts full job descriptions and detailed job metadata from collected job URLs.