# Milanuncios Scraper by Location

**Use case:** 

Scrape Milanuncios listings for any location — price, photos and location. Set the area and run; structured JSON output.

## Input

```json
{
  "make": [
    "BMW"
  ],
  "fuelType": [
    "diesel"
  ],
  "transmission": "",
  "maxResults": 50,
  "compact": false,
  "includeDetails": false,
  "descriptionMaxLength": 0,
  "descriptionFormat": "all",
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "skipReposts": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "make": {
    "label": "Brand",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Gearbox",
    "format": "text"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "priceLabel": {
    "label": "Price",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "changeType": {
    "label": "Change Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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