# Find Delivery Executives in Mumbai

**Use case:** 

Extract profiles of up to 300 delivery executive candidates from Mumbai. Get structured data in CSV or JSON format.

## Input

```json
{
  "jobTitles": [
    "Delivery Executive",
    "Delivery Boy"
  ],
  "cities": [
    "mumbai"
  ],
  "industries": [],
  "sortNew": true,
  "sortActive": false,
  "sortLocation": false,
  "maxCandidates": 300,
  "maxPages": 30,
  "pageSize": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "requestDelay": 400,
  "maxConcurrency": 1
}
```

## Output

```json
{
  "candidateId": {
    "label": "Candidate ID",
    "format": "integer"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "age": {
    "label": "Age",
    "format": "integer"
  },
  "gender": {
    "label": "Gender",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "qualification": {
    "label": "Education",
    "format": "string"
  },
  "englishLevel": {
    "label": "English Level",
    "format": "string"
  },
  "totalExperience": {
    "label": "Experience Level",
    "format": "string"
  },
  "yearsOfExperience": {
    "label": "Years of Experience",
    "format": "number"
  },
  "previousJobTitle": {
    "label": "Previous Job Title",
    "format": "string"
  },
  "matchScore": {
    "label": "Match Score",
    "format": "number"
  },
  "hotLeadStatus": {
    "label": "Hot Lead Status",
    "format": "string"
  },
  "searchJobTitle": {
    "label": "Search Job Title",
    "format": "string"
  },
  "searchCity": {
    "label": "Search City",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [WorkIndia Scraper - Blue Collar Candidate Data India](https://apify.com/logiover/workindia-candidate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/workindia-candidate-scraper) to learn more, explore other use cases, and run it yourself.