# AmbitionBox company reviews monitoring

**Use case:** 

Monitor AmbitionBox company reviews for competitor benchmarking across public employer review pages such as TCS, Infosys, and Wipro.

## Input

```json
{
  "companies": [
    "tcs",
    "infosys",
    "wipro"
  ],
  "maxReviewsPerCompany": 10,
  "totalMaxReviews": 30,
  "workPolicy": "any",
  "verifiedOnly": false
}
```

## Output

```json
{
  "publishedAt": {
    "label": "Published at",
    "format": "date"
  },
  "overallRating": {
    "label": "Overall rating",
    "format": "number"
  },
  "pros": {
    "label": "Pros",
    "format": "string"
  },
  "cons": {
    "label": "Cons",
    "format": "string"
  },
  "jobProfileName": {
    "label": "Job profile",
    "format": "text"
  },
  "jobLocationName": {
    "label": "Location",
    "format": "text"
  },
  "workPolicy": {
    "label": "Work policy",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  }
}
```

## About this Actor

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