Flatio Rooms avatar
Flatio Rooms

Pricing

Pay per event

Go to Apify 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

2

2

Last modified

a month 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
}