
Dice Job Scraper
Pricing
Pay per usage
Go to Apify Store

Dice Job Scraper
This lightweight and fast actor effortlessly scrapes job listings from Dice.com. Designed for simplicity, it extracts only the most essential data fields, giving you a clean and focused dataset. For a smooth and reliable run, using Apify Residential Proxies is strongly recommended.
0.0 (0)
Pricing
Pay per usage
1
2
2
Issues response
0.63 hours
Last modified
3 days ago
Dice Jobs Scraper
This Apify actor scrapes job listings from Dice.com using HTTP requests and Cheerio for parsing. It is designed to be fast and lightweight, avoiding headless browsers like Playwright or Puppeteer.
Features
- Scrapes Dice.com job search results.
- Extracts job title, company, location, date posted, and description.
- Uses
got-scraping
for robust HTTP requests. - Handles pagination to collect multiple pages of results.
- Saves results to the Apify dataset.
Input
The actor accepts the following input fields:
query
: The job title or keywords to search for.location
: The geographic location to filter jobs by.timeRange
: Filter jobs by when they were posted (e.g., "24h", "7d", "30d").maxJobs
: The maximum number of jobs to scrape.
Output
The actor outputs a dataset of job listings with the following fields:
title
: The job title.company
: The company name.location
: The job location.date_posted
: When the job was posted.description_html
: The job description in HTML format.description_text
: The job description in plain text.url
: The URL of the job posting.