Job Posting Scraper

Job Posting Scraper

by orgupdate

One API to scrape job postings from Indeed, LinkedIn, and Google Jobs in real-time. Perfect for recruitment, market research, and HR insights.

68 runs
14 users
Try This Actor

Opens on Apify.com

About Job Posting Scraper

Need to pull job listings from multiple sources without juggling three different scrapers? I've been there. This actor consolidates Indeed, LinkedIn, and Google Jobs into a single, reliable API. It pulls real-time, global job postings at scale, which saves you the headache of building and maintaining separate integrations. I use it primarily for recruitment market analysis—it's perfect for tracking hiring trends, competitor research, or gathering data for HR insights. The data comes in clean and structured, ready for your database or analysis tools. Whether you're a recruiter looking for candidates, a data scientist building a job market model, or a founder scouting for talent trends, this tool handles the heavy lifting of data extraction so you can focus on the insights. It just works, and it scales with your project without you having to worry about proxies or getting blocked.

What does this actor do?

Job Posting Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Google Jobs Scraper

Extract structured job listings from Google Jobs search results. This actor aggregates postings from multiple sources like LinkedIn, Glassdoor, and company career pages through a single query.

Overview

The Google Jobs Scraper pulls job listing data directly from Google's search results. It returns clean, structured data (JSON, CSV, etc.) suitable for building job boards, market analysis, or recruitment automation.

Key Features

  • Multi-source aggregation: Fetches listings from thousands of job boards via one Google search.
  • Precise filtering: Filter by company, location, job type (Full-time, Contract, etc.), and posting date.
  • Performance optimized: Built for speed and low compute usage.
  • Fresh data: Target recent postings ("Today", "3 days ago").
  • API-ready: Integrates with Python, Node.js, Zapier, and Make.com.

Input Parameters

Configure the scraper using these JSON input parameters.

Parameter Type Required Description Default Example Values
includeKeyword String Yes Main search terms or skills. - "React", "Remote Marketing Manager"
countryName String No Country for Google's domain. "all" "usa", "uk", "india"
locationName String No Specific city, state, or region. - "San Francisco, CA"
companyName String No Filter to a specific employer. - "Google", "Microsoft"
jobType String No Employment type filter. - FULLTIME, PARTTIME, CONTRACTOR, INTERN
datePosted String No How recent the jobs should be. "month" today, 3days, week, month
pagesToFetch Integer No Number of pagination pages to scrape. 1 3

Example Input:

{
  "countryName": "usa",
  "locationName": "new york",
  "includeKeyword": "software engineer, python",
  "companyName": "google",
  "jobType": "FULLTIME",
  "datePosted": "week",
  "pagesToFetch": 3
}

Output Data

Results are stored in an Apify dataset, downloadable as JSON, CSV, Excel, or XML.

Sample JSON Output:

[
  {
    "job_title": "Senior Frontend Developer",
    "company_name": "Tech Corp Inc.",
    "location": "New York, NY (Remote)",
    "posted_via": "LinkedIn",
    "salary": "$120,000 - $150,000 a year",
    "date": "2025-03-25",
    "job_type": "Full-time",
    "URL": "https://www.google.com/search?..."
  }
]

Output Fields:
* job_title: The role's official title.
* company_name: The hiring organization.
* location: Job location or remote status.
* posted_via: Original source platform (e.g., LinkedIn, Monster).
* salary: Provided pay range.
* date: Posting date.
* job_type: Employment type.
* URL: Direct link to the application/listing.

How to Use

  1. Run on Apify: Deploy and run the actor directly from the Apify platform.
  2. Automate: Schedule periodic runs to keep data current.
  3. Export: Integrate the dataset with your CRM, website, or analytics tools.

Programmatic Usage

Run the actor via the Apify API using client libraries.

Python Example:

from apify_client import ApifyClient

client = ApifyClient("YOUR_APIFY_TOKEN")
run_input = {
    "includeKeyword": "software engineer",
    "locationName": "Berlin",
    "datePosted": "week"
}
run = client.actor("apify/google-jobs-scraper").call(run_input=run_input)

Node.js Example:

const { ApifyClient } = require('apify-client');
const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });
const run = await client.actor('apify/google-jobs-scraper').call({
    includeKeyword: 'data analyst',
    jobType: 'FULLTIME',
    pagesToFetch: 2
});

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Job Posting Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
orgupdate
Pricing
Paid
Total Runs
68
Active Users
14
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support