# Find Nice apartment rentals on SeLoger France

**Use case:** 

Extract apartment rental listings in Nice from SeLoger with monthly rent, charges, furnished status, and neighborhood.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.seloger.com/annonces/achat/appartement/paris-15eme-75/224594865.htm?ln=classified_search_results&serp_view=list&search=distributionTypes%3DBuy%2CBuy_Auction%26estateTypes%3DHouse%2CApartment%26locations%3DAD08FR31096%26priceMax%3D100000%26priceMin%3D10%26projectTypes%3DLife_Annuity&m=classified_search_results_classified_classified_detail"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "location": "Nice (06)",
  "order": "DateDesc",
  "estateTypes": [
    "Apartment"
  ],
  "distributionTypes": [
    "Rent"
  ],
  "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.