# Australian Tradie Leads with Phone Numbers

**Use case:** 

Build an Australian tradie lead list from hipages with phone numbers: name, mobile, ABN, licence flag, service area, rating and services, scored 0-100.

## Input

```json
{
  "categories": [
    "handyman"
  ],
  "locations": [
    "Brisbane, QLD"
  ],
  "maxResults": 100,
  "maxBusinessesPerSearch": 60,
  "minRating": 0,
  "minReviews": 0,
  "withPhoneOnly": true,
  "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"
  },
  "phone": {
    "label": "Phone"
  },
  "mobile": {
    "label": "Mobile"
  },
  "abn": {
    "label": "ABN"
  },
  "licensed": {
    "label": "Licensed"
  },
  "serviceArea": {
    "label": "Service area"
  },
  "suburb": {
    "label": "Suburb"
  },
  "state": {
    "label": "State"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "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.