# Find Landscapers in Adelaide on Hipages

**Use case:** 

Find landscapers in Adelaide on hipages: name, phone, ABN, licence flag, service area, rating, reviews and services, scored 0-100 as tradie leads.

## Input

```json
{
  "categories": [
    "landscapers"
  ],
  "locations": [
    "Adelaide, SA"
  ],
  "maxResults": 100,
  "maxBusinessesPerSearch": 60,
  "minRating": 0,
  "minReviews": 0,
  "withPhoneOnly": false,
  "licensedOnly": false,
  "validAbnOnly": false,
  "includeBusinessDetails": true,
  "includeServices": true,
  "includeReviews": false,
  "maxReviewsPerBusiness": 20,
  "includeJobLeads": false,
  "expandNearbySuburbs": false,
  "maxNearbySuburbs": 5,
  "deduplicateBusinesses": true,
  "monitorMode": false,
  "monitorStoreName": "hipages-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Tradie / business"
  },
  "categoryName": {
    "label": "Trade"
  },
  "suburb": {
    "label": "Suburb"
  },
  "state": {
    "label": "State"
  },
  "phone": {
    "label": "Phone"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "licensed": {
    "label": "Licensed"
  },
  "abnValid": {
    "label": "Valid ABN"
  },
  "isPremium": {
    "label": "Premium"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [Hipages Scraper - Australian Tradie & Home Services Leads](https://apify.com/scrapesage/hipages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/hipages-scraper) to learn more, explore other use cases, and run it yourself.