Naukri Scraper: India and Gulf Jobs, 45+ Fields
Scrape Naukri.com (India) and NaukriGulf.com (Middle East) job listings. Returns 49 fields per job including title, company, AmbitionBox rating, follower_count, skill tags, full description, min and max experience years, salary range with currency, founded year, company size, headquarters, website, benefits and similar companies. Search by keyword and location across India's largest job board and the GCC region.
Coverage
India + Gulf (UAE, KSA, Qatar)
Anti-Bot
TLS + IP rotation
What you can scrape
- Job listings: title, company, company_id, location, localities, posted_at, employment_type
- Experience and salary: min_experience_years, max_experience_years, experience_text, min_salary, max_salary, salary_text, currency, is_salary_hidden
- Full content: description, description_html, description_snippet, skills (tags array)
- Company intel: company_logo, AmbitionBox rating, follower_count, founded year, size, headquarters, website, benefits, similar_companies
- Platforms: naukri.com (India), naukrigulf.com (UAE, KSA, Qatar and more)
Primary use cases
- India tech recruiting. Pull every Bangalore, Hyderabad and Pune posting for a stack in one run, filtered by min_experience_years
- Gulf relocation pipelines. Source UAE and KSA roles with visa-friendly employers and salary in AED or SAR
- Skill demand tracking. Aggregate the skills array across 10,000+ postings to see what tech stacks are heating up month-over-month
- AmbitionBox rating filter. Keep only companies with a 4.0+ rating to feed quality leads into recruitment workflows
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~naukri-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["software engineer"],
"location": "Bangalore",
"platform": "naukri",
"maxResultsPerQuery": 50
}'
Integrations
- n8n, Make, Zapier: trigger runs and process job records via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: queries in, structured jobs out
Output fields
| Field | Type | Example |
| title | string | Senior Software Engineer |
| company | string | Infosys |
| location | string | Bangalore |
| min_experience_years | integer | 5 |
| max_experience_years | integer | 8 |
| min_salary | integer | 2000000 |
| max_salary | integer | 3500000 |
| currency | string | INR |
| skills | string[] | ["Java","Spring Boot","AWS"] |
| description | string | Job description text... |
Related Actors