# Monitor SeLoger Lyon house listings by location

**Use case:** 

Scrape house for-sale listings in Lyon from SeLoger using location and estate type filters with prices and room counts.

## 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": "Lyon (69)",
  "order": "PriceAsc",
  "estateTypes": [
    "House"
  ],
  "distributionTypes": [
    "Buy"
  ],
  "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.