# Track New Remodeling Contractors Seattle - Angi

**Use case:** 

Monitor new remodeling contractors in Seattle, WA on Angi with Business, Category, City, State, Phone and Rating. Updated on every run.

## Input

```json
{
  "categories": [
    "remodeling"
  ],
  "locations": [
    "Seattle, WA"
  ],
  "startUrls": [],
  "maxResults": 100,
  "maxPagesPerListing": 3,
  "includeProfileDetails": true,
  "includeReviews": false,
  "maxReviewsPerPro": 20,
  "minRating": 0,
  "minReviews": 0,
  "withPhoneOnly": false,
  "paidProOnly": false,
  "superServiceAwardOnly": false,
  "deduplicateResults": true,
  "monitorMode": true,
  "monitorStoreName": "angi-leads-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "businessName": {
    "label": "Business"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "phone": {
    "label": "Phone"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "isSuperServiceAward": {
    "label": "Super Service"
  },
  "isPaidPro": {
    "label": "Paid Pro"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Angi Scraper - Home Service Pro Leads, Reviews & Contacts](https://apify.com/scrapesage/angi-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/angi-leads-scraper) to learn more, explore other use cases, and run it yourself.