# Scrape Paris apartment sale listings Entreparticuliers

**Use case:** 

Extract private apartment sale listings in Paris from Entreparticuliers.com with price, surface, and owner contact for French real estate research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.entreparticuliers.com/annonces-immobilieres/vente/appartement/paris-75?prixMax=10000&surfaceMin=10"
    }
  ],
  "maxItems": 5,
  "location": "Tout département",
  "section": "Toute rubrique",
  "propertyType": "Tout type de bien",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "surface": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "text"
  },
  "location.city": {
    "label": "City",
    "format": "text"
  },
  "location.postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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