# Appartements à Paris sur SeLoger

**Use case:** 

Annonces d'appartements à Paris sur SeLoger scraper. Prix, surface, quartiers et URLs pour veille immobilière et études de marché.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.seloger.com/annonces/achat/appartement/paris-75/bien-appartement/"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  },
  "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.