# Angi reviews scraper for contractor reputation monitoring

**Use case:** 

Collect contractor ratings, review excerpts, services, badges, and response signals from Angi for repeat reputation analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.angi.com/companylist/us/ca/san-francisco/plumbing.htm"
    }
  ],
  "city": "Austin",
  "state": "TX",
  "service": "roofing",
  "maxItems": 50,
  "includeReviews": true,
  "maxReviewsPerContractor": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "profileUrl": {
    "label": "Angi profile",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "serviceArea": {
    "label": "Service area",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "serviceCategories": {
    "label": "Services",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "reviews": {
    "label": "Review excerpts",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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