# Lead Generation Small Businesses Australia Gumtree

**Use case:** 

Identify and extract details of small businesses for sale or business opportunities listed on Gumtree Australia. This serves as a powerful lead generation tool 

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.gumtree.com.au/s-business-for-sale/c9294"
    },
    {
      "url": "https://www.gumtree.com.au/s-franchises-opportunities/c9295"
    }
  ],
  "maxItems": 80,
  "includeListingDetails": true,
  "cookies": [],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "link": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Gumtree Scraper](https://apify.com/crawlerbros/gumtree-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/gumtree-scraper) to learn more, explore other use cases, and run it yourself.