# Benchmark India Tech Salaries: AmbitionBox

**Use case:** 

Pull structured India salary data from AmbitionBox — average CTC, salary ranges and experience levels for software-engineer roles across TCS, Infosys and Wipro.

## Input

```json
{
  "companies": [
    "tcs",
    "infosys",
    "wipro"
  ],
  "roles": [
    "software-engineer"
  ],
  "maxResults": 10,
  "includeCompanyReviews": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "role": {
    "label": "Role",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "avg_salary": {
    "label": "Avg Salary (INR)",
    "format": "number"
  },
  "salary_min": {
    "label": "Min Salary",
    "format": "number"
  },
  "salary_max": {
    "label": "Max Salary",
    "format": "number"
  },
  "reports_count": {
    "label": "Reports",
    "format": "number"
  },
  "experience_range": {
    "label": "Experience",
    "format": "text"
  },
  "company_rating": {
    "label": "Rating",
    "format": "text"
  },
  "apply_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [AmbitionBox Scraper - India Salaries, Ratings - No Cookies](https://apify.com/thirdwatch/ambitionbox-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/ambitionbox-scraper) to learn more, explore other use cases, and run it yourself.