Data sources / Suumo
Suumo is a rental listings source we track. HousingFeed extracts Suumo rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 36,793 Suumo listings are live right now, refreshed daily.
Suumo does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Suumo listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Suumo listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Suumo specifically:
| Field | Coverage on Suumo |
|---|---|
| Address | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Suumo feed:
{
"platform": "suumo",
"url": "https://suumo.jp/chintai/jnc_000012964957/",
"address": "\u5317\u6d77\u9053\u65ed\u5ddd\u5e02\u6625\u5149\u53f0\u4e09\u6761\uff13",
"rent_min": 28000,
"beds": 1,
"scraped_at": "2026-07-05T10:35:56+00:00"
}
Filter the HousingFeed API to suumo and get Suumo 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":"suumo","maxItems":100}'
36,793 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.