# Extract Holprop France property listing detail

**Use case:** 

Scrape individual Holprop property detail with description, amenities, agent contact, and currency pricing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.holprop.com/s/sale/fr61455853/1/y/911559564/?ctype=EUR"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "priceNumeric": {
    "label": "Price (Numeric)",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "string"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "propertyRef": {
    "label": "Ref",
    "format": "string"
  }
}
```

## About this Actor

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