# Extract Verified Infosys Reviews from AmbitionBox

**Use case:** 

Extract verified Infosys employee reviews from AmbitionBox with ratings, job profiles, locations, pros, cons, and work policy.

## Input

```json
{
  "companies": [
    "https://www.ambitionbox.com/reviews/infosys-reviews"
  ],
  "maxReviewsPerCompany": 25,
  "totalMaxReviews": 25,
  "workPolicy": "any",
  "verifiedOnly": true,
  "maxPagesPerCompany": 2,
  "maxConcurrency": 1,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "rating": {
    "label": "Overall rating",
    "format": "number"
  },
  "designation": {
    "label": "Designation",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "workPolicy": {
    "label": "Work policy",
    "format": "string"
  },
  "pros": {
    "label": "Pros",
    "format": "string"
  },
  "cons": {
    "label": "Cons",
    "format": "string"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "helpfulCount": {
    "label": "Helpful votes",
    "format": "integer"
  },
  "reviewedOn": {
    "label": "Review date",
    "format": "string"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "string"
  },
  "companyOverallRating": {
    "label": "Company overall rating",
    "format": "number"
  },
  "companyTotalReviews": {
    "label": "Company review count",
    "format": "integer"
  },
  "companyWorkPolicyDistribution": {
    "label": "Company work-policy distribution",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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