at home Japan Real Estate Scraper avatar

at home Japan Real Estate Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
at home Japan Real Estate Scraper

at home Japan Real Estate Scraper

[💰 $2.5 / 1K] Extract property listings from at home (athome.co.jp), one of Japan's largest real-estate portals. 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 athome.co.jp URL.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

at home (アットホーム) Japan Real Estate Scraper

Pull property listings from at home (athome.co.jp), one of Japan's largest real-estate portals — monthly rents, sale prices, deposit and key money, floor layouts, station access, agency contacts, photos, and map coordinates for rentals and for-sale homes alike. Covers both 賃貸 (rental) and 売買 (for-sale) inventory across all 47 prefectures in one flat row per property. Built for Japan real-estate investors, relocation agencies, and market researchers who need structured athome.co.jp data without copy-pasting Japanese listing pages one at a time.

Why This Scraper?

  • Both 賃貸 rentals and 売買 for-sale in one actor — most athome tools cover rentals only; flip a single Rent/Buy switch to pull monthly-rent apartments or for-sale used condos, houses, and land from the same actor.
  • Four property categories — rental apartments/mansions (賃貸マンション・アパート), used condominiums (中古マンション), used houses (中古一戸建て), and land (土地), each mapped to a verified search path.
  • All 47 Japanese prefectures — from Tokyo, Osaka, and Kanagawa to Hokkaido and Fukuoka, picked from a plain-language dropdown or swept together with a single "All Japan" option.
  • Rental deposit and key money broken out — 敷金 (deposit) and 礼金 (key money) captured as separate fields alongside 管理費 management fee, the exact numbers relocation clients and yield models actually need.
  • Every listing photo, not just a thumbnail — full-resolution image URLs straight from the listing gallery, typically 15-24 per rental and up to 40 on for-sale homes.
  • Verified agency contact on every detail row — realtor/agency name plus phone number and license number (免許番号), pulled straight from the listing.
  • Geo-coordinates for rental listings — latitude and longitude on every 賃貸 detail record, ready to plot on a map or join to district data.
  • Price-per-square-meter on for-sale listings — 平米単価 alongside the headline price, so condos and land compare on a normalized basis.
  • Nearest-station walking access as structured data — each listing's 交通 block becomes { line, station, walkMinutes } entries, up to 6 per property.

Use Cases

Market Research

  • Track rental and for-sale inventory across all 47 prefectures
  • Compare 平米単価 (price per m²) for condos and land between wards
  • Monitor the building-age and layout mix in a target city
  • Benchmark 管理費, 敷金, and 礼金 norms by prefecture

Investment Analysis

  • Model rental yields with monthly rent, management fee, deposit, and key money in one row
  • Compare for-sale asking prices against price-per-m² across neighborhoods
  • Screen used condos and houses by build year and floor area
  • Map rental listings by latitude/longitude to spot under-served pockets

Relocation & Property Services

  • Build shortlists of rentals near a specific train line and walking distance
  • Surface pet-friendly or furnished options by pasting a pre-filtered athome.co.jp URL
  • Hand overseas clients clean structured data instead of Japanese-only web pages

Lead Generation

  • Assemble agency contact lists — name and phone — from active listings
  • Identify the brokerages listing the most inventory in a prefecture
  • Target agencies by license number and coverage area

Data Enrichment & Integration

  • Enrich a CRM with fresh athome.co.jp pricing and listing status
  • Feed listing photos and building specs into a property comparison tool
  • Power dashboards that track rent and sale trends over time

Getting Started

Rentals in Tokyo

The simplest way to start — pick Rent, a prefecture, and a cap:

{
"transactionType": "rent",
"prefecture": "tokyo",
"maxResults": 50
}

For-Sale Used Condos in Osaka

{
"transactionType": "buy",
"propertyType": "used-condo",
"prefecture": "osaka",
"maxResults": 200
}

Land Across Fukuoka, Fast Overview Only

Turn off full details for a lighter run that still returns price, layout, area, and address:

