# Monitor Exchange and Mart car inventory

**Use case:** 

Track Exchange and Mart UK used car search results. Export structured listing rows for ongoing British automotive market intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.exchangeandmart.co.uk/used-cars-for-sale"
    }
  ],
  "maxItems": 10,
  "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.