# Get homeowner job requests by trade & suburb

**Use case:** 

Capture demand-side leads on hipages: real homeowner job requests with the work description, suburb, postcode and state, filtered by trade and location.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "categoryName": {
    "label": "Trade"
  },
  "description": {
    "label": "Job description"
  },
  "suburb": {
    "label": "Suburb"
  },
  "postcode": {
    "label": "Postcode"
  },
  "state": {
    "label": "State"
  },
  "scrapedAt": {
    "label": "Seen at"
  }
}
```

## 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.