Skip to main content
Jobs APIs give AI agents access to real-time job postings, company hiring data, and salary benchmarks from the major job platforms. Use these to build recruitment automation, track labor market trends, or power job recommendation agents.
This category contains 1,675 APIs, updated daily from Apify’s marketplace.

Top APIs in this category

APIs are ranked by Bayesian quality score, which balances rating with review volume to surface consistently high-quality tools.
APIRatingDescription
LinkedIn Jobs Scraper⭐ 4.94 (58)Scrape jobs from LinkedIn search results along with company details and key contact information.
Indeed Job Scraper⭐ 4.78 (44)Actively maintained scraper that extracts job postings and hiring company details at scale from any Indeed search results page.
LinkedIn Jobs Scraper (bebity)⭐ 4.34 (56)Enter a job title and location to receive a tailored list of LinkedIn job opportunities. Designed for both personal and professional use.
Indeed Scraper⭐ 4.24 (53)Scrape jobs from Indeed with detailed information about saved and sponsored jobs. Filter by location, position, and description.
Y Combinator Scraper⭐ 5.00 (33)Extract startup leads, founder emails, LinkedIn profiles, and hiring data from YC companies and founders.
LinkedIn Jobs Scraper (No Login Required)⭐ 5.00 (25)Extract LinkedIn job listings with rich details like title, company, salary, and description — no login required.
Glassdoor Jobs Scraper⭐ 5.00 (22)Extract real-time job postings at scale from Glassdoor from all over the world. Built for recruitment, insights, and HR.
Google Jobs Scraper⭐ 3.53 (47)Extract real-time job postings from Google Jobs search results globally. Combines Indeed, LinkedIn, and Google Jobs data.
LinkedIn Company Detail Scraper⭐ 4.68 (23)Extract LinkedIn company data including overview, employee count, locations, and funding info.
Indeed Jobs Scraper (PPR)⭐ 4.63 (23)Pay-per-result Indeed scraper with advanced filters, anti-blocking, and lightning-speed execution.
Handshake Jobs Scraper⭐ 5.00 (11)Extract real-time job postings from Handshake at scale. Ideal for campus recruiting and entry-level job market research.
Monster Jobs Scraper⭐ 5.00 (17)Extract real-time job postings at scale from Monster from all over the world.
Wellfound Jobs Scraper⭐ 5.00 (13)Extract real-time job postings from Wellfound (formerly AngelList) for startup hiring research.

Use with your agent

The following example uses the LinkedIn Jobs Scraper to fetch recent job postings by keyword and location:
import requests

response = requests.post(
    "https://api.apify.com/v2/acts/curious_coder~linkedin-jobs-scraper/run-sync-get-dataset-items",
    headers={"Authorization": "Bearer YOUR_APIFY_TOKEN"},
    json={
        "keywords": "machine learning engineer",
        "location": "San Francisco",
        "count": 50
    }
)
jobs = response.json()

for job in jobs:
    print(f"{job['title']} at {job['company']}{job['location']}")

What you can build

  • Job market intelligence dashboards — Aggregate postings across LinkedIn, Indeed, and Glassdoor to track hiring trends by role, location, and company.
  • Recruitment automation — Surface new job postings matching your criteria and route them to the right recruiter or candidate automatically.
  • Salary benchmarking — Pull compensation data from job descriptions to build salary ranges by title, level, and region.
  • Startup hiring trackers — Monitor YC and Wellfound job boards to identify fast-growing companies expanding their teams.

Lead Generation APIs

Find and enrich business contacts for outreach.

Social Media APIs

Scrape LinkedIn and other professional networks.

Build docs developers (and LLMs) love