# Gumtree Cars Full Export

**Use case:** 

Full Export of Gumtree Cars. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "make": "bmw",
  "includeDetails": true
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (£)",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "horsepower": {
    "label": "HP",
    "format": "number"
  },
  "bodyType": {
    "label": "Body",
    "format": "text"
  },
  "color": {
    "label": "Colour",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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