# Competitor Furniture Product Data Gumtree ZA

**Use case:** 

Extract product details, pricing, and images for furniture categories from Gumtree South Africa for competitive analysis. Understand competitor offerings and pr

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.gumtree.co.za/s-furniture/c6001019"
    },
    {
      "url": "https://www.gumtree.co.za/s-home-garden/cape-town/c9000000l3100004"
    }
  ],
  "maxItems": 100,
  "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.