# Find used items under a set price in Italy

**Use case:** 

Scrape Subito.it classifieds filtered by maximum price. Structured Italian marketplace data. No subscription, pay per result.

## Input

```json
{
  "maxPrice": 300,
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "keywords": "divano"
}
```

## 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.