SUUMO Scraper: Japan Rental Listings API in English
Pricing
$1.00 / 1,000 results
SUUMO Scraper: Japan Rental Listings API in English
Scrape Japan rental listings from SUUMO as clean, normalized JSON in English — rent in JPY + USD, beds, address, and romanized city names. Filter by city, rent, and bedrooms. No login, structured output, ready for apps and analysis.
Pricing
$1.00 / 1,000 results
Rating
0.0
(0)
Developer
HousingFeed
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 hours ago
Last modified
Categories
Share
Scrape SUUMO rental listings into clean, structured JSON. This actor pulls live rental data from SUUMO in Japan and returns it in one normalized schema you can filter, query, and export. No proxies, no browser setup, and no parsing code on your side.
SUUMO is Japanese-only; this actor returns its listings in English. City names are romanized (Kyoto, Sendai, Niigata and ~80 more municipalities), rents come in JPY plus a derived USD value, and the schema matches every other HousingFeed source.
Filter by city, rent, and bedrooms, and get back address, coordinates, rent (native currency and USD), beds, baths, square footage, property type, availability, and photos.
What you get
- One schema for every listing, so there is no SUUMO-specific parsing to write.
- Rent in native currency plus a derived rent_usd for comparing across markets.
- Coordinates where the source provides them, plus city, state, and ZIP.
- Filters for city, rent range, bedroom range, and availability.
- Export to JSON, CSV, Excel, or XML, or call it as a REST API.
- No proxy or anti-bot setup to maintain.
Fields
address · city · state · zip · lat · lng · rent_min · rent_max · currency · rent_usd · beds · baths · sqft · property_type · available · image · url · scraped_at
Example output
{"platform": "suumo","url": "https://…","address": "…","city": "…","rent_min": 1650,"currency": "…","rent_usd": 1780,"beds": 2,"baths": 1,"property_type": "apartment","available": "now","image": "https://…/photo.jpg"}
Filters
| Field | What it does |
|---|---|
city | City name, partial match |
minRent / maxRent | Monthly rent range |
minBeds / maxBeds | Bedroom range |
availableNow | Only listings available now |
maxItems | Cap the number of results (up to 5000) |
Use the SUUMO API
Run it from the Apify UI, on a schedule, or via the REST API:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~suumo-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" -d '{ "maxItems": 100 }'
Examples
Latest listings:
{ "maxItems": 100 }
2+ bedrooms only:
{ "minBeds": 2, "maxItems": 200 }
1-bed under 2,000:
{ "minBeds": 1, "maxRent": 2000, "maxItems": 500 }
Who it is for
Proptech apps, real-estate investors, market researchers, and data or ML teams that need structured SUUMO rental data without building and maintaining a scraper.
Need more than SUUMO?
This actor covers SUUMO. If you need multiple sources in one call, or more volume than a single run allows, use the HousingFeed API:
- Every source in one call: property-management platforms and portals across the US, UK, and Europe, in one schema.
- Bulk and full-database delivery to your S3 or GCS bucket on a custom cadence.
- Enrichment: geocoding, deduplication, currency normalization, and market-level rent stats.
- Reselling and white-label terms for data products.
Start with the unified Rental Listings Scraper & Real Estate Data API, or get in touch for bulk access.
FAQ
Is it legal to scrape SUUMO? This actor collects publicly available listing data that owners publish to be seen and syndicated. Review the site's terms and your own use case, and do not collect personal data unlawfully.
How fresh is the SUUMO data? Listings are refreshed on a schedule. Need a specific cadence, real-time, or a change-history feed? Get in touch.
Can I get SUUMO data as an API? Yes. The run-sync endpoint returns JSON inline, or you can schedule runs and pull results from the dataset.
What export formats are supported? JSON, CSV, Excel, or XML.
Can I get bulk or full-database access? Yes. Direct bulk delivery and reselling terms are available. Reach out at hello@housingfeed.com.