# Scrape used items for sale in Italy

**Use case:** 

Extract classified listings from Subito.it, Italy's largest marketplace. Structured data with prices and locations. Pay per result.

## Input

```json
{
  "transaction": "",
  "location": "",
  "fetchDetails": false,
  "maxItems": 5,
  "query": "iphone",
  "province": "",
  "contractType": "Tempo determinato",
  "workHour": "",
  "workLevel": "",
  "jobCategory": "",
  "degree": "",
  "advertiserType": "",
  "urgentOnly": false,
  "titleSearchOnly": false,
  "skipReposts": false
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "contractType": {
    "label": "Contracttype",
    "format": "text"
  },
  "workHour": {
    "label": "Workhour",
    "format": "text"
  },
  "workLevel": {
    "label": "Worklevel",
    "format": "text"
  },
  "jobCategory": {
    "label": "Jobcategory",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salarymin",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salarymax",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salarycurrency",
    "format": "number"
  },
  "salaryPeriod": {
    "label": "Salaryperiod",
    "format": "number"
  },
  "salaryRaw": {
    "label": "Salaryraw",
    "format": "number"
  },
  "publishDate": {
    "label": "Publishdate",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Publishdateiso",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "descriptionPreview": {
    "label": "Descriptionpreview",
    "format": "text"
  },
  "isUrgent": {
    "label": "Isurgent",
    "format": "boolean"
  },
  "isRepost": {
    "label": "Isrepost",
    "format": "boolean"
  },
  "originalPublishDate": {
    "label": "Originalpublishdate",
    "format": "text"
  },
  "originalUrl": {
    "label": "Original Url",
    "format": "link"
  },
  "contentHash": {
    "label": "Contenthash",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  }
}
```

## About this Actor

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