Dice Tech Jobs Scraper: Salary, Remote and Posted Date Filters avatar

Dice Tech Jobs Scraper: Salary, Remote and Posted Date Filters

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Dice Tech Jobs Scraper: Salary, Remote and Posted Date Filters

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.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

M Usama

M Usama

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Categories

Share

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

  1. Open the Actor and set the keyword, location and filters.
  2. Click Start. Download results as JSON, CSV or Excel, or read them through the API.
  3. Add a Schedule and an Integration (Slack, Google Sheets, webhook) to get new postings automatically.

Input

FieldDescription
keywordJob title, skill or technology to search for, for example "software engineer" or "Java developer".
locationCity, state or country to search near. Defaults to the whole United States.
postedWithinDaysOnly return jobs posted within this many days: any time, last 24 hours, last 3 days or last 7 days.
remoteOnlyOnly return jobs marked as fully remote.
maxResultsHard stop for the run. You are billed per result, so this caps the cost.
proxyConfigurationApify 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"
}
FieldMeaning
idStable key (the Dice job GUID), safe for deduplication between runs
titleJob title
companyHiring company or staffing agency name
locationDisplay location, or "Remote" for fully remote postings
employmentTypeFull-time, Contract, Third Party, or a combination
salaryPay range or rate as published by the poster, or null if not disclosed
postedDateWhen the job was first posted, ISO 8601
urlDirect link to the job posting on Dice
remoteTrue if the posting is marked fully remote
workplaceTypesOn-Site, Remote and/or Hybrid, as tagged by the poster
employerTypeDirect Hire, Recruiter or Other
easyApplyTrue if candidates can apply without leaving Dice
isFeaturedTrue if the poster paid to feature the listing
descriptionJob summary as shown in search results, may be truncated
city, state, countryParsed location parts
modifiedDateLast time the listing was updated, ISO 8601
companyLogoUrlCompany 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

  • description is the summary Dice shows in search results and may be cut off partway through; the full posting text is on Dice at the url.
  • Not every posting discloses a salary; salary is null when the poster did not publish one.
  • Very high maxResults values on a broad, unfiltered search will take longer and cost more; narrow with keyword, location or postedWithinDays to 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.