Dice Jobs Scraper avatar

Dice Jobs Scraper

Pricing

$0.50 / 1,000 jobs

Go to Apify Store
Dice Jobs Scraper

Dice Jobs Scraper

Scrape US tech jobs from Dice.com: title, company, location, salary, skills, full description, dates and apply link. All Dice filters, over 750 results per search, and an only-new mode for alerts.

Pricing

$0.50 / 1,000 jobs

Rating

0.0

(0)

Developer

Robert Khairislamov

Robert Khairislamov

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Scrape Dice.com jobs by keyword and location. Get title, company, salary, skills, location, description, job URL and posting date. Export to JSON, CSV or Excel, or use the API. $0.50 per 1,000 jobs, no start fee.

Scrape US tech jobs from Dice.com the way you search on the website: keywords, location, distance and every Dice filter. Get the title, company, location, workplace type, employment type, salary as numbers, skills, full description, posting and expiry dates and the job link. Dice shows at most 750 jobs per search; this scraper splits big searches and gets them all. Run it on a schedule to get only new jobs. No browser, no login.

What can this Dice scraper do?

  • 🔎 Search like on dice.com: keywords, location and radius, or paste any dice.com search link with its filters.
  • 🎛️ All Dice filters: remote, hybrid or on-site; full-time, part-time, contract or third party; posted today, in 3 or 7 days; direct hire or recruiter; Easy Apply; visa sponsorship.
  • ♾️ Beyond 750 results: big searches are split by employer and employment type and merged without duplicates.
  • 💰 Salary as numbers: "$$68 - $68.25 per hour" becomes { "min": 68, "max": 68.25, "currency": "USD", "interval": "hour" }.
  • 🧠 Skills listed on each job, such as Python, Apache Kafka or AWS.
  • 🆕 Only new jobs since the last run: for job alerts, recruiting pipelines and market monitoring.
  • 🧩 Same output as our other job scrapers, listed at the end of this page, so jobs from company career sites and job boards fit into one table.

What data does it extract?

FieldExample
titleDATA ENGINEER
companyNameAaraTechnologies Inc
locationVirginia Beach, Virginia, USA
remote / workplaceTypetrue / hybrid
employmentType / employerTypecontract / Direct Hire
salary{ "min": 65000, "max": 75000, "currency": "USD", "interval": "year" }
skillsAmazon Redshift, Amazon S3, Data Engineering, …
postedAt / updatedAt / validThrough2026-09-23 / 2026-09-23 / 2026-10-24
easyApplytrue
jobUrlhttps://www.dice.com/job-detail/8686974e-…
descriptionText / descriptionHtmlfull job description

How to scrape Dice jobs

  1. Enter search keywords, for example python developer, one search per line. Or paste links of searches you made on dice.com.
  2. Optionally set a location and distance, and pick Dice filters such as Remote or Contract.
  3. Click Start. Download the jobs as JSON, CSV, Excel or HTML, or get them through the API.

Example input

{
"searchQueries": ["python developer", "data engineer"],
"location": "New York, NY",
"radius": 50,
"workplaceTypes": ["Remote", "Hybrid"],
"employmentTypes": ["FULLTIME"],
"postedDate": "SEVEN",
"onlyWithSalary": true
}

Example output

{
"ats": "dice",
"company": "5373bd70-cbb2-5dd3-bdde-e83685131c78",
"companyName": "AaraTechnologies Inc",
"jobId": "8686974e-3d05-4502-ab10-fa247bf498fd",
"requisitionId": null,
"title": "DATA ENGINEER",
"department": null,
"team": null,
"location": "Virginia Beach, Virginia, USA",
"locations": ["Virginia Beach, Virginia, USA"],
"remote": true,
"workplaceType": "hybrid",
"employmentType": "contract",
"salary": { "min": 65000, "max": 75000, "currency": "USD", "interval": "year", "text": "$65,000 - $75,000", "source": "listing" },
"postedAt": "2026-09-23T13:25:10.000Z",
"updatedAt": "2026-09-23T13:25:10.000Z",
"jobUrl": "https://www.dice.com/job-detail/8686974e-3d05-4502-ab10-fa247bf498fd",
"applyUrl": "https://www.dice.com/job-detail/8686974e-3d05-4502-ab10-fa247bf498fd",
"descriptionText": "Data Engineer Healthcare (2-3 Years Experience)…",
"descriptionHtml": "<html>…",
"skills": ["Amazon Redshift", "Amazon S3", "Amazon Web Services", "Analytical Skill", "Data Engineering", "Data Integration"],
"easyApply": true,
"employerType": "Direct Hire",
"validThrough": "2026-10-24T13:25:10.000Z",
"companyLogoUrl": "https://d3qscgr6xsioh.cloudfront.net/Cc9qr4NeQYuTPwnOLcJn_….png",
"scrapedAt": "2026-09-24T17:05:07.622Z"
}

Use cases

  • Tech recruiting and staffing: see every new contract and full-time role for your stack, every morning.
  • Job alerts and niche job boards: publish fresh tech jobs by skill, city or remote status.
  • Sales and lead generation: companies hiring for a technology are buying tools and services around it.
  • Salary and skills research: compare rates and pay ranges by skill, location and contract type.
  • Labor market analytics: track demand for skills such as Python, Kafka or Kubernetes over time.

How much does it cost?

You pay only for the jobs you get: $0.50 per 1,000 jobs. There is no start fee. Jobs filtered out by your settings are free. The Apify free plan covers about 10,000 jobs every month.

Tips

  • Daily job alerts: save your input as a task, turn on Only new jobs since the last run and add a schedule. Send new jobs to Slack, email or Google Sheets with Apify integrations.
  • Fast lists: turn off Load full job details to skip the job pages. You still get title, company, location, salary, dates and a short summary.
  • Stricter results: Dice searches job descriptions too. Use Title must contain to keep only jobs with your keyword in the title.
  • Errors per search: see the SUMMARY record in the run's key-value store.

FAQ

Why do some jobs have no salary? Many listings say "Depends on Experience". When a rate or range is given, it is parsed into numbers; salary.text keeps the original wording.

Does it collect recruiter contact details? No. It saves the job listing and the company, not the names, emails or phone numbers of recruiters.

Is it legal to scrape Dice? The Actor reads the public job listings Dice shows to every visitor. Check the terms that apply to your use case.

More job scrapers with the same output

Missing a field or a feature? Open an issue in the Issues tab and we will reply quickly.