Start the "💡 Indeed Jobs Scraper" Apify actor (valig/indeed-jobs-scraper)
Start the "💡 Indeed Jobs Scraper" Apify actor (valig/indeed-jobs-scraper). $0.1/1K jobs | Scrape job listings, salaries, and company details from Indeed with customizable search filters and structured output.
10000 (raw units)
price
12
calls / 30d
4
unique payers
2026-09-17
updated
Provider
stableapify.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x23d931f95831cee50b5f5edf4d0e88270f6c8411",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"input": {
"additionalProperties": {},
"description": "Normalized actor input. See field descriptions for the simplified shape; native Apify input also accepted (passed through).",
"properties": {
"country": {
"default": "us",
"enum": [
"ar",
"au",
"at",
"bh",
"be",
"br",
"ca",
"cl",
"cn",
"co",
"cr",
"cz",
"dk",
"ec",
"eg",
"fi",
"fr",
"de",
"gr",
"hk",
"hu",
"in",
"id",
"ie",
"il",
"it",
"jp",
"kw",
"lu",
"my",
"mx",
"ma",
"nl",
"nz",
"ng",
"no",
"om",
"pk",
"pa",
"pe",
"ph",
"pl",
"pt",
"qa",
"ro",
"sa",
"sg",
"za",
"kr",
"es",
"se",
"ch",
"tw",
"th",
"tr",
"ua",
"ae",
"uk",
"us",
"uy",
"ve",
"vn"
],
"type": "string"
},
"datePosted": {
"enum": [
"1",
"3",
"7",
"14",
""
],
"type": "string"
},
"limit": {
"default": 100,
"description": "Maximum results count",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"location": {
"description": "City, state, zip code, or \"remote\"",
"type": "string"
},
"title": {
"description": "Job title, keywords, or company",
"type": "string"
}
},
"required": [
"country",
"limit"
],
"type": "object"
},
"options": {
"additionalProperties": false,
"description": "Optional Apify run options.",
"properties": {
"build": {
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"maxItems": {
"maximum": 100000,
"minimum": 1,
"type": "integer"
},
"memory": {
"maximum": 32768,
"minimum": 128,
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://stableapify.dev/api/actors/valig/indeed-jobs-scraper/call" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://stableapify.dev/api/actors/valig/indeed-jobs-scraper/call");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://stableapify.dev/api/actors/valig/indeed-jobs-scraper/call")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6679.json, and this resource appears in /discovery/resources and /discovery/search.