# AmbitionBox API alternative for reviews

**Use case:** 

Use an Apify Actor as an AmbitionBox API alternative for repeat review exports to CSV, Excel, JSON, webhooks, or data pipelines.

## Input

```json
{
  "companies": [
    "infosys"
  ],
  "maxReviewsPerCompany": 25,
  "totalMaxReviews": 25,
  "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.