Dice Jobs Scraper avatar

Dice Jobs Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Dice Jobs Scraper

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeDefaultDescription
querystring (required)Job title, skill, or keyword
locationstringCity, state, or Remote
radiusint (0–200)Distance around location
radiusUnitenummimi or km
employmentTypesarray[]FULLTIME, PARTTIME, CONTRACTS, THIRD_PARTY
workplaceTypesarray[]Remote, On-Site, Hybrid
postedWithinenumanyany / 1day / 3days / 7days
easyApplyboolfalseDice's one-click Easy Apply only
sortenumrelevancerelevance / date
pageSizeint (10–100)20Jobs per page
maxPagesint (1–50)1Pages to fetch
includeDetailsboolfalseFetch each job's detail page
maxJobsint0Hard cap on items pushed
impersonateenumchrome124curl_cffi TLS profile
proxyConfigurationobjectApify ProxyProxy 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- ..."
}