# Scrape Roomlala Lyon room rentals

**Use case:** 

Collect Roomlala.fr furnished room listings in Lyon. Export rent, city, location, and URLs for French rental market monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.roomlala.fr/chambre-a-louer/lyon-2216"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "pricePeriod": {
    "label": "Price period"
  },
  "city": {
    "label": "City"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "listingCode": {
    "label": "Listing code"
  }
}
```

## About this Actor

This example demonstrates how to use [Roomlala France Rentals Scraper](https://apify.com/rainminer/roomlala-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/roomlala-fr-scraper) to learn more, explore other use cases, and run it yourself.