# Scrape property listings in France

**Use case:** 

Extract property listings from SeLoger across France. Structured French real estate data. No subscription, pay per result.

## Input

```json
{
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "searchUrl": "https://www.seloger.com/list.htm?projects=2&types=2&places=[{ci:690123}]"
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "operationType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property type"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "priceAmount": {
    "label": "Price amount"
  },
  "pricePerSqm": {
    "label": "Price per sqm"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "surfaceTotal": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "floor": {
    "label": "Floor"
  },
  "epcRating": {
    "label": "Epc rating"
  },
  "agencyName": {
    "label": "Agency name"
  },
  "agencyPhone": {
    "label": "Agency phone"
  },
  "descriptionText": {
    "label": "Description text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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