Kenbiya Scraper — Japan Investment Property (建美家)
REAL ESTATELEAD GENERATIONBUSINESS
Kenbiya Scraper — Japan Investment Property (建美家)
Scrape investment-property listings from Kenbiya (建美家) — Japan's #2 investor real-estate portal after Rakumachi. Returns structured data on yield, monthly rent, occupancy, building structure, and listing broker for ~20,000–40,000 active listings.
This actor is the broker-side companion to our Rakumachi retail-investor scraper. Together they cover the full Japanese income-property market.
What It Returns
Each record contains the following fields (non-available fields are null):
| Field | Type | Description |
|---|---|---|
listing_id |
string | Kenbiya listing ID (10-char alphanumeric) |
title |
string | Property name / title |
property_type |
string | apartment_building / unit / store / land / other |
prefecture |
string | Prefecture English slug (e.g. tokyo) |
city |
string | Japanese city / ward |
address_ja |
string | Full Japanese address |
price_jpy |
number | Price in yen (integer) |
price_usd |
number | Price in USD at 150 JPY/USD |
gross_yield_pct |
number | Full-occupancy (表面) yield percentage |
net_yield_pct |
number | Net (実質) yield percentage where published |
monthly_rent_jpy |
number | Full-occupancy monthly rent (JPY) |
units_total |
integer | Total units in the building |
units_occupied |
integer | Occupied units if disclosed |
building_year |
integer | Gregorian year built |
building_age_years |
integer | Building age |
building_area_sqm |
number | Private floor area (m²) |
land_area_sqm |
number | Land area (m²) for 一棟 buildings |
building_structure |
string | RC造 / SRC造 / 鉄骨造 / 木造 etc. |
floors |
integer | Total floors in the building |
nearest_station |
string | Nearest rail station (Japanese, line + name) |
station_distance_min |
integer | Walking minutes to nearest station |
broker_name |
string | Listing broker / agency |
photos |
array | Absolute URLs of property photos |
description_ja |
string | Free-form Japanese listing description |
listing_url |
string | Absolute Kenbiya URL |
scraped_at |
string | ISO-8601 scrape timestamp |
Inputs
| Field | Default | Description |
|---|---|---|
prefectures |
["tokyo"] |
Array of 47-prefecture English slugs (e.g. ["tokyo","osaka","kyoto"]) |
propertyType |
any |
Filter: any / apartment_building / unit / store / land |
minYieldPct |
0 |
Optional — drop listings below this gross-yield percentage |
fetchDetails |
true |
When false, only listing-card fields are returned (skips detail-page crawl) |
maxItems |
50 |
Cap on total records returned |
Selecting multiple prefectures or propertyType: "any" will crawl each combination independently.
Pricing
Pay-Per-Event via Apify's standard PPE profile:
- $0.10 per actor start
- $0.001 per record returned
Example Output
{
"listing_id": "44422313fh",
"title": "カテリーナ市ヶ谷",
"property_type": "unit",
"prefecture": "tokyo",
"city": "新宿区",
"address_ja": "東京都新宿区四谷坂町",
"price_jpy": 25100000,
"price_usd": 167333,
"gross_yield_pct": 4.11,
"monthly_rent_jpy": 86000,
"units_total": 51,
"building_year": 1998,
"building_age_years": 28,
"building_area_sqm": 22.48,
"building_structure": "RC造",
"floors": 5,
"nearest_station": "都営新宿線 曙橋駅",
"station_distance_min": 7,
"broker_name": "東急リバブル 事業開発部 投資マンション推進課",
"photos": [
"https://www.kenbiya.com/upload/p4442/4442231/1775052034006-1.jpg"
],
"listing_url": "https://www.kenbiya.com/pp1/s/tokyo/shinjuku-ku/re_44422313fh/",
"scraped_at": "2026-04-20T14:17:18.170Z"
}
Need More Features?
Need a different data field, a different market, or a custom extraction? Open an issue — we customise scrapers on request.