🔥Dice.com FULL Job Scraper🔥 avatar
🔥Dice.com FULL Job Scraper🔥

Pricing

$30.00/month + usage

Go to Store
🔥Dice.com FULL Job Scraper🔥

🔥Dice.com FULL Job Scraper🔥

Developed by

mohamed el hadi msaid

mohamed el hadi msaid

Maintained by Community

Scrapes job listings from Dice.com, including detailed information, and handles pagination. Supports keyword search, location search, and various filters (employment type, employer type, workplace type, posted date, easy apply, willing to sponsor).

5.0 (1)

Pricing

$30.00/month + usage

2

Total users

13

Monthly users

2

Runs succeeded

>99%

Last modified

3 months ago

You can access the 🔥Dice.com FULL Job Scraper🔥 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

{
"openapi": "3.0.1",
"info": {
"version": "0.0",
"x-build-id": "pbpBg79SNNmLWtGVg"
},
"servers": [
{
"url": "https://api.apify.com/v2"
}
],
"paths": {
"/acts/mohamedgb00714~dicecom-job-scraper/run-sync-get-dataset-items": {
"post": {
"operationId": "run-sync-get-dataset-items-mohamedgb00714-dicecom-job-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/acts/mohamedgb00714~dicecom-job-scraper/runs": {
"post": {
"operationId": "runs-sync-mohamedgb00714-dicecom-job-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor and returns information about the initiated run in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/runsResponseSchema"
}
}
}
}
}
}
},
"/acts/mohamedgb00714~dicecom-job-scraper/run-sync": {
"post": {
"operationId": "run-sync-mohamedgb00714-dicecom-job-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
}
},
"components": {
"schemas": {
"inputSchema": {
"type": "object",
"properties": {
"query": {
"title": "Search Query",
"type": "string",
"description": "Keywords to search for in job titles and descriptions."
},
"location": {
"title": "Location",
"type": "string",
"description": "Location to search for jobs (city, state, or zip code)."
},
"postedDate": {
"title": "Posted Date",
"enum": [
"Any Date",
"Today",
"Last 3 Days",
"Last 7 Days"
],
"type": "string",
"description": "Filter by posted date.",
"default": "Today"
},
"FULLTIME": {
"title": "Full-time",
"type": "boolean",
"description": "Filter for full-time jobs.",
"default": false
},
"PARTTIME": {
"title": "Part-time",
"type": "boolean",
"description": "Filter for part-time jobs.",
"default": false
},
"CONTRACTS": {
"title": "Contract",
"type": "boolean",
"description": "Filter for contract jobs.",
"default": false
},
"THIRD_PARTY": {
"title": "Third Party",
"type": "boolean",
"description": "Filter for third-party jobs.",
"default": false
},
"Direct Hire": {
"title": "Direct Hire",
"type": "boolean",
"description": "Filter for direct hire jobs.",
"default": false
},
"Recruiter": {
"title": "Recruiter",
"type": "boolean",
"description": "Filter for recruiter jobs.",
"default": false
},
"Other": {
"title": "Other",
"type": "boolean",
"description": "Filter for other jobs.",
"default": false
},
"On-Site": {
"title": "On-Site",
"type": "boolean",
"description": "Filter for on-site jobs.",
"default": false
},
"Remote": {
"title": "Remote",
"type": "boolean",
"description": "Filter for remote jobs.",
"default": false
},
"Hybrid": {
"title": "Hybrid",
"type": "boolean",
"description": "Filter for hybrid jobs.",
"default": false
},
"easyApply": {
"title": "Easy Apply",
"type": "boolean",
"description": "Filter for Easy Apply jobs.",
"default": false
},
"willingToSponsor": {
"title": "Work Authorization",
"type": "boolean",
"description": "Filter for jobs where the employer is willing to sponsor.",
"default": false
},
"limit": {
"title": "Limit",
"minimum": 1,
"type": "integer",
"description": "Maximum number of jobs to scrape (optional).",
"default": 1000
}
}
},
"runsResponseSchema": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"actId": {
"type": "string"
},
"userId": {
"type": "string"
},
"startedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"finishedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"status": {
"type": "string",
"example": "READY"
},
"meta": {
"type": "object",
"properties": {
"origin": {
"type": "string",
"example": "API"
},
"userAgent": {
"type": "string"
}
}
},
"stats": {
"type": "object",
"properties": {
"inputBodyLen": {
"type": "integer",
"example": 2000
},
"rebootCount": {
"type": "integer",
"example": 0
},
"restartCount": {
"type": "integer",
"example": 0
},
"resurrectCount": {
"type": "integer",
"example": 0
},
"computeUnits": {
"type": "integer",
"example": 0
}
}
},
"options": {
"type": "object",
"properties": {
"build": {
"type": "string",
"example": "latest"
},
"timeoutSecs": {
"type": "integer",
"example": 300
},
"memoryMbytes": {
"type": "integer",
"example": 1024
},
"diskMbytes": {
"type": "integer",
"example": 2048
}
}
},
"buildId": {
"type": "string"
},
"defaultKeyValueStoreId": {
"type": "string"
},
"defaultDatasetId": {
"type": "string"
},
"defaultRequestQueueId": {
"type": "string"
},
"buildNumber": {
"type": "string",
"example": "1.0.0"
},
"containerUrl": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "integer",
"example": 1
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
},
"usageTotalUsd": {
"type": "number",
"example": 0.00005
},
"usageUsd": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "number",
"example": 0.00005
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
}
}
}
}
}
}
}
}

🔥Dice.com FULL Job Scraper🔥 OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for 🔥Dice.com FULL Job Scraper🔥 from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients: