Apify Store
AS
Apify Store
/themineworks/foundit-jobs-scraper

Foundit Monster India Jobs | 20 Fields, Monitor Mode

Scrape Foundit.in (formerly Monster India) job search by keyword, city, experience, salary and job-freshness. Structured JSON: title, company, salary, skills, industry, apply URL. No login, plain HTTP

liveasyncunknown~30s typical
jobsbusinessmcp serversfoundit
$0.0031
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0025 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 /themineworks/foundit-jobs-scraper for me.

Input

FieldTypeDescription
searchKeywords*arrayOne or more job-search keywords. Each keyword is searched separately and results are merged and deduplicated.
locationstringCity or region, e.g. 'Bangalore', 'Mumbai', 'Delhi NCR'. Comma-separate multiple cities, e.g. 'Bangalore,Mumbai'. Leave blank for all India.
experienceMinYearsintegerMinimum years of experience. 0 = fresher.
experienceMaxYearsintegerMaximum years of experience.
salaryMinLakhsintegerMinimum annual CTC in INR Lakhs. Note most Foundit listings mark salary 'confidential' and will not match a salary filter — leave blank unless you specifically want salary-disclosed roles.
salaryMaxLakhsintegerMaximum annual CTC in INR Lakhs.
employmentTypestring (Full Time | Part Time)Full-time or part-time roles only. Leave blank for all.
postedWithinDaysstring (1 | 3 | 7 | 15 | 30)Only show jobs posted within the last N days.
maxJobsintegerMaximum number of jobs to scrape across all keywords. Hard cap 1000. default 5
includeJobDescriptionbooleanIf true, fetch each job's detail page (one extra HTTP request per job) for the full description, responsibilities, and qualifications. If false (default), results return fast from the search API alone without a description field. default false
monitorModebooleanRun on a schedule and deliver ONLY results not seen in a previous run. You are charged per new result, not for the whole feed each time. Ideal for daily monitoring. Requires the same input across runs. default false
proxyConfigurationobjectOptional. Foundit's search API works over a plain datacenter connection in testing — no residential proxy is required. Leave this off for the cheapest run; add a proxy only if you scale up volume and start seeing blocks. default {"useApifyProxy":false}

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":"/themineworks/foundit-jobs-scraper","input":{"searchKeywords":["python developer"],"location":"Bangalore","maxJobs":3},"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 /themineworks/foundit-jobs-scraper -i '{"searchKeywords":["python developer"],"location":"Bangalore","maxJobs":3}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/themineworks/foundit-jobs-scraper", input: {"searchKeywords":["python developer"],"location":"Bangalore","maxJobs":3}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.