# Track IT Services Attrition: AmbitionBox

**Use case:** 

Detect attrition signals at Indian IT services firms from AmbitionBox ratings and salary data. Returns overall and category ratings (work-life, career growth) p

## Input

```json
{
  "companies": [
    "tcs",
    "infosys",
    "wipro"
  ],
  "roles": [],
  "maxResults": 8,
  "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.