# Browse Milanuncios used cars homepage listings

**Use case:** 

Monitor Milanuncios used cars homepage featured listings and categories with regional filters for classifieds market tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.milanuncios.com/coches-de-segunda-mano/"
    }
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "location": {
    "label": "Location"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "pricePerWeek": {
    "label": "Price per week"
  }
}
```

## About this Actor

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