# Find Trovit Cars listings by make

**Use case:** 

Search Trovit Cars by vehicle make and export titles, prices, years, mileage, and URLs for dealer and market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://cars.trovit.com/index.php/cod.busqueda_cars/what_d.mercedes/id_pais.8"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "location": {
    "label": "Location"
  },
  "properties": {
    "label": "Properties"
  },
  "updatedText": {
    "label": "Updated text"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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