Dice Jobs Search Scraper avatar

Dice Jobs Search Scraper

Pricing

from $2.99 / 1,000 job details

Go to Apify Store
Dice Jobs Search Scraper

Dice Jobs Search Scraper

Scrape tech and engineering job listings from Dice.com. Extract job titles, companies, locations, salary ranges, clearance levels, and remote/onsite details for IT recruitment intelligence.

Pricing

from $2.99 / 1,000 job details

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Dice Com Jobs Search Scraper

Extract job listings from Dice.com - the leading job platform for technology professionals. Collect tech job titles, companies, locations, salaries, and descriptions.

Features

  • Keyword search — find jobs by keyword, search term, or role
  • Location filtering — narrow results to specific cities, regions, or countries

Use Cases

  • Tech industry hiring analysis — track demand for software engineers, DevOps, data scientists, and IT roles
  • IT skills demand tracking — monitor which programming languages, frameworks, and tools employers are requesting
  • Tech salary benchmarking — compare compensation by role, location, and experience level across the US tech sector
  • Competitive intelligence on tech company recruitment — identify which tech employers are expanding and in what domains

Sample Input

{
"query": "JavaScript developer",
"keywords": "JavaScript, React, Node.js",
"keyword": "python",
"location": "New York, NY",
"maxItems": 20,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Sample Output

{
"position": 1,
"title": "Senior JavaScript Developer",
"company": "TechStartup Inc",
"location": "New York, NY",
"employmentType": "Full Time",
"workplaceType": "Remote",
"salary": "$140,000 - $170,000",
"skills": "JavaScript, React, Node.js, TypeScript",
"postedDate": "2026-06-21",
"applyUrl": "https://www.dice.com/job/123456/apply",
"scrapedAt": "2026-06-24T12:00:00.000Z"
}

Input

FieldTypeDefaultRequiredDescription
querystringdeveloperJob search query (e.g. 'JavaScript developer', 'DevOps engineer').
keywordsstringdeveloperAlternative keywords for job search.
keywordstringpythonSearch keyword(s) for jobs. Used if 'Start URL' is not provided.
locationstring``Location for the job search. Leave empty for all locations.
startUrlstringFull Dice.com search URL. Overrides keyword and location.
postedDatestringFilter by when the job was posted: Past 24 Hours, 3 Days, 7 Days, 14 Days, 30 Days.
employmentTypestringFilter by employment type: Full-Time, Part-Time, Contract, Internship, Temporary.
maxItemsinteger20Maximum number of job listings to scrape.
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Configure a proxy for the crawler. Residential proxies recommended.

Output

FieldDescription
positionPosition number
titleJob title
companyCompany name
locationJob location
employmentTypeEmployment type
workplaceTypeWorkplace type
salarySalary information
skillsRequired skills
postedDateDate the job was posted
applyUrlApply URL
scrapedAtISO timestamp when the job was scraped
postedPosted date
urlURL

Notes

  • Proxy: Residential proxy is highly recommended
  • Rate limits: Keep maxItems reasonable per run to avoid IP bans
  • Scheduling: Use Apify Scheduler to run this actor on a recurring basis