Dice Tech Jobs Scraper: Salary, Remote and Posted Date Filters
Pricing
from $5.00 / 1,000 results
Dice Tech Jobs Scraper: Salary, Remote and Posted Date Filters
Search Dice tech jobs by keyword, location, posted date and remote status, and get clean records with company, salary, employment type and apply link. Priced per result returned.
What does Dice Tech Jobs Scraper do?
Dice Tech Jobs Scraper searches Dice.com, the tech and IT job board, and returns clean, structured records for each posting: job title, company, location, employment type, salary, remote status, posted date and a link straight to the listing. Filter by keyword, location, how recently the job was posted and remote only, so a run returns only the postings you actually want. Pricing is per result, so a tight filter keeps a run cheap.
Data source
Reads Dice.com's public job search results, the same data the search page loads for any visitor with no login required, so postings are current as of the run and typically show up within minutes of being published on Dice.
Why use it?
- Lead generation for staffing agencies and recruiters tracking new tech openings by client, skill or region.
- Market research on tech hiring demand: which companies are hiring, for what roles, and at what pay.
- Salary benchmarking across job titles, employment types and locations.
- Feeding a job alert, newsletter or internal dashboard with fresh postings instead of checking Dice by hand.
How to use it
- Open the Actor and set the keyword, location and filters.
- Click Start. Download results as JSON, CSV or Excel, or read them through the API.
- Add a Schedule and an Integration (Slack, Google Sheets, webhook) to get new postings automatically.
Input
| Field | Description |
|---|---|
keyword | Job title, skill or technology to search for, for example "software engineer" or "Java developer". |
location | City, state or country to search near. Defaults to the whole United States. |
postedWithinDays | Only return jobs posted within this many days: any time, last 24 hours, last 3 days or last 7 days. |
remoteOnly | Only return jobs marked as fully remote. |
maxResults | Hard stop for the run. You are billed per result, so this caps the cost. |
proxyConfiguration | Apify proxy is recommended for larger runs. |
Example input:
{"keyword": "software engineer","location": "United States","postedWithinDays": "7","remoteOnly": false,"maxResults": 100}
Output
Every record has the same shape:
{"id": "22297a6e-c311-4b73-adbd-cd91c38b3840","title": "Embedded Software Engineer","company": "Toyota Material Handling North America","location": "Greene, New York, USA","employmentType": "Full-time","salary": "USD 73,840.00 - 94,667.00 per year","postedDate": "2026-09-19T05:20:02Z","url": "https://www.dice.com/job-detail/22297a6e-c311-4b73-adbd-cd91c38b3840","remote": false,"workplaceTypes": ["On-Site"],"employerType": "Direct Hire","easyApply": true,"isFeatured": false,"description": "Join our Team as an Embedded Software Engineer! The Role: Join our team developing firmware and software solutions for real-time embedded control systems...","city": "Greene","state": "NY","country": "USA","modifiedDate": "2026-09-19T05:20:02Z","companyLogoUrl": "https://d3qscgr6xsioh.cloudfront.net/vlU18BJURTZy269ZdSHe_logo.jpg?format=webp","scrapedAt": "2026-09-19T08:36:46.403Z"}
| Field | Meaning |
|---|---|
id | Stable key (the Dice job GUID), safe for deduplication between runs |
title | Job title |
company | Hiring company or staffing agency name |
location | Display location, or "Remote" for fully remote postings |
employmentType | Full-time, Contract, Third Party, or a combination |
salary | Pay range or rate as published by the poster, or null if not disclosed |
postedDate | When the job was first posted, ISO 8601 |
url | Direct link to the job posting on Dice |
remote | True if the posting is marked fully remote |
workplaceTypes | On-Site, Remote and/or Hybrid, as tagged by the poster |
employerType | Direct Hire, Recruiter or Other |
easyApply | True if candidates can apply without leaving Dice |
isFeatured | True if the poster paid to feature the listing |
description | Job summary as shown in search results, may be truncated |
city, state, country | Parsed location parts |
modifiedDate | Last time the listing was updated, ISO 8601 |
companyLogoUrl | Company logo image URL |
Pricing
Pay per event: a small fee when a run starts, then a fixed price per result returned. You only pay for records that pass your filters. Set maxResults to cap any run.
Limitations
descriptionis the summary Dice shows in search results and may be cut off partway through; the full posting text is on Dice at theurl.- Not every posting discloses a salary;
salaryis null when the poster did not publish one. - Very high
maxResultsvalues on a broad, unfiltered search will take longer and cost more; narrow withkeyword,locationorpostedWithinDaysto keep runs fast and cheap.
FAQ
Is this legal? The Actor reads listings Dice publishes for any visitor without a login and stores only the job and company information published for that purpose. You are responsible for how you use the data.
Something is missing or broken? Open an issue in the Issues tab; response time is usually under a day.