Data sources / Storia
Storia is a rental listings source we track. HousingFeed extracts Storia rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 5,131 Storia listings are live right now, refreshed daily.
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. Coverage of each field for Storia specifically:
| Field | Coverage on Storia |
|---|---|
| Address | ██████████ 100% |
| City | █████████░ 94% |
| State/region | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Photo | ██████████ 96% |
| Listing URL | ██████████ 100% |
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 50+ other sources. Try it free.