# iPhone 15 listings on Subito Italy, newest first

**Use case:** 

Every iPhone 15 listed for sale on Subito.it across Italy, newest posts first, ready to browse or export as clean data.

## Input

```json
{
  "query": [
    "iphone 15"
  ],
  "category": "all",
  "region": "all",
  "sellerType": "all",
  "sort": "newest",
  "maxResults": 25
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Subito.it Scraper 🇮🇹 (cars, property, jobs, goods)](https://apify.com/tagadanar/subito-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/subito-scraper) to learn more, explore other use cases, and run it yourself.