Data sources / SUUMO
Japan's largest rental portal. HousingFeed serves SUUMO listings with romanized city names, queryable in English. HousingFeed extracts SUUMO rental listings into one clean JSON schema, no scraper to build, no Japanese-only markup to fight. 41,929 SUUMO listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
SUUMO (operated by Recruit) has no public listings API, and the site is Japanese-only. There is no official way to pull SUUMO rental data programmatically, in Japanese or English. 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. Here is the depth and shape of the SUUMO data that is live right now, 8 fields populated:
Share of live SUUMO listings that carry each field.
Median SUUMO asking rent is $52,000/mo.
Top locations by live SUUMO inventory.
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",
"city": "Asahikawa",
"state": "Hokkaido",
"rent_min": 28000,
"beds": 1,
"scraped_at": "2026-07-05T17:57:10+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}'
41,929 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.