SUUMO Tokyo Mansions Scraper avatar

SUUMO Tokyo Mansions Scraper

Pricing

from $3.00 / 1,000 property-scrapeds

Go to Apify Store
SUUMO Tokyo Mansions Scraper

SUUMO Tokyo Mansions Scraper

Scrapes for-sale mansion listings in Tokyo's 23 wards from SUUMO. Returns structured data with price (万円), area (m²), age, floor plan, station access, and more.

Pricing

from $3.00 / 1,000 property-scrapeds

Rating

0.0

(0)

Developer

明大 宮川

明大 宮川

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape for-sale mansion listings in Tokyo's 23 wards from SUUMO, Japan's largest real estate portal. Returns structured, analysis-ready data with parsed numeric fields — no post-processing needed.

What you get

Each record contains:

FieldTypeExample
namestringパークタワー東京
price_mannumber5980.0 (= ¥59,800,000)
addressstring東京都千代田区...
stationstring東京メトロ丸ノ内線 大手町駅 徒歩5分
area_sqmnumber65.4
madoristring2LDK
age_yearsinteger12
typestring中古 / 新築
ward_codeinteger13101
ward_namestring千代田区
urlstringhttps://suumo.jp/ms/...
scraped_atstring2026-03-22T10:00:00

Why use this scraper?

  • Tokyo 23 wards: Complete coverage of all wards (区コード 13101–13123)
  • Parsed numbers: price_man, area_sqm, age_years are ready for analysis — no regex needed
  • 両新中古対応: Scrapes both used (中古) and new construction (新築) listings
  • Quality filtering: Excludes "osusume" cross-ward promoted listings that pollute results
  • Lightweight: Pure Python + requests, no browser required

Input parameters

ParameterTypeDefaultDescription
wardCodesarray[int][] (all 23 wards)Ward codes to scrape, e.g. [13101, 13102]
propertyTypeselect"both"used / new / both
maxPagesPerWardinteger99Max pages per ward (20 listings/page). Set to 2 for quick tests
delaySecondsnumber2.0Seconds between page requests

Usage examples

Quick test — Chiyoda ward, used mansions, 2 pages (~40 listings)

{
"wardCodes": [13101],
"propertyType": "used",
"maxPagesPerWard": 2
}

Inner city wards only

{
"wardCodes": [13101, 13102, 13103, 13104, 13113],
"propertyType": "both"
}

Full dataset — all 23 wards

{}

Ward code reference

CodeWardCodeWard
13101千代田区13113渋谷区
13102中央区13114中野区
13103港区13115杉並区
13104新宿区13116豊島区
13105文京区13117北区
13106台東区13118荒川区
13107墨田区13119板橋区
13108江東区13120練馬区
13109品川区13121足立区
13110目黒区13122葛飾区
13111大田区13123江戸川区
13112世田谷区

Pricing

Pay-per-result: $0.003 per listing ($3 per 1,000 listings).

A full scrape of all 23 wards typically yields 3,000–8,000 listings depending on market activity, costing $9–$24.

Notes

  • Data is scraped from SUUMO's public listing pages. For personal/research use.
  • Rate limiting: 2 seconds between pages by default (configurable via delaySeconds).
  • SUUMO occasionally changes its HTML structure. If fields appear empty, the scraper may need an update — please open an issue.