# HomeAdvisor Contractor Reviews Monitor Workflow

**Use case:** 

Monitor selected HomeAdvisor contractor profiles for rating, review count, customer feedback, recommendations, and public project-price signals.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.homeadvisor.com/rated.MartinandSons.72192370.html"
    }
  ],
  "maxContractors": 1,
  "includeReviews": true,
  "maxReviewsPerContractor": 100,
  "maxRequestRetries": 2
}
```

## Output

```json
{
  "name": {
    "label": "Contractor",
    "format": "text"
  },
  "profileUrl": {
    "label": "HomeAdvisor profile",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "approved": {
    "label": "Approved",
    "format": "boolean"
  },
  "services": {
    "label": "Services",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "yearsOfExperience": {
    "label": "Experience (years)",
    "format": "number"
  },
  "reviewsScraped": {
    "label": "Reviews scraped",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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