Naukri Scraper - India & Gulf Jobs | $0.99/1K Jobs avatar

Naukri Scraper - India & Gulf Jobs | $0.99/1K Jobs

Pricing

from $0.99 / 1,000 job listings

Go to Apify Store
Naukri Scraper - India & Gulf Jobs | $0.99/1K Jobs

Naukri Scraper - India & Gulf Jobs | $0.99/1K Jobs

Scrape job listings from Naukri.com (India) and NaukriGulf.com (Middle East). 45+ fields per job including title, company, AmbitionBox rating, follower count, tags, about-text, founded year, size, headquarters, website, benefits & similar companies. No login. $0.99 per 1,000 jobs.

Pricing

from $0.99 / 1,000 job listings

Rating

0.0

(0)

Developer

Ale

Ale

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Naukri Scraper

Scrape job listings from Naukri.com (India) and NaukriGulf.com (Middle East). Pass in search keywords or paste any naukri.com / naukrigulf.com search URL — no login, no API key.

Pay-per-result: $0.99 per 1,000 jobs.

What you get

For every job the scraper returns 45+ fields, including:

Job-level

  • Title, company, company logo
  • Location (cleaned to the city name), localities
  • Experience range (min/max years + experience_text)
  • Salary range + currency (ISO 4217: INR / USD / AED / …) + is_salary_hidden flag
  • Skills, employment type, walk-in flag, expired flag
  • Full job description (plain text + raw HTML), short SERP snippet
  • Posted date (raw string + Unix timestamp), openings count
  • Direct job URL, apply URL

Company-level (turned on by default — set includeCompanyDetails: false to skip)

  • AmbitionBox employer rating + review count + AmbitionBox URL
  • Total Naukri followers
  • Company tags (Private / Public / Foreign MNC / Forbes Global 2000 / …)
  • About-the-company text
  • Company type, founded year, employee-count band, headquarters, official website
  • Employee-reported benefits with how many employees reported each one
  • Up to 3 similar companies (name, group ID, rating, reviews, logo)

Each unique company is fetched once per run (deduplicated by Naukri group ID), so a 1,000-job run covering 200 companies makes 200 extra HTTP calls — not 1,000.

Input

{
"searchQueries": ["Software Engineer", "Data Analyst"],
"location": "Bangalore",
"platform": "naukri",
"maxResultsPerQuery": 40,
"includeCompanyDetails": true
}

Input fields

FieldTypeDefaultNotes
searchQueriesarrayKeywords to search. Each runs as its own search; results are deduplicated across queries.
searchUrlsarrayPaste any naukri.com or naukrigulf.com search URL. Filters from the URL (keyword, location, page) are parsed automatically.
locationstringemptyCity or region. Combined with each searchQuery. Ignored for searchUrls (they carry their own location).
platformstringnaukrinaukri for India, naukrigulf for the Middle East, or both.
maxResultsPerQueryinteger50Maximum jobs per query. Naukri stops returning new IDs after roughly the first 20 unique results per query; the scraper detects this automatically.
maxResultsinteger0Global cap across all queries. 0 = no cap.
includeCompanyDetailsbooleantrueFetch the rich company-overview fields. Set to false for the fastest, cheapest runs (job-level fields only).

Examples

Search by keyword + city

{ "searchQueries": ["Python Developer"], "location": "Pune" }

Multiple queries, both platforms

{
"searchQueries": ["DevOps Engineer", "Site Reliability"],
"platform": "both",
"maxResultsPerQuery": 20
}

Paste a filtered search URL from naukri.com

{
"searchUrls": [
"https://www.naukri.com/data-engineer-jobs-in-hyderabad",
"https://www.naukrigulf.com/software-engineer-jobs-in-dubai"
]
}

Fast lane (no company enrichment)

{
"searchQueries": ["Frontend Engineer"],
"location": "Bengaluru",
"includeCompanyDetails": false
}

Output

One item per job. Truncated example:

{
"id": "100626500857",
"title": "Software Engineer",
"company": "Texas Instruments",
"company_id": "1779582",
"company_group_id": "3448628",
"company_logo": "https://img.naukimg.com/logo_images/groups/v1/3448628.gif",
"location": "Bengaluru",
"localities": [],
"min_experience_years": 0,
"max_experience_years": 3,
"experience_text": "0-3 Yrs",
"min_salary": null,
"max_salary": null,
"salary_text": null,
"currency": "INR",
"is_salary_hidden": true,
"description": "Minimum Requirements: . XX years of relative experience. Preferred Qualifications: . Degree in Electrical Engineering, Computer Engineering …",
"description_html": "Minimum Requirements:&nbsp;&nbsp;.&nbsp;XX years of relative experience.&nbsp;<br><br>Preferred Qualifications:&nbsp; …",
"description_snippet": "Minimum Requirements: . XX years of relative experience. …",
"skills": ["Computer science", "Software design", "Coding", "Machine learning"],
"employment_type": "Full Time, Permanent",
"openings_count": 1,
"posted_at": "2026-06-10 09:46:47.0",
"posted_at_unix": 1780815407,
"freshness_text": null,
"job_url": "https://www.naukri.com/job-listings-software-engineer-texas-instruments-100626500857",
"company_url": "https://www.naukri.com/texas-instruments-jobs-careers-18530",
"apply_url": "https://edbz.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/...",
"is_walk_in": false,
"is_expired": false,
"work_from_home_type": null,
"ambition_box_rating": "3.7",
"ambition_box_reviews": 225,
"ambition_box_url": "https://www.ambitionbox.com/reviews/texas-instruments-reviews",
"company_followers_count": 30118,
"company_tags": ["Electronic Components / Semiconductors", "Forbes Global 2000", "Foreign MNC", "B2B", "TOP"],
"company_about": "We are visionaries. We are differentiators. We are TIers. As a global semiconductor company operating in 35 countries, Texas Instruments …",
"company_type": "Private",
"company_founded_year": "1951",
"company_size": "10001-50000",
"company_headquarters": null,
"company_website": "http://www.ti.com",
"company_benefits": [
{ "name": "Free meal", "employee_reports": 113 },
{ "name": "Health insurance", "employee_reports": 91 },
{ "name": "Cafeteria", "employee_reports": 100 }
],
"company_similar_companies": [
{ "name": "Infineon", "group_id": "14372", "rating": "3.6", "reviews_count": 286, "logo_url": "https://img.naukimg.com/logo_images/groups/v1/14372.gif", "overview_url": "infineon-overview-14372" }
],
"source_platform": "naukri",
"search_query": "Software Engineer",
"search_location": "Bangalore",
"serp_page": 1,
"scraped_at": "2026-06-10T09:46:48Z"
}

Pricing

Pay per job. No subscription, no minimum spend.

EventPrice
Actor start$0.001
Each job$0.00099
VolumeTotal
100 jobs$0.10
1,000 jobs$0.99
10,000 jobs$9.90

Notes and limits

  • Salary is usually hidden: Naukri lets recruiters keep salary off the public SERP, and most do. is_salary_hidden: true reflects this. The full salary range (e.g. "15-25 Lacs P.A.") is on each job's detail page but is gated behind Naukri's bot-management challenge that this scraper does not solve. If salary is critical for your workflow, prefer postings where is_salary_hidden: false.
  • About 20 unique results per query: Naukri's public search endpoint caps unique results around 20 per keyword. Use multiple searchQueries (synonyms, role variants) or paste several filtered searchUrls to surface more jobs.
  • AmbitionBox data: Surfaced from each company's Naukri overview page. Available when Naukri has linked the company to an AmbitionBox profile (usually true for companies with public reviews).
  • Currency codes: Naukri's raw labels ("Rupees", "U.S. Dollar", "Dirham") are normalised to ISO 4217 codes (INR / USD / AED / …) so the output is portable across both platforms.
  • min_salary / max_salary units: The value is in the unit of the currency field. For INR jobs this is lakhs (15 = ₹15,00,000). For other currencies it's natural units. The pre-formatted display string is in salary_text.
  • Description: Returned both as cleaned plain text (description) and the raw HTML Naukri ships (description_html).
  • Skills: Parsed from Naukri's keyword tagging. Some short postings have no skills listed.

Use with AI agents

Connect via Apify's MCP endpoint:

https://mcp.apify.com?tools=santamaria-automations/naukri-scraper

Example prompt:

Use naukri-scraper to find Senior Backend Engineer jobs in Pune. Return the top 20 with the company name, AmbitionBox rating, follower count, and headquarters.

Issues, feature requests