# Filtered AmbitionBox review data

**Use case:** 

Filter AmbitionBox review data by rating, job profile, location, work policy, or verified status before saving review rows.

## Input

```json
{
  "companies": [
    "tcs"
  ],
  "maxReviewsPerCompany": 25,
  "totalMaxReviews": 25,
  "minRating": 4,
  "workPolicy": "any",
  "verifiedOnly": true
}
```

## 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.