{
"transactionType": "buy",
"propertyType": "land",
"prefecture": "fukuoka",
"maxResults": 500,
"includeDetails": false
}

Paste Your Own Filtered athome.co.jp URLs

Already built a filtered search in your browser? Paste the URLs — the guided fields are ignored and your filters are preserved:

{
"startUrls": [
"https://www.athome.co.jp/chintai/tokyo/list/",
"https://www.athome.co.jp/chintai/6991146975/"
],
"maxResults": 300,
"includeDetails": true
}

Input Reference

What to Collect

ParameterTypeDefaultDescription
transactionTypeselectFor Rent (賃貸)Collect rental listings (賃貸) or properties for sale (売買). Ignored when Start URLs are provided.
propertyTypeselectAnyProperty category: Any, Rental Apartment / Mansion (賃貸マンション・アパート), Used Condo (中古マンション), House (中古一戸建て), or Land (土地). Applies to Buy searches. Ignored when Start URLs are provided.
prefectureselectTokyo (東京都)One of Japan's 47 prefectures (都道府県), or All Japan. Ignored when Start URLs are provided.
ParameterTypeDefaultDescription
startUrlsstring[][]Paste athome.co.jp URLs directly — search-result, area, category, or individual listing pages. Overrides the guided fields above and preserves any filters already in the URL (price, area, layout, walk time, sort).

Options

ParameterTypeDefaultDescription
maxResultsinteger100Maximum listings to collect across all searches and URLs combined. Set 0 for no limit (collects all available, up to a safety ceiling of 20,000 per run). Start with 20-50 to test, then increase.
includeDetailsbooleantrueOpen each listing's detail page for the full record — all photos, facilities, agency name and phone, exact address, geo-coordinates, and building specs. Slower but much richer. When off, only result-page fields are returned.

Output

A representative rental result with full details enabled:

{
"listingId": "6991146975",
"url": "https://www.athome.co.jp/chintai/6991146975/",
"transactionType": "rent",
"propertyType": "apartment",
"title": "シティタワー品川 12階 1LDK",
"buildingName": "シティタワー品川",
"price": 189000,
"priceText": "18.9万円",
"managementFee": 15000,
"deposit": 189000,
"keyMoney": 189000,
"depositText": "1ヶ月",
"keyMoneyText": "1ヶ月",
"layout": "1LDK",
"areaSqm": 45.2,
"floor": "12階",
"floorsTotal": "34階建",
"buildYear": 2019,
"buildAge": 6,
"structure": "鉄筋コンクリート造",
"address": "東京都品川区南大井3丁目",
"prefecture": "東京都",
"city": "品川区",
"latitude": 35.5921,
"longitude": 139.7412,
"stationAccess": [
{ "line": "京急本線", "station": "大森海岸駅", "walkMinutes": 5 }
],
"facilities": {
"バス・トイレ": ["バス・トイレ別", "追焚機能"],
"キッチン": ["システムキッチン", "コンロ2口"],
"セキュリティー": ["オートロック", "TVモニタ付インターホン"]
},
"images": ["https://cdn.athome.jp/.../image_files/abc123.jpeg"],
"imageCount": 16,
"agencyName": "アットホーム不動産 品川店",
"agencyPhone": "03-1234-5678",
"agencyLicense": "東京都知事(3)第12345号",
"parking": "近隣 月額33,000円",
"contractPeriod": "2年",
"currentStatus": "空室",
"infoPublishDate": "2026-07-01",
"scrapedAt": "2026-07-11T09:15:00Z"
}

Core Fields

FieldTypeDescription
listingIdstringStable athome.co.jp listing ID (deduplication key)
urlstringCanonical listing detail URL
titlestringProperty or building title
transactionTypestringrent or buy
propertyTypestringapartment, used-condo, house, or land
buildingNamestringBuilding name (rentals)
layoutstringFloor plan 間取り (e.g. "1LDK", "2K")
areaSqmnumberFloor area 専有面積 in m²
floorstringFloor of the unit
floorsTotalstringTotal floors in the building
buildYearnumberConstruction year 築年
buildAgenumberBuilding age in years
structurestringBuilding structure 建物構造
currentStatusstringAvailability 現況 (e.g. "空室")
infoPublishDatestringDate the listing was published
scrapedAtstringISO timestamp of data extraction

Pricing & Fees

FieldTypeDescription
pricenumberPrice in JPY — monthly rent (rent) or total price (buy)
priceTextstringOriginal display price (e.g. "18.9万円")
pricePerSqmnumberPrice per m² 平米単価 in JPY (for-sale)
managementFeenumberManagement / common-service fee 管理費 (JPY)
depositnumberDeposit 敷金 (JPY)
keyMoneynumberKey money 礼金 (JPY, rentals)
depositText, keyMoneyTextstringOriginal deposit / key-money text (may be "1ヶ月")
maintenanceReservenumberRepair-reserve fund 修繕積立金 (for-sale condos)
landAreaSqmnumberLand area 土地面積 in m² (for-sale)
buildingAreaSqmnumberBuilding area 建物面積 in m² (for-sale)

Location

FieldTypeDescription
addressstringFull address 所在地
prefecturestringPrefecture 都道府県
citystringCity or ward 市区町村
latitudenumberLatitude — rental listings only
longitudenumberLongitude — rental listings only
stationAccessobject[]Nearest stations: { line, station, walkMinutes }, up to 6 (line is null for bus-stop or airport access)

Agency Contact

FieldTypeDescription
agencyNamestringListing agency name
agencyPhonestringAgency phone number
agencyLicensestringAgency license number 免許番号

Media & Features

Populated when Include Full Listing Details is on.

FieldTypeDescription
imagesstring[]Listing photo URLs (typically 15-24 on rentals, up to 40 on for-sale homes)
imageCountnumberNumber of photos
thumbnailstringResult-page thumbnail URL
facilitiesobjectGrouped feature lists — bath/toilet, kitchen, security, storage, equipment
parkingstringParking availability 駐車場
contractPeriodstringContract term 契約期間 (rentals)

Tips for Best Results

  • Start small — set maxResults to 20-50 on your first run to confirm the fields match your needs, then scale up.
  • Toggle details for speed vs. depth — keep Include Full Listing Details on for photos, geo-coordinates, agency contact, and building specs; turn it off for a faster run when you only need price, layout, area, and address.
  • For-sale listings have no geo-coordinates — use rentals (賃貸) when you need latitude and longitude for map plotting; for-sale rows return everything else but leave the coordinates empty.
  • Paste a filtered athome.co.jp URL to keep your exact facets — anything you set in the browser (price band, layout, walk time, sort) is preserved when you drop the URL into Start URLs.
  • Deposit and key money often display as months — values like "1ヶ月" are kept in depositText / keyMoneyText, while the numeric deposit / keyMoney fields fill only when the listing quotes a yen amount.
  • Sweep a market with maxResults: 0 — no-limit mode keeps paginating and collects all available listings, up to a safety ceiling of 20,000 per run; a single large prefecture easily returns tens of thousands, so split very large markets across multiple runs (e.g. by city or filtered URL) to go deeper.
  • Use All Japan for dense results fast — it scans the biggest markets first (Tokyo, Kanagawa, Osaka, Aichi, Fukuoka) before the smaller ones.

Pricing

From $2.50 per 1,000 results — a flat, predictable rate that undercuts other athome.co.jp tools and never caps your free tier. No compute or time-based charges — you pay per result, plus a small fixed per-run start fee. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.30$0.28$0.27$0.25
1,000$3.00$2.80$2.65$2.50
10,000$30.00$28.00$26.50$25.00
100,000$300.00$280.00$265.00$250.00

A "result" is any property row in the output dataset. Platform fees are additional and depend on your Apify plan.

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

This actor is designed for legitimate real estate research, market analysis, and lead generation. You are responsible for complying with applicable laws and athome.co.jp's Terms of Service. Do not use extracted data for spam, harassment, or any illegal purpose, and handle any personal information — such as agency contact details — in line with applicable privacy regulations.