Data sources / Storia
Storia is a rental listings source we track. HousingFeed extracts Storia rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 5,131 Storia listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Storia does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Storia listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Storia listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Storia data that is live right now, 9 fields populated:
Share of live Storia listings that carry each field.
Median Storia asking rent is $500/mo.
Top locations by live Storia inventory.
A real record from the Storia feed:
{
"platform": "storia",
"url": "https://storia.ro/ro/ad/apartament-cu-4-camere-de-nchiriat-n-zona-centrul-civic-IDFY9K",
"address": "Strada 13 Decembrie, Tractorul, Brasov (judet)",
"city": "Tractorul",
"state": "Brasov (judet)",
"rent_min": 650,
"beds": 4,
"image": "https://ireland.apollo.olxcdn.com/v1/files/eyJmbiI6ImFjOWV6eGN5emUzNy1FQ09TWVNURU0iLCJ3IjpbeyJmbiI6IjN3NTY2eGdqcHkycDEtQVJPIiwicyI6IjE0IiwicCI6IjEwLC0xMCIsImEiOiIwIn1dfQ.vz2_IRGGlHVRlU3-Q3xULNRInOK3KP5WtqnUfS85fzY/image;s=1280x1024;q=80",
"scraped_at": "2026-07-05T09:52:45+00:00"
}
Filter the HousingFeed API to storia and get Storia listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"storia","maxItems":100}'
5,131 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.