# Delivery Jobs in Bangalore from Apna.co

**Use case:** 

Access detailed delivery job listings in Bangalore. Get salary bands and recruiter contact preferences from Apna.co.

## Input

```json
{
  "url": "",
  "keyword": "delivery person",
  "location": "Bengaluru/Bangalore",
  "dateWithinDays": 0,
  "maxItems": 100,
  "maxConcurrency": 8,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "work_mode": {
    "label": "Work Mode",
    "format": "string"
  },
  "min_salary": {
    "label": "Min Salary",
    "format": "number"
  },
  "max_salary": {
    "label": "Max Salary",
    "format": "number"
  },
  "no_of_openings": {
    "label": "Openings",
    "format": "number"
  },
  "created_on": {
    "label": "Posted Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Apna.co Jobs Scraper: India Blue & Grey Collar Listings](https://apify.com/getascraper/apna-co-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/apna-co-scraper) to learn more, explore other use cases, and run it yourself.