Automatically and efficiently scrape Dice.com job postings
Automatically and efficiently scrape Dice.com job postings
All input fields are optional.
Dice supports a lot of filters. To scrape using your own filters, go to dice.com/jobs and choose your filters. Then copy the URL and use it as the input.
Use the Apify UI for easy input or the following JSON schema for API integration:
1{ 2 "keyword": "your search term", 3 "location": "New York, NY, USA", 4 "filter_by_url": "https://www.dice.com/jobs?....", 5 "max_results": 500 6}
A list of Dice.com postings that match your input criteria.
Example:
1[ 2 { 3 "id": "13b55a0cb0405436e937130cd35ab119", 4 "title": "Director, Data Analytics", 5 "jobLocation": { 6 "displayName": "New York, New York, USA" 7 }, 8 "postedDate": "2025-01-30T14:24:59Z", 9 "detailsPageUrl": "https://www.dice.com/job-detail/36495ca6-a270-44ab-a441-aef6d29cae88", 10 "companyPageUrl": "https://www.dice.com/company/91074191", 11 "companyLogoUrl": "https://d3qscgr6xsioh.cloudfront.net/3BLKz0IQfyUE8xIcye6w_transformed.png?format=webp", 12 "companyLogoUrlOptimized": "https://d3qscgr6xsioh.cloudfront.net/3BLKz0IQfyUE8xIcye6w_transformed.png?format=webp", 13 "salary": "$120,000 - $130,000", 14 "clientBrandId": "91074191", 15 "companyName": "CUNY Building Performance Lab", 16 "employmentType": "Full-time", 17 "summary": "Through its partnership with the City of New York, CUNY s Building Performance Laboratory is hiring qualified energy management professionals to serve as on-site consultants and fill critical staffing capacity needs at the Department of Citywide Administrative Services ( DCAS ) Division of Energy Management ( DEM ). For background, DEM serves as the hub for energy management for City government operations. DEM develops the City s annual Heat, Light, and Power Budget; manages the City s electric", 18 "isFeatured": true, 19 "jobId": "13b55a0cb0405436e937130cd35ab119", 20 "score": 438.85495, 21 "easyApply": false, 22 "willingToSponsor": false, 23 "employerType": "Direct Hire", 24 "workFromHomeAvailability": "FALSE", 25 "isRemote": false, 26 "modifiedDate": "2025-01-30T14:24:59Z", 27 "guid": "36495ca6-a270-44ab-a441-aef6d29cae88", 28 "workplaceTypes": [ 29 "Hybrid" 30 ] 31}, 32 ... 33]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!