# Scrape Exchange and Mart London cars

**Use case:** 

Collect London used car listings from Exchange and Mart. Export prices, years, mileage, and URLs for UK capital auto lead gen.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.exchangeandmart.co.uk/used-cars-for-sale/london"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "year": {
    "label": "Year"
  },
  "mileage": {
    "label": "Mileage"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "id": {
    "label": "Id"
  }
}
```

## About this Actor

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