
Indeed Company Jobs Scraper
Deprecated
Pricing
$19.00/month + usage
Go to Store

Indeed Company Jobs Scraper
Deprecated
Extract job listings from Indeed company pages effortlessly. This powerful scraper handles anti-bot measures and delivers structured data including job titles, locations, and URLs. Perfect for recruitment automation and job market analysis.
5.0 (1)
Pricing
$19.00/month + usage
2
Total users
10
Monthly users
2
Runs succeeded
>99%
Last modified
4 months ago
A web scraping actor built with Crawlee and Playwright to extract job listings from Indeed company pages.
Features
- Scrapes job listings including:
- Job title
- Location
- Job type (full-time, part-time etc)
- Job URL
- Built-in anti-bot detection measures
- Configurable proxy support
- Automatic retries and error handling
- Customizable user agent rotation
- Viewport and browser fingerprint randomization
Input Configuration
The actor accepts the following input parameters in the INPUT.json
file:
startUrls
: An array of URLs to start scraping from.
Example:
{"startUrls": ["https://be.indeed.com/cmp/Wibra/jobs"]}
Output
The actor outputs the following data to the OUTPUT.json
file:
jobs
: An array of job listings.
Each job listing contains the following fields:
title
: The job title.location
: The job location.metadata
: The job type (full-time, part-time etc).link
: The job URL.
Example:
{"jobs": [{"title": "1e Winkelbediende Wilrijk","location": "Wilrijk","metadata": "Part-time","link": "https://be.indeed.com/rc/clk?jk=714984c9ce4e762a&tk=1iemk57v6ic3s800&directia=1&from=company"}]}