# Kyero Property Listings for Sale in Italy

**Use case:** 

Retrieve up to 200 real estate listings in Italy for sale. Get detailed data including prices, locations, and agency information.

## Input

```json
{
  "urls": [
    "https://www.kyero.com/en/italy-property-for-sale-0l55732"
  ],
  "keyword": "italy",
  "location": "",
  "listing_type": "for_sale",
  "locale": "en",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "integer"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "price_formatted": {
    "label": "Price formatted",
    "format": "string"
  },
  "payment_scheme": {
    "label": "Payment scheme",
    "format": "string"
  },
  "bedroom_count": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "bathroom_count": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "built_m2": {
    "label": "Built area m2",
    "format": "number"
  },
  "plot_m2": {
    "label": "Plot area m2",
    "format": "number"
  },
  "property_url": {
    "label": "Property URL",
    "format": "string"
  },
  "search_url": {
    "label": "Search URL",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "fetched_at": {
    "label": "Fetched at",
    "format": "string"
  }
}
```

## About this Actor

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