{"uid":"cap_ez1KNsDyRML0IDVRh8-pN","slug":"indeed-scraper-misceres-indeed-scraper-via-stableapify-80572361","name":"Indeed Scraper (misceres/indeed-scraper) via StableApify","description":"Start the \"Indeed Scraper\" Apify actor (misceres/indeed-scraper). Scrape jobs posted on Indeed. Get detailed information from this job portal about saved and sponsored jobs. Specify the search based on location with the outpu…","url":"https://stableapify.dev/api/actors/misceres/indeed-scraper/call","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"input":{"type":"object","required":["country","parseCompanyDetails","saveOnlyUniqueItems","followApplyRedirects"],"properties":{"country":{"enum":["AQ","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","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","GB","US","UY","VE","VN"],"type":"string","default":"US","description":"Country for job search."},"location":{"type":"string","description":"Any combination of city, zip code or locality for search. Used together with position/keywords."},"position":{"type":"string","description":"Any combination of positions or keywords for search. Can be used together with Start URLs - both will be scraped independently, each limited by Max job listings per search."},"startUrls":{"type":"array","items":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri"},"method":{"type":"string"},"headers":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"payload":{"type":"string"},"userData":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}},"additionalProperties":false},"description":"List of URLs that will be scraped. Can be main website URL, category/search URLs, company jobs URL (in the format of `https://www.indeed.com/cmp/Google/jobs`) or detail/product URLs. Can be combined with keyword search - both will execute independently."},"maxItemsPerSearch":{"type":"integer","maximum":9007199254740991,"minimum":1,"description":"Maximum number of job listings to scrape for each keyword search and each Start URL. When both are used together, each is limited independently by this value."},"parseCompanyDetails":{"type":"boolean","default":false,"description":"If true, will also navigate to company page of each job posting, to scrape company info not available directly on job posting page."},"saveOnlyUniqueItems":{"type":"boolean","default":true,"description":"If true, only unique job listings will be scraped."},"followApplyRedirects":{"type":"boolean","default":false,"description":"If true, will follow redirects of Indeed's externalApplyLink and output the final one."}},"description":"Normalized actor input. See field descriptions for the simplified shape; native Apify input also accepted (passed through).","additionalProperties":{}},"options":{"type":"object","properties":{"build":{"type":"string","maxLength":100,"minLength":1},"memory":{"type":"integer","maximum":32768,"minimum":128},"maxItems":{"type":"integer","maximum":100000,"minimum":1}},"description":"Optional Apify run options.","additionalProperties":false}}},"responseSchema":null,"example":{"request":{"input":{"username":"john-smith","includeEmail":false},"options":{"memory":256,"maxItems":100}},"response":{"run":{"id":"qlpIxARoCGSdaxfmC","status":"READY","actorId":"hMvNSpz3JnHgl5jkh","startedAt":"2026-06-16T17:43:40.054Z","usageTotalUsd":0,"defaultDatasetId":"hPFDCistWoMcsdZVC"},"token":"eyJhbGciOiJIUzI1NiJ9.eyJydW5JZCI6InFscEl4QVJvQ0dTZGF4Zm1DIiwiYWN0b3JJZCI6Im1pc2NlcmVzL2luZGVlZC1zY3JhcGVyIiwiZGVmYXVsdERhdGFzZXRJZCI6ImhQRkRDaXN0V29NY3NkWlZDIiwidyI6IjB4OWNjNDJmM2Q5MjQ1Yjg2N2FjY2NkNjMwYjQzZjkwNmMxNjY1YjE3NiIsImlhdCI6MTc4MTYzMTgyMCwiZXhwIjoxNzg0MjIzODIwfQ.n5zNI08YwZJ2ZOeXOS_v65eZHpdqmr8qBC59N21hQQE"}},"exampleRequest":{"input":{"username":"john-smith","includeEmail":false},"options":{"memory":256,"maxItems":100}},"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_PAjSUDu7I6877AeXhtP0l","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Starts an Apify actor run that scrapes job listings from Indeed, returning detailed job data including saved and sponsored jobs filtered by search term and location.","exampleAgentPrompt":"Scrape Indeed for software engineer jobs in Austin, Texas — pull up to 200 listings including sponsored jobs and give me the full details like title, company, salary, and description.","exampleUseCases":[{"title":"Job market research by location","prompt":"Can you pull all Indeed job postings for data analyst roles in Chicago, up to 500 listings, so I can analyze which companies are hiring and what salaries they're offering?"},{"title":"Recruiting pipeline data collection","prompt":"I need to scrape Indeed for DevOps engineer jobs posted in Seattle — grab up to 300 results including sponsored listings so our recruiting team can review candidates' target employers."},{"title":"Automated job board population","prompt":"Scrape Indeed for remote customer service jobs across the US, limit to 100 results, and include both regular and sponsored postings so I can populate our job aggregator site."}],"resultDescription":"Returns an actor run object with a run ID, status (READY), actor ID, start timestamp, default dataset ID, and a bearer token. The bearer token and dataset ID are used in a subsequent call to fetch the actual scraped job listings from the Apify dataset.","failureModes":["Invalid or missing search parameters causing empty results","Indeed anti-scraping measures blocking the actor mid-run","Actor run failing to start due to insufficient memory allocation","Rate limits or quota exceeded on the Apify platform","Token expiry before dataset is fetched (token valid ~30 days)","maxItems set too high leading to long run times or timeouts"],"whenToPreferThis":"Choose this endpoint when you need structured job listing data from Indeed at scale, including sponsored and saved jobs, with location-based filtering. Prefer this over LinkedIn Jobs Scraper when your focus is Indeed-specific listings. Use this over the valig/indeed-jobs-scraper sibling when you need the misceres actor's specific output format or feature set. Best for bulk data collection, job market analysis, and recruitment pipeline automation.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:50:25.419Z","isFirstParty":false}