# SeLoger Rental Listings Scraper

**Use case:** 

Extract SeLoger rental listings from any search URL: rent, surface, rooms, neighborhood, type, agency and photos. Built for market and price research.

## Input

```json
{
  "startUrls": [
    "https://www.seloger.com/immobilier/locations/immo-paris-75/"
  ],
  "maxItems": 50,
  "deepScrape": false,
  "adUrls": []
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "surface": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "energyClass": {
    "label": "DPE",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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