Pricing
from $0.70 / 1,000 results
SUUMO Japan Real Estate Scraper
[💰 $0.70 / 1K] Extract property listings from SUUMO (suumo.jp), Japan's largest real-estate portal. Get rent or sale prices, fees, deposit, key money, floor plan, area, station access, photos, and agency contacts. Search by prefecture and type, or paste any SUUMO URL.
Pricing
from $0.70 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Pull rental and for-sale property listings from SUUMO (suumo.jp), Japan's largest real-estate portal — yen-normalized prices, deposit/key-money/management-fee breakdowns, floor plans, station walk-times, building specs, photos, and agency phone numbers across all 47 prefectures. Built for property investors, relocation and expat-housing agents, and market researchers tracking the Japanese housing market who need clean, structured listings without manually combing through SUUMO's Japanese-only interface one ward at a time.
Why This Scraper?
- All 47 prefectures, ward-level granularity — from Hokkaido (北海道) to Okinawa (沖縄県), or pick "All Japan" and let it sweep the major markets first. Searches drill down to individual wards (区), not just prefecture landing pages.
- Rent and for-sale in one actor — collect rentals (賃貸) or properties for sale (購入) by flipping a single dropdown. No separate run, no separate setup.
- Six property categories — rental apartments/mansions (賃貸マンション・アパート), used condos (中古マンション), new condos (新築マンション), used houses (中古一戸建て), new houses (新築一戸建て), and land (土地).
- Full Japanese rental-cost breakdown — separate fields for deposit (敷金), key money (礼金), and monthly management fee (管理費), not just headline rent. Composite values like
1万450円are parsed to exact yen. - 万円 prices normalized to integer JPY — every listing returns both the raw SUUMO display string (e.g.
8.5万円) and a clean numericpricein yen, ready for sorting and analysis. - Station access with walk-times — each listing carries train line, station name, and walking minutes (歩N分) as structured fields, so you can filter by commute.
- Per-listing detail enrichment — turn on Full Listing Details to open each property and capture all photos, amenities and conditions (設備・条件), agency name and phone, exact address (所在地), and building specs (structure, floor, build year).
- Paste-any-SUUMO-URL power mode — drop in any search-results, category, ward, or individual listing URL and the scraper preserves the filters already baked into it (price, area, layout, sort).
Use Cases
Real Estate Investment & Analysis
- Compare asking prices in yen per square metre across wards and prefectures
- Track new-condo (新築マンション) supply in growth corridors like Tokyo and Osaka
- Build for-sale comps for used condos and houses before underwriting
- Monitor land (土地) listings and price-per-area in target districts
Relocation & Expat Housing
- Surface English-friendly structured rental data from a Japanese-only portal
- Shortlist apartments by layout, area, and station walk-time for incoming hires
- Capture deposit and key-money totals up front so tenants budget the full move-in cost
- Compare neighborhoods by commute using station-access walk-times
Market Research
- Map rental inventory and median rent by ward across all 47 prefectures
- Track management-fee and key-money norms by region
- Compare new vs. used condo pricing in the same district
- Measure listing freshness with per-listing published dates
Lead Generation for Agencies
- Build agency contact lists with agency name and phone from detail pages
- Identify which brokerages dominate a given ward
- Feed fresh listings into a CRM with deduplicated property IDs
Price Monitoring
- Re-run saved searches to watch rent and sale prices move over time
- Alert on new listings entering a target prefecture or property type
- Track inventory volume as a demand signal
Getting Started
Simple Rent Search
The quickest way to start — rentals in Tokyo with defaults:
{"transactionType":"rent","prefecture":"tokyo","maxResults":50}
Buy a Used Condo with Full Details
Switch to for-sale, pick a property type, and enrich every listing:
{"transactionType":"buy","propertyType":"used-condo","prefecture":"osaka","includeDetails":true,"maxResults":200}
Power User — Paste a SUUMO URL
Already built a filtered search in your browser? Paste the URL and keep its filters:
{"startUrls":["https://suumo.jp/chintai/tokyo/sc_shinjuku/"],"includeDetails":true,"maxResults":500}
Input Reference
What to Search
| Parameter | Type | Default | Description |
|---|---|---|---|
transactionType | string | "rent" | "rent" for rentals (賃貸) or "buy" for properties for sale (購入). Ignored when Start URLs are provided. |
propertyType | string | "any" | Property category: any, apartment (rental apartment/mansion), used-condo, new-condo, house (used house), new-house, or land. Ignored when Start URLs are provided. |
prefecture | string | "tokyo" | One of the 47 prefectures (e.g. tokyo, osaka, hokkaido, okinawa) or all for All Japan. Ignored when Start URLs are provided. |
Advanced & Options
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | array | [] | Paste exact suumo.jp URLs — search, category, ward, or individual listing pages. Overrides the three search fields above and preserves any filters already in the URL. |
maxResults | integer | 100 | Maximum listings to collect across all searches and URLs combined. 0 means unlimited. Results come in full pages, so the final page may slightly overshoot. |
includeDetails | boolean | true | Open each listing's detail page to capture all photos, amenities, agency phone, exact address, and building specs. Slower but much richer. When off, only result-page fields are returned. |
Output
Each listing is returned as one flat row with structured arrays for station access, features, and images. Example (rental, fully enriched):
{"url":"https://suumo.jp/chintai/jnc_000012345678/","listingId":"jnc_000012345678","title":"サンプルマンション新宿","transactionType":"rent","propertyType":"apartment","price":185000,"priceText":"18.5万円","currency":"JPY","managementFee":8000,"deposit":"1ヶ月","keyMoney":"1ヶ月","layout":"1LDK","areaSqm":42.5,"floor":"5階/10階建","buildingAge":"2019年3月","structure":"RC造","address":"東京都新宿区西新宿","stationAccess":[{"line":"JR山手線","station":"新宿","walkMinutes":8}],"features":["バス・トイレ別","エアコン","オートロック"],"images":["https://img01.suumo.com/front/gazo/example.jpg"],"agencyName":"サンプル不動産株式会社","agencyPhone":"0120-000-000","agencyLicense":"東京都知事(3)第00000号","agencyUrl":null,"publishedAt":"2026年6月20日","scrapedAt":"2026-06-26T09:00:00+00:00"}
Core Fields
| Field | Type | Description |
|---|---|---|
url | string | Canonical SUUMO URL of the listing |
listingId | string | Unique property identifier (used for deduplication) |
title | string | Building or property name |
transactionType | string | "rent" or "buy" |
propertyType | string | Resolved category (e.g. apartment, used-condo, land) |
publishedAt | string | Listing's information-update date (情報更新日) |
scrapedAt | string | ISO 8601 timestamp of collection |
Pricing
| Field | Type | Description |
|---|---|---|
price | number | Price in integer Japanese yen (rent per month, or sale price) |
priceText | string | Raw SUUMO display string (e.g. 18.5万円) |
currency | string | Always "JPY" |
managementFee | number | Monthly management/common fee (管理費・共益費) in yen |
deposit | string | Deposit (敷金 / 保証金) — rentals only |
keyMoney | string | Key money (礼金) — rentals only |
Layout & Building Specs
| Field | Type | Description |
|---|---|---|
layout | string | Floor plan code (間取り), e.g. 1LDK, 3DK |
areaSqm | number | Floor or land area in square metres (専有面積 / 土地面積) |
floor | string | Floor and total floors (所在階/階建) |
buildingAge | string | Build year/month (築年月) or completion date |
structure | string | Construction type (構造), e.g. RC造, 木造 |
Location & Station Access
| Field | Type | Description |
|---|---|---|
address | string | Property address (所在地) |
stationAccess | array | List of { line, station, walkMinutes } objects — train line, station name, and walking minutes, up to 6 nearby stations |
Agency & Media
| Field | Type | Description |
|---|---|---|
agencyName | string | Listing agency name |
agencyPhone | string | Agency phone number (detail pages only) |
agencyLicense | string | Real-estate license number (免許番号) |
agencyUrl | string | Agency website, when available |
features | array | Amenities and conditions (設備・条件), up to 30 |
images | array | Listing photo URLs (up to 40 on detail pages) |
Tips for Best Results
- Start small to test. Set
maxResultsto 20–50 on your first run to confirm the prefecture and property type are right, then scale up. - Paste a filtered SUUMO URL for precise control. Build your search in the browser with price, area, and layout filters applied, then drop the results URL into
startUrls— every filter is preserved, far beyond what the guided fields expose. - Turn on Full Listing Details for contact and photo data. Agency phone, exact address, full amenity lists, and most photos live only on each listing's detail page. With details off you get the faster result-page fields only.
- Remember prices are in 万円. SUUMO displays prices in units of 10,000 yen, so
8.5万円is ¥85,000 — the actor gives you both the rawpriceTextand a clean integerpricein yen. - Budget the full move-in cost for rentals. Use
deposit(敷金) andkeyMoney(礼金) alongside monthly rent andmanagementFee— Japanese rentals often require several months' rent up front. - Use "All Japan" for nationwide sweeps. Setting
prefecturetoallcovers the whole country, starting with the largest markets so a smallmaxResultsis filled quickly. - Filter by commute using station walk-times. Each
stationAccessentry includeswalkMinutes, so you can shortlist listings within a target walking distance of a station.
Pricing
From $0.70 per 1,000 results — flat, predictable Pay-Per-Result pricing with no surprises. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.
| Results | No discount | Bronze | Silver | Gold |
|---|---|---|---|---|
| 100 | $0.08 | $0.08 | $0.07 | $0.07 |
| 1,000 | $0.84 | $0.79 | $0.74 | $0.70 |
| 10,000 | $8.40 | $7.90 | $7.40 | $7.00 |
| 100,000 | $84.00 | $79.00 | $74.00 | $70.00 |
A "result" is one property listing returned to your dataset. No compute or time-based charges — you pay per result, plus a small fixed per-run start fee.
Integrations
Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:
- Zapier / Make / n8n — Workflow automation
- Google Sheets — Direct spreadsheet export
- Slack / Email — Notifications on new results
- Webhooks — Trigger custom APIs on run completion
- Apify API — Full programmatic access
Legal & Ethical Use
This actor is intended for lawful data collection of publicly available property listings. Use it responsibly and in compliance with SUUMO's terms of service and applicable laws, including data-protection regulations. Collected data — particularly agency contact details — should be handled in accordance with privacy rules such as Japan's Act on the Protection of Personal Information (APPI) and the GDPR where relevant. You are responsible for how you use the data you collect; do not use it for spam, harassment, or any unlawful purpose.
