AS
Apify Store
/valig/indeed-jobs-scraper
๐ก Indeed Jobs Scraper
$0.1/1K jobs | Scrape job listings, salaries, and company details from Indeed with customizable search filters and structured output.
liveverifiedasyncdegraded ยท 6.8s~30s typical
jobsautomationindeed
$0.00013
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0001 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /valig/indeed-jobs-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| country | string (ar | au | at | bh | be | br) | Country code (ISO 3166-1 alpha-2) default "us" |
| title | string | Job title, keywords, or company |
| location | string | City, state, zip code, or "remote" |
| limit | integer | Maximum results count default 100 |
| datePosted | string ( | 1 | 3 | 7 | 14) | Time frame for job postings |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/valig/indeed-jobs-scraper","input":{"country":"us","title":"Web developer","location":"New York","limit":3,"datePosted":"7"},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /valig/indeed-jobs-scraper -i '{"country":"us","title":"Web developer","location":"New York","limit":3,"datePosted":"7"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/valig/indeed-jobs-scraper", input: {"country":"us","title":"Web developer","location":"New York","limit":3,"datePosted":"7"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.