Dice Jobs Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store

With
Dice Jobs Scraper
Dice Jobs Scraper is an Apify Actor that extracts tech job listings from Dice.com using keywords and location filters. It includes options for employment type, workplace type (remote/hybrid/on-site), posting date range, sorting, pagination, and optional job enrichment.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Dice Jobs Scraper (Apify Actor)
Scrape tech job listings from Dice.com by keyword
and location, with filters for employment type, workplace type
(remote/on-site/hybrid), posted-date, radius, easy-apply, and sort. Optional
detail-page enrichment pulls the full JobPosting schema for each hit.
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string (required) | — | Job title, skill, or keyword |
location | string | — | City, state, or Remote |
radius | int (0–200) | — | Distance around location |
radiusUnit | enum | mi | mi or km |
employmentTypes | array | [] | FULLTIME, PARTTIME, CONTRACTS, THIRD_PARTY |
workplaceTypes | array | [] | Remote, On-Site, Hybrid |
postedWithin | enum | any | any / 1day / 3days / 7days |
easyApply | bool | false | Dice's one-click Easy Apply only |
sort | enum | relevance | relevance / date |
pageSize | int (10–100) | 20 | Jobs per page |
maxPages | int (1–50) | 1 | Pages to fetch |
includeDetails | bool | false | Fetch each job's detail page |
maxJobs | int | 0 | Hard cap on items pushed |
impersonate | enum | chrome124 | curl_cffi TLS profile |
proxyConfiguration | object | Apify Proxy | Proxy settings |
Example input
{"query": "senior python","location": "Austin, TX","radius": 30,"employmentTypes": ["FULLTIME", "CONTRACTS"],"workplaceTypes": ["Remote", "Hybrid"],"postedWithin": "3days","easyApply": true,"sort": "date","maxPages": 5,"includeDetails": true,"maxJobs": 100}
Output
Search-only item
{"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890","title": "Senior Python Engineer","company": "Acme Tech","location": "Austin, TX (Hybrid)","salary": "$140,000-$170,000/yr","posted": "2026-05-22T14:30:00Z","employment": "Full-time","remote": false,"easy_apply": true,"skills": ["Python", "Django", "PostgreSQL", "AWS"],"url": "https://www.dice.com/job-detail/a1b2c3d4-e5f6-7890-abcd-ef1234567890"}
With includeDetails: true, each item additionally carries
{"company_url": "https://www.acmetech.com/","company_logo": "https://media.dice.com/.../logo.png","employment_type": "FULL_TIME","valid_through": "2026-06-22T23:59:59Z","qualifications": "5+ years building Python web services...","responsibilities": "Design and ship features across the stack...","description": "Acme Tech is a Series-C startup building...\n\nResponsibilities:\n- ..."}