# Scrape Sales Executive Jobs in India from Indeed (2026)

**Use case:** 

Extract 1,000+ Sales Executive job listings from Indeed India. Get job titles, salaries, locations, companies & posting dates in CSV or JSON.

## Input

```json
{
  "searchTerm": "Sales Executive",
  "country": "in",
  "location": "San Francisco, CA",
  "resultsWanted": 1000,
  "isRemote": false,
  "easyApply": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "sourceName": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyUrl": {
    "label": "Indeed Company Page",
    "format": "link"
  },
  "companyUrlDirect": {
    "label": "Company Website",
    "format": "link"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "text"
  },
  "companyNumEmployees": {
    "label": "Employees",
    "format": "text"
  },
  "companyRevenue": {
    "label": "Revenue",
    "format": "text"
  },
  "companyDescription": {
    "label": "Company Description",
    "format": "text"
  },
  "companyHeaderImageUrl": {
    "label": "Header Image",
    "format": "image"
  },
  "companyLogo": {
    "label": "Company Logo",
    "format": "image"
  },
  "companyAddressPrimary": {
    "label": "Company Address",
    "format": "text"
  },
  "companyAddresses": {
    "label": "Company Address",
    "format": "array"
  },
  "companyCeoName": {
    "label": "CEO",
    "format": "text"
  },
  "companyCeoPhotoUrl": {
    "label": "CEO Photo",
    "format": "image"
  },
  "location_city": {
    "label": "City",
    "format": "text"
  },
  "location_state": {
    "label": "State",
    "format": "text"
  },
  "location_country": {
    "label": "Country Code",
    "format": "text"
  },
  "location_countryName": {
    "label": "Country",
    "format": "text"
  },
  "location_postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "location_streetAddress": {
    "label": "Street Address",
    "format": "text"
  },
  "locationFormattedShort": {
    "label": "Location",
    "format": "text"
  },
  "locationFormattedLong": {
    "label": "Full Location",
    "format": "text"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "date"
  },
  "datePublishedMs": {
    "label": "Published At (ms)",
    "format": "number"
  },
  "dateOnIndeedMs": {
    "label": "On Indeed At (ms)",
    "format": "number"
  },
  "dateOnIndeed": {
    "label": "On Indeed At",
    "format": "date"
  },
  "jobUrl": {
    "label": "Indeed URL",
    "format": "link"
  },
  "jobUrlDirect": {
    "label": "Direct Apply URL",
    "format": "link"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobType": {
    "label": "Job Type",
    "format": "array"
  },
  "attributeLabels": {
    "label": "Attributes",
    "format": "array"
  },
  "attributeKeys": {
    "label": "Attribute Keys",
    "format": "array"
  },
  "compensation_interval": {
    "label": "Pay Interval",
    "format": "text"
  },
  "compensation_minAmount": {
    "label": "Min Pay",
    "format": "number"
  },
  "compensation_maxAmount": {
    "label": "Max Pay",
    "format": "number"
  },
  "compensation_currency": {
    "label": "Currency",
    "format": "text"
  },
  "recruitDetailedSalary": {
    "label": "Detailed Salary",
    "format": "object"
  },
  "recruitWorkSchedule": {
    "label": "Work Schedule",
    "format": "text"
  },
  "description": {
    "label": "Job Description",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "emails": {
    "label": "Contact Emails",
    "format": "array"
  },
  "rawJob": {
    "label": "Raw Job Payload",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Rapid Indeed Jobs Scraper](https://apify.com/cockroachapi/indeed-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/cockroachapi/indeed-jobs-scraper) to learn more, explore other use cases, and run it yourself.