AS
Apify Store
/valig/naukri-jobs-scraper
Naukri Jobs Scraper (India)
$0.4/1K jobs | Scrape detailed job listings, salary packages, and company insights instantly from Naukri.com to power your research.
liveasyncunknown~30s typical
jobsautomationnaukri
$0.00050
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0004 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/naukri-jobs-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| keywords | string | Enter skills / designations / companies |
| location | string | Enter preferred job location |
| sort | string (r | f) | Sort search results by relevance or date default "r" |
| wfhType | array | Select preferred work mode |
| jobAge | string (1 | 3 | 7 | 15 | 30) | Select the freshness of jobs |
| experience | integer | Enter the number of years of experience |
| jobPostType | array | Select the type of job poster |
| limit | integer | Maximum results count default 100 |
| urlParam | array | Custom params to be passed directly |
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/naukri-jobs-scraper","input":{"keywords":"Software Developer","location":"Mumbai","wfhType":["2","3"],"jobAge":"7","experience":5,"jobPostType":["2","3"],"limit":3,"urlParam":[{"key":"functionAreaIdGid","value":"5"},{"key":"functionAreaIdGid","value":"8"}]},"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/naukri-jobs-scraper -i '{"keywords":"Software Developer","location":"Mumbai","wfhType":["2","3"],"jobAge":"7","experience":5,"jobPostType":["2","3"],"limit":3,"urlParam":[{"key":"functionAreaIdGid","value":"5"},{"key":"functionAreaIdGid","value":"8"}]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/valig/naukri-jobs-scraper", input: {"keywords":"Software Developer","location":"Mumbai","wfhType":["2","3"],"jobAge":"7","experience":5,"jobPostType":["2","3"],"limit":3,"urlParam":[{"key":"functionAreaIdGid","value":"5"},{"key":"functionAreaIdGid","value":"8"}]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.