# Delivery Jobs Data from WorkIndia in Delhi

**Use case:** 

Extract 100 delivery job postings from WorkIndia in Delhi. Includes detailed information on salaries, company, and requirements.

## Input

```json
{
  "url": "https://www.workindia.in/jobs/",
  "keyword": "delivery",
  "city": "delhi",
  "results_wanted": 100,
  "max_pages": 10,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "job_id": {
    "label": "Job ID",
    "format": "number"
  },
  "profile_job_title": {
    "label": "Title",
    "format": "text"
  },
  "branch_company_name": {
    "label": "Company",
    "format": "text"
  },
  "branch_location_city_name": {
    "label": "City",
    "format": "text"
  },
  "profile_salary_structure": {
    "label": "Salary",
    "format": "text"
  },
  "job_experience": {
    "label": "Experience",
    "format": "text"
  },
  "profile_industry_display_name": {
    "label": "Industry",
    "format": "text"
  },
  "created_at": {
    "label": "Posted At",
    "format": "date"
  },
  "api_detail_url": {
    "label": "Detail API",
    "format": "link"
  }
}
```

## About this Actor

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