# Scrape SeLoger Paris 15ème apartment listing detail

**Use case:** 

Extract Paris 15ème apartment listing detail from SeLoger.com with price, rooms, surface, energy rating, and agent contact.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.seloger.com/annonces/achat/appartement/paris-15eme-75/224594865.htm"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "order": "Default",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "url": {
    "label": "Url"
  },
  "primaryImageUrl": {
    "label": "Primary image url"
  },
  "status": {
    "label": "Status"
  },
  "location": {
    "label": "Location"
  },
  "mainDescription": {
    "label": "Main description"
  }
}
```

## About this Actor

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