# AmbitionBox employee reviews dataset

**Use case:** 

Create an AmbitionBox employee reviews dataset for HR analytics, employer brand tracking, and workplace sentiment research.

## Input

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