# Scrape France property sales on Holprop.com

**Use case:** 

Extract French property for sale listings from Holprop with price, location, bedrooms, and listing photos.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.holprop.com/sale/property/france/"
    }
  ],
  "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.