# Scrape Tree Service Pro Leads in Tampa - Angi

**Use case:** 

Export established tree service leads in Tampa, FL from Angi with Business, Phone, City, State, # Reviews, Years and Lead score. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "businessName": {
    "label": "Business"
  },
  "phone": {
    "label": "Phone"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "services": {
    "label": "Services"
  },
  "yearsInBusiness": {
    "label": "Years"
  },
  "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.