# Scrape AmbitionBox for Recruitment Intelligence

**Use case:** 

Build recruitment intelligence from AmbitionBox — CTC bands, experience levels and company ratings for Indian employers. Target passive candidates by pay gap, r

## Input

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