The NanoScrape Dice Scraper is an Apify actor that extracts job listings from dice.com. It returns 31 fields per result including title, company, location, company_hq, company_employees, priced at $3/1k job, with no API key or monthly subscription required.
Dice (Tech, US): 68 fields including company HQ, employee count, industry, and recruiter contacts (source platform). 50,000+ tech jobs with skill tags and salary. Most field-rich tech scraper on the Store.
| Field | Type | Example | Group | Fill % |
|---|---|---|---|---|
id | string | c28a5dc23a45bbe25fb9451fd7fbcee6 | Core | 100% |
title | string | National Sales Manager | Core | 100% |
company_logo_url | string | null | (populated when data available) | Core | — |
company_url | string | null | https://www.dice.com/company/91113390 | Core | 100% |
source_url | string | https://www.dice.com/job-detail/e1204a49-e99e-4dd4-ae1a-40b7120d3b5a | Core | 100% |
source_platform | string | dice.com | Core | 100% |
apply_url | string | null | https://www.dice.com/job-detail/e1204a49-e99e-4dd4-ae1a-40b7120d3b5a | Core | 100% |
company | string | null | (populated when data available) | Company | — |
company_hq | string | null | (populated when data available) | Company | — |
company_employees | string | null | (populated when data available) | Company | — |
company_website | string | null | (populated when data available) | Company | — |
company_industry | string | null | (populated when data available) | Company | — |
company_description | string | null | (populated when data available) | Company | — |
company_total_jobs | integer | null | (populated when data available) | Company | — |
company_recruiters | array | [] | Company | — |
location | string | Michigan, USA | Location | 100% |
description_snippet | string | null | Relocation REQUIRED to Kalamazoo, MI + Reports to CEO + Market Ownership + Consultative... | Description | 100% |
description_full | string | null | (populated when data available) | Description | — |
description_html | string | null | (populated when data available) | Description | — |
salary_min | number | null | 130000 | Salary | 64% |
salary_max | number | null | 170000 | Salary | 64% |
salary_currency | string | null | USD | Salary | 64% |
salary_period | string | null | year | Salary | 64% |
salary_text | string | null | USD 130,000.00 - 170,000.00 per year | Salary | 75% |
employment_type | string | null | (populated when data available) | Employment | — |
skills | array | [] | Requirements | — |
posted_at | string | null | 2026-08-12T20:15:40Z | Metadata | 100% |
scraped_at | string | 2026-08-17T09:22:37Z | Metadata | 100% |
expires_at | string | null | (populated when data available) | Other | — |
modified_at | string | null | 2026-08-17T03:22:01Z | Other | 100% |
search_query | string | null | sales manager | Other | 100% |
{
"searchUrls": [
"https://www.dice.com/jobs?q=software+engineer"
],
"includeJobDetails": true,
"includeCompanyInfo": true,
"maxConcurrency": 5,
"maxResults": 30,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": []
},
"maxResultsPerQuery": 10,
"searchQueries": [
"python developer",
"data engineer"
]
}{
"searchUrls": [
"https://www.dice.com/jobs?q=software+engineer"
],
"includeJobDetails": true,
"includeCompanyInfo": true,
"maxConcurrency": 5,
"maxResults": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": []
}
}{
"id": "c28a5dc23a45bbe25fb9451fd7fbcee6",
"title": "National Sales Manager",
"company": null,
"company_logo_url": null,
"company_url": "https://www.dice.com/company/91113390",
"location": "Michigan, USA",
"salary_min": 130000,
"salary_max": 170000,
"salary_currency": "USD",
"salary_period": "year",
"salary_text": "USD 130,000.00 - 170,000.00 per year",
"skills": [],
"description_snippet": "Relocation REQUIRED to Kalamazoo, MI + Reports to CEO + Market Ownership + Consultative Selling + Leadership + Ability to Influence Business Strategy This Jobot Job is hosted by: Carrie Powell Are you a fit? Easy Apply now by clicking the \"Apply Now\" button and sending us your resume. Salary: $130,000 - $170,000 per year A bit about us: We are partnering with a global industrial materials organization seeking a National Sales Manager to support growth across building materials, industrial app",
"description_full": null,
"description_html": null,
"employment_type": null,
"expires_at": null,
"posted_at": "2026-08-12T20:15:40Z",
"modified_at": "2026-08-17T03:22:01Z",
"source_url": "https://www.dice.com/job-detail/e1204a49-e99e-4dd4-ae1a-40b7120d3b5a",
"source_platform": "dice.com",
"apply_url": "https://www.dice.com/job-detail/e1204a49-e99e-4dd4-ae1a-40b7120d3b5a",
"search_query": "sales manager",
"scraped_at": "2026-08-17T09:22:37Z",
"company_hq": null,
"company_employees": null,
"company_website": null,
"company_industry": null,
"company_description": null,
"company_total_jobs": null,
"company_recruiters": []
}Priced at $0.0030 per job. 10 jobs ≈ $0.03, 100 ≈ $0.30, 1,000 ≈ $3.00. The first runs land inside Apify's $5/mo free-tier credit — pay only for what you extract, no monthly subscription.
This actor is the primary choice for US tech talent intelligence platforms, IT staffing agencies, and skills demand analysts. Dice is the leading US board for technology professionals and is especially strong on contract and staffing-firm roles that are underrepresented on Indeed or LinkedIn. The structured skills badge array and salary transparency (required by Dice's listing policy) make it uniquely suited for compensation benchmarking and tech-stack demand analysis. The optional company enrichment with recruiter name and title turns a job scraper into a direct sales prospecting tool for staffing and tech-services vendors.
Click Open on Apify above to run dice-scraper in your browser - no code, no install. In the Apify console you get:
To run this actor from your own code you need an Apify API token. Get one in about a minute:
Free tier: Apify credits your account with $5 of platform usage every month, no credit card required. Enough to test any actor meaningfully - at $0.001 per result on typical scrapers, that is roughly 5,000 results for free every month.
Run this actor from any language via the Apify REST API. Replace YOUR_TOKEN with your API token and adapt the input JSON to your needs.
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~dice-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'// npm install apify-client
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('santamaria-automations/dice-scraper').call({});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);# pip install apify-client
from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('santamaria-automations/dice-scraper').call(run_input={})
items = list(client.dataset(run['defaultDatasetId']).iterate_items())
print(items)// dotnet add package Apify.Client
using Apify.Client;
var client = new ApifyClient("YOUR_TOKEN");
var run = await client.Actor("santamaria-automations/dice-scraper").CallAsync(new { });
var items = await client.Dataset(run.DefaultDatasetId).ListItemsAsync();// Maven: com.apify:apify-client
import com.apify.client.ApifyClient;
ApifyClient client = new ApifyClient("YOUR_TOKEN");
ActorRun run = client.actor("santamaria-automations/dice-scraper").call(Map.of());
List<Map<String,Object>> items = client.dataset(run.getDefaultDatasetId()).listItems();This actor is available on the Apify MCP server, so you can drive it from any MCP-compatible AI client - Claude Desktop, Claude.ai, Cursor, VS Code, LangChain, LlamaIndex, or a custom agent - without writing any code.
https://mcp.apify.com?tools=santamaria-automations/dice-scraperExample prompt once connected:
"Use <code>dice-scraper</code> to run a scrape on my target list and give me the results as a table."
Clients that support dynamic tool discovery (Claude.ai, VS Code) receive the full input schema automatically via add-actor.
Trigger this actor from your favorite automation tool. Every platform below can call the Apify API in a few clicks - no code required.
@apify/n8n-nodes-apify).santamaria-automations/dice-scraper.https://api.apify.com/v2/acts/santamaria-automations~dice-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN.application/json.https://api.apify.com/v2/acts/santamaria-automations~dice-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN, method POST, body raw JSON.https://api.apify.com/v2/acts/santamaria-automations~dice-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN.steps.http.$return_value in subsequent steps.https://api.apify.com/v2/acts/santamaria-automations~dice-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN, body type JSON.$3.00 / 1,000 job, billed per result on Apify. Apify's $5/month free tier covers the first runs. No monthly subscription — you only pay for what you extract.
31 fields per result. Full field catalog is listed in the 'What you can scrape' table above — includes core identifiers, descriptive text, dates, and any category-specific data.
Scraping publicly available data is generally permitted in most jurisdictions, but GDPR applies to any personal data you collect. Review your local rules and consult a lawyer for commercial use.
No. This actor reads public pages over HTTP with datacenter proxies. No API key, no OAuth, no rate-limit management on your side.
Every run pulls live data at execution time. Set up a schedule (daily/hourly/weekly cron) in the Apify console to keep your dataset current automatically.