# French Rental Market Monitor from SeLoger

**Use case:** 

Monitor SeLoger rental listings across French cities with prices, areas, agency data, images, and listing URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.seloger.com/immobilier/locations/immo-paris-75/"
    },
    {
      "url": "https://www.seloger.com/immobilier/locations/immo-lyon-69/"
    },
    {
      "url": "https://www.seloger.com/immobilier/locations/immo-marseille-13/"
    }
  ],
  "maxItems": 90,
  "includeSuggestedListings": true,
  "maxImages": 2,
  "useApifyProxy": false,
  "proxyCountryCode": "FR"
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID"
  },
  "title": {
    "label": "Title"
  },
  "transactionType": {
    "label": "Transaction"
  },
  "propertyType": {
    "label": "Property type"
  },
  "price": {
    "label": "Price"
  },
  "priceText": {
    "label": "Price text"
  },
  "areaSqm": {
    "label": "Area sqm"
  },
  "rooms": {
    "label": "Rooms"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "city": {
    "label": "City"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "district": {
    "label": "District"
  },
  "agencyName": {
    "label": "Agency"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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