# Extract Detailed Naukri Job Descriptions

**Use case:** 

Gain insights into the job market with specific data analyst job descriptions extracted from Naukri.com and NaukriGulf.com. This task compiles details such as job titles, company names, experience requirements, salary information, and key responsibilities. Access real and relevant job posts to inform your recruitment strategies and market analysis.

## Input

```json
{
  "jobBoard": "naukri",
  "keyword": "data analyst",
  "maxJobs": 50,
  "fetchDetails": true,
  "sortBy": "relevance",
  "experience": "all",
  "freshness": "15",
  "walkin": false,
  "language": "english"
}
```

## Output

```json
{
  "jobDetails.title": {
    "label": "Job Title",
    "format": "text"
  },
  "jobDetails.jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "jobDetails.companyId": {
    "label": "Company ID",
    "format": "number"
  },
  "jobDetails.experienceText": {
    "label": "Experience",
    "format": "text"
  },
  "jobDetails.minimumExperience": {
    "label": "Min Experience",
    "format": "number"
  },
  "jobDetails.maximumExperience": {
    "label": "Max Experience",
    "format": "number"
  },
  "jobDetails.industry": {
    "label": "Industry",
    "format": "text"
  },
  "jobDetails.employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "jobDetails.jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "jobDetails.roleCategory": {
    "label": "Role Category",
    "format": "text"
  },
  "jobDetails.functionalArea": {
    "label": "Functional Area",
    "format": "text"
  },
  "jobDetails.description": {
    "label": "Description",
    "format": "text"
  },
  "jobDetails.shortDescription": {
    "label": "Short Description",
    "format": "text"
  },
  "jobDetails.staticUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "jobDetails.createdDate": {
    "label": "Created Date",
    "format": "text"
  },
  "jobDetails.vacancy": {
    "label": "Vacancy",
    "format": "number"
  },
  "jobDetails.wfhType": {
    "label": "WFH Type",
    "format": "text"
  },
  "jobDetails.wfhLabel": {
    "label": "Work Mode",
    "format": "text"
  },
  "jobDetails.walkIn": {
    "label": "Walk-In",
    "format": "boolean"
  },
  "jobDetails.companyDetail": {
    "label": "Company Detail",
    "format": "object"
  },
  "jobDetails.salaryDetail": {
    "label": "Salary Detail",
    "format": "object"
  },
  "jobDetails.keySkills": {
    "label": "Key Skills",
    "format": "object"
  },
  "jobDetails.education": {
    "label": "Education",
    "format": "object"
  },
  "jobDetails.locations": {
    "label": "Locations",
    "format": "array"
  },
  "jobDetails.clientLogo": {
    "label": "Company Logo",
    "format": "image"
  },
  "jobDetails.groupId": {
    "label": "Group ID",
    "format": "number"
  },
  "jobDetails.isTopGroup": {
    "label": "Top Group",
    "format": "number"
  },
  "jobDetails.mode": {
    "label": "Mode",
    "format": "text"
  },
  "jobDetails.board": {
    "label": "Board",
    "format": "text"
  },
  "brandedJd": {
    "label": "Branded JD",
    "format": "boolean"
  },
  "ambitionBoxDetails": {
    "label": "AmbitionBox Details",
    "format": "object"
  },
  "seo": {
    "label": "SEO",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Naukri Job Scraper | India & Gulf Jobs](https://apify.com/muhammetakkurtt/naukri-job-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/muhammetakkurtt/naukri-job-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/muhammetakkurtt/naukri-job-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
