
Flatio Rooms
Pricing
Pay per event
Go to Store

Flatio Rooms
🛏️ 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:
Field | Description |
---|---|
🆔 id | Listing ID |
🏢 apartment_id | Internal apartment ID |
💸 price | Price per day (EUR) |
🛏️ bedrooms_count | Number of bedrooms |
📅 booking_date.start / end | Available booking dates |
🌍 location.city | City name |
🇨🇿 location.country | Country code |
❌ cancellation_policy | E.g. strict , moderate |
🕵️ has_tour | Whether a virtual tour is available |
🔢 position | Position 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}