Flatio Rooms avatar
Flatio Rooms

Pricing

Pay per event

Go to Store
Flatio Rooms

Flatio Rooms

Developed by

Midas

Midas

Maintained by Community

🛏️ Flatio Rooms Scraper This Apify actor scrapes room listings from Flatio.com, providing detailed data in structured JSON format.

0.0 (0)

Pricing

Pay per event

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

4 days ago

🏠 Flatio Apartment Scraper

This Apify actor scrapes detailed booking data for apartments listed on Flatio.com. It returns structured JSON output ready for analysis or integration.

📥 Input

startUrls – array of Flatio apartment URLs to scrape:

{
"startUrls": ["https://www.flatio.com/s/Prague"]
}

📤 Output

For each apartment, the scraper returns:

FieldDescription
🆔 idListing ID
🏢 apartment_idInternal apartment ID
💸 pricePrice per day (EUR)
🛏️ bedrooms_countNumber of bedrooms
📅 booking_date.start / endAvailable booking dates
🌍 location.cityCity name
🇨🇿 location.countryCountry code
cancellation_policyE.g. strict, moderate
🕵️ has_tourWhether a virtual tour is available
🔢 positionPosition in search results (optional)

💡 Use cases

  • Finding affordable mid-term apartments in Europe
  • Building relocation tools
  • Comparing rental markets by city

🧪 Sample Output

{
"id": 116247,
"apartment_id": 118730,
"price": 51,
"type": "room"
"bedrooms_count": 1,
"location": {
"city": "Prague",
"country": "cz"
},
"booking_date": {
"start": "2025-10-27",
"end": "2025-11-25"
},
"type": "apartment",
"cancellation_policy": "strict",
"has_tour": false,
"position": 2
}