# Anuncios de coches en Barcelona

**Use case:** 

Coches de ocasión en Barcelona desde Milanuncios extraer. Marca, año, precio y enlaces para estudios de precios y competencia.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.milanuncios.com/coches-de-segunda-mano/barcelona/"
    }
  ],
  "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.