# Scrape classifieds in Italy on Subito.it

**Use case:** 

Extract classified listings from Subito.it across Italy. Structured marketplace data with prices and locations. Pay per result.

## Input

```json
{
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "keywords": "iphone"
}
```

## Output

```json
{
  "adId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price €",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Subito.it Italy Classifieds Scraper](https://apify.com/unfenced-group/subito-it-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/subito-it-scraper) to learn more, explore other use cases, and run it yourself.