SYSTEM all green source dice.com queue 14,892 jobs p99 latency 184ms dataflirt.com · scraper/dice-com
RUN · 42 active pipelines · dice.com live

Tech hiring data,
at warehouse scale.

We extract software engineering roles, salary bands, required tech stacks, and company profiles from Dice. Delivered as clean JSON, CSV, or Parquet to S3, BigQuery, or Snowflake on your cadence.

Jobs extracted
84.2K /day
Salary updates
12.4K /24h
Company profiles
3,190 /run
Active pipelines
42
Uptime
99.98%
Data Dictionary

Every field we extract from dice.com

Structured, schema-consistent data across all major object types — delivered clean, typed, and ready to query.

Complete list of extractable fields for Job Postings objects from dice.com. All fields typed and schema-versioned.

job_idtitlecompany_namelocationemployment_typesalary_minsalary_maxcurrencyposted_datedescription_rawremote_statusclearance_required
job_postings
● 200 OK
"job_id": "90210444_123456",
"title": "Senior Backend Engineer (Python/Go)",
"company_name": "CyberTech Solutions",
"location": "Austin, TX",
"employment_type": "Full-Time",
"salary_min": 140000,
"salary_max": 175000,
"remote_status": "Hybrid",
"posted_date": "2026-10-14T08:30:00Z"
# job_idtitlecompany_namelocationemployment_typesalary_min
1
2
3

Complete list of extractable fields for Skills & Tech Stack objects from dice.com. All fields typed and schema-versioned.

job_idprimary_skillssecondary_skillsexperience_years_requirededucation_levelcertificationsframework_mentionslanguage_mentionscloud_providers
skills_& tech stack
● 200 OK
"job_id": "90210444_123456",
"primary_skills": "['Python', 'Golang', 'AWS']",
"experience_years_required": 5,
"education_level": "Bachelor's Degree",
"certifications": "['AWS Certified Solutions Architect']",
"framework_mentions": "['Django', 'FastAPI']",
"cloud_providers": "['AWS', 'GCP']"
# job_idprimary_skillssecondary_skillsexperience_years_requirededucation_levelcertifications
1
2
3

Complete list of extractable fields for Company Profiles objects from dice.com. All fields typed and schema-versioned.

company_idnameindustrysizewebsiteheadquartersoverviewactive_jobs_countrating
company_profiles
● 200 OK
"company_id": "C_88392",
"name": "CyberTech Solutions",
"industry": "Cybersecurity",
"size": "501-1000",
"headquarters": "Austin, TX",
"active_jobs_count": 42,
"rating": 4.1,
"website": "https://cybertech.example.com"
# company_idnameindustrysizewebsiteheadquarters
1
2
3

Complete list of extractable fields for Salary Data objects from dice.com. All fields typed and schema-versioned.

job_idtitlelocationprovided_salary_minprovided_salary_maxdice_estimated_mindice_estimated_maxpay_periodcurrency
salary_data
● 200 OK
"job_id": "90210444_123456",
"title": "Senior Backend Engineer",
"provided_salary_min": 140000,
"provided_salary_max": 175000,
"dice_estimated_min": 135000,
"dice_estimated_max": 180000,
"pay_period": "Yearly",
"currency": "USD"
# job_idtitlelocationprovided_salary_minprovided_salary_maxdice_estimated_min
1
2
3

Complete list of extractable fields for Recruiter & Agency objects from dice.com. All fields typed and schema-versioned.

job_idrecruiter_nameagency_nameagency_idcontact_infoposting_frequencyaverage_response_timeactive_listings
recruiter_& agency
● 200 OK
"job_id": "90210444_123456",
"agency_name": "TechTalent Partners",
"agency_id": "A_9921",
"recruiter_name": "Sarah Jenkins",
"active_listings": 115,
"posting_frequency": "Daily",
"contact_info": "sarah.j@techtalent.example.com"
# job_idrecruiter_nameagency_nameagency_idcontact_infoposting_frequency
1
2
3

Capabilities

Everything you need from Dice — structured and normalised

Our Dice scraper handles the complexities of job board extraction: parsing unstructured descriptions, standardising tech stacks, identifying agency listings, and capturing accurate salary bands.

Full Job Description Extraction

Extract raw HTML or parsed markdown for every tech role to feed your internal NLP pipelines.

Salary Band Parsing

Capture stated compensation, hourly rates, and Dice estimated salary ranges, normalised to a standard currency and pay period.

Tech Stack Normalisation

Extract and map required skills, frameworks, and programming languages from unstructured job text.

Remote & Hybrid Classification

Identify exact work models, timezone requirements, and relocation packages associated with the role.

Security Clearance Filters

Track DoD, TS/SCI, and Public Trust clearance requirements for defense and government contracting roles.

Company & Agency Mapping

Distinguish direct employer postings from staffing agency requisitions to calculate true market demand.

Contract vs FTE Detection

Parse employment types, contract durations, and C2C/W2 eligibility criteria.

IntelliSearch Parameter Support

Query via Dice's proprietary semantic search parameters and filters to target exact market segments.

Scheduled Diff Exports

Track new roles, closed positions, and modified listings daily without processing full re-crawls.

// engagement pipeline

From search query to warehouse record

Brief in. Clean data out.

Define Scope
d 0

Provide target job titles, locations, skills, or company IDs. We design the extraction schema together.

Pipeline Build
d 2–4

We configure Scrapy crawlers, proxy rotation, session management, and CAPTCHA handling for dice.com.

Validation & QA
d 4–6

Schema validation, null-rate checks, salary-outlier detection, and sample jobs before full launch.

Delivery
ongoing

JSON / CSV / Parquet pushed to your S3 bucket, BigQuery dataset, or Snowflake stage on agreed cadence.

Under the hood

How our Dice pipeline handles the hard parts

Job boards protect their listings aggressively. Here is how we maintain pipeline stability and data quality.

pipeline-monitor · dice.com · live ● active
// fingerprinting
Identity rotation
TLS fingerprintrandomised
User-agentrotated
IP poolresidential
Challenges blocked0
// pagination
Page coverage
48,291 pages queued running
// observability
Pipeline health
99.9%
uptime
142ms
p99 lat
0.3%
null rate
2
alerts
Anti-bot layer
Residential proxy rotation + fingerprint spoofing

Dice uses strict WAFs and rate limiting. We route requests through US-based residential proxies with realistic browser fingerprints and randomised request timing to prevent IP bans.

Dynamic pagination
XHR interception for search results

Dice's search results load dynamically via API calls. We intercept the backend XHR requests directly, bypassing frontend rendering overhead and extracting raw JSON payloads.

Schema stability
Resilient parsers for agency listings

Job descriptions vary wildly between agencies. We use NLP-backed fallback parsers to extract skills and salary data consistently, regardless of how the recruiter formatted the text.

Change detection
Only emit new or modified roles

We track job ID hashes to only emit newly posted, modified, or closed roles. This reduces compute cost and downstream processing load for continuous intelligence feeds.

Monitoring & alerting
Pipeline health anomaly detection

We alert on total job count drops, location parsing failures, and schema drift. If Dice changes their API structure, our engineers are notified before your next delivery window.

Applications

Who uses Dice data — and how

Teams across industries use dice.com data to build competitive products and smarter operations.

01
Labor Market Intelligence

Track demand for specific tech stacks, cloud certifications, and AI skills across different geographic regions.

02
Salary Benchmarking

HR teams analyse compensation bands for software engineers across different US tech hubs to remain competitive.

03
Lead Generation for B2B

Identify companies actively scaling their engineering teams to pitch developer tools and enterprise software.

04
Staffing Agency Competitor Analysis

Monitor which tech recruiters are winning requisitions and track their hiring volume over time.

05
Remote Work Trends

Quantify the shift between fully remote, hybrid, and RTO mandates in the technology sector.

06
Talent Acquisition Strategy

Analyse competitor job descriptions and benefit offerings to optimise hiring pipelines and improve application rates.

Why DataFlirt

"Dice holds the highest-density dataset for US technology hiring and compensation — but extracting structured skill requirements from free-text descriptions requires dedicated parsing infrastructure."

Scraping tech job boards involves parsing unstructured text, managing API rate limits, and bypassing strict anti-bot measures. DataFlirt handles the extraction, normalisation, and diffing logic so your data science teams receive clean, queryable tech stacks and salary bands — without maintaining the pipeline.

Technical Spec

Dice scraper — technical capabilities

Everything supported by our dice.com scraper — rendered SPA elements, auth walls, rate-limit evasion and beyond.

Search API interception
Direct extraction from Dice backend APIs for maximum speed and reliability
Supported
Residential proxy rotation
ISP-grade residential IPs from US pools — rotated per request
Supported
Salary range extraction
Parsing of both employer-provided and Dice-estimated compensation bands
Supported
Tech stack keyword mapping
Normalisation of skills, languages, and frameworks from raw text
Supported
Clearance requirement parsing
Identification of specific government clearance levels for defense roles
Supported
Change detection (diffs)
Hash-based diff: only emit records with changed fields since last run
Supported
Candidate profile extraction
Accessing individual resume databases requires a recruiter seat and violates privacy constraints
Partial
Direct application submission
We extract data; we do not automate user actions or submit applications
Partial
Infrastructure

Infrastructure powering the Dice pipeline

Open-source tooling on proven cloud infra — no vendor lock-in, full observability.

ScrapyPlaywrightPython 3.12RedisPostgreSQLApache AirflowAWS LambdaS3CloudWatch2CaptchaCapSolverResidential ProxiesDockerKubernetesGrafanaPrometheusFastAPITerraform
Scrapy + Playwright Stack

Scrapy handles crawl orchestration, deduplication, and retry logic. Playwright handles JavaScript rendering, cookie sessions, and interaction flows. Combined via scrapy-playwright middleware.

Residential Proxy Infrastructure

We maintain pools of residential ISP proxies across US regions. Rotation happens per-request with sticky sessions where required. IP score monitoring prevents blacklisted pool contamination.

Cloud-Native Orchestration

Pipelines run on AWS Lambda (burst) and ECS (sustained). Airflow handles scheduling, dependency management, and SLA alerting. All state stored in managed Postgres.

Output & Delivery

Your data, your destination

Data delivered to where your team already works — no new tooling required.

JSON
Newline-delimited or nested — schema versioned per run
CSV
Flat file with typed columns — Excel/Sheets compatible
XLS
Excel format for business analysts
Parquet
Columnar format for BigQuery, Snowflake, Athena
AWS S3
Direct bucket delivery — compatible with any data lake
Webhook
HTTP POST per record for real-time downstream processing
API
REST endpoints to query your historical job data
BigQuery
Streamed directly into your dataset with schema auto-detect
Snowflake
Stage + COPY INTO workflow — incremental or full-replace
S3
Direct bucket delivery — compatible with any data lake
// faq

Common questions.

About dice.com scraping, legality, and pipeline operations.

Ask us directly →
Is scraping Dice legal?

Scraping publicly available job postings from Dice is generally permissible. DataFlirt targets only public, non-authenticated job and company data. We do not extract personal candidate data or circumvent authentication walls.

How do you handle Dice's anti-bot systems?

We use US residential ISP proxies, headless browser sessions with realistic fingerprints, and request timing modelled on human behaviour. We also target backend APIs directly where possible to minimise WAF triggers.

Can you extract specific tech skills from descriptions?

Yes. We use custom parsing rules to extract and normalise programming languages, frameworks, cloud platforms, and certifications from unstructured job descriptions.

How fresh is the data?

Pipelines can be configured to run daily or at custom intervals. We use change detection to output only new or modified jobs, ensuring your warehouse is always up to date.

Do you distinguish between agencies and direct employers?

Yes. We capture company profile data and agency identifiers to differentiate direct employer requisitions from staffing firm postings.

Can I request a sample dataset?

Absolutely. We provide a sample run based on your specific search criteria as part of the pre-engagement scoping process so you can validate schema fit and data quality.

$ dataflirt scope --new-project --source=dice.com ready

Tell us what
to extract.
We do the rest.

20-minute scoping call. Pilot dataset within the week. Production within two. Whether you need a one-off export of remote Python roles or a continuous feed of US tech hiring data — we scope, build, and operate the pipeline. Tell us what you need.

hello@dataflirt.com · Bengaluru · IST · typical reply < 4h
Services

Data Extraction for Every Industry

View All Services →