# Gumtree UK Listings, Sellers & Reviews

**Use case:** 

Scrape Gumtree classifieds. Search/URL. Get title, price, desc, photos, location, attributes, seller ratings & reviews across all categories.

## Input

```json
{
  "mode": "search",
  "urls": [
    "https://www.gumtree.com/cars-vans-motorbikes/cars/uk/london"
  ],
  "category": "all",
  "location": "London",
  "fetchDetails": true,
  "maxItems": 100,
  "maxPages": 5,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceText": {
    "label": "Price text",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "vertical": {
    "label": "Vertical",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedDate": {
    "label": "Listed",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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