POST /api/athome/listings
Price: 10 credits
Get full athome (アットホーム) real-estate listing details by numeric property id (or listing URL): rent or sale price, management fee, deposit and key money, layout, area, floor, facing, structure, building age, address, nearest stations with walking time, amenities, parking, transaction type, handling agent and photos. Covers rentals and for-sale mansion, house and land.
Fetch a single athome (アットホーム) listing by numeric property id (e.g. '1000491169' for a rental, '6988014156' for a for-sale mansion) or a full listing URL. Set deal_type when passing a bare id (rent / used_mansion / new_mansion / used_house / new_house / land). Returns name, building_type, address (locality/region), stations (line/station/walk_min), layout, area/exclusive_area/building_area/land_area (m2), balcony_area, floor, facing, structure, built_year_month, unit_count, land_right, rent or price (JPY), management_fee, repair_reserve_fund, deposit, key_money, brokerage_fee, rent_guarantee, insurance, other_lump_sum, parking, bicycle_parking, is_pets_allowed, bath_toilet/kitchen/security/storage/amenities, and (for houses/land) zoning, building_coverage_ratio, floor_area_ratio, road_access, land_category, topography, city_planning, building_permit_number, private_road_area, setback, tsubo, development_area, total_unit_count, sale_unit_count, contract_period, renewal_fee, transaction_type, current_status, move_in, property_code, published_date, remarks, agent (name/image/address/telephone/license_number/memberships/geo) and image/images.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)listing string required — athome listing as numeric property id or a full listing URL (examples: "1000491169", "https://www.athome.co.jp/chintai/1000491169/", "6988014156"; minLength: 1)deal_type string — Property deal type (used to resolve a bare numeric id to its URL) (default: "rent"; one of: "rent", "used_mansion", "new_mansion", "used_house", "new_house", "land")@type string (default: "AthomeListing")id string requireddeal_type string requiredurl string requiredname string nullablebuilding_type string nullableaddress string nullablelocality string nullableregion string nullablestations array (default: [])@type string (default: "AthomeStation")line string nullablestation string nullablewalk_min integer nullablelayout string nullablearea number nullableexclusive_area number nullablebuilding_area number nullableland_area number nullablebalcony_area string nullablefloor string nullablefacing string nullablestructure string nullablebuilt_year_month string nullableunit_count integer nullableland_right string nullablerent integer nullableprice integer nullablemanagement_fee integer nullableprice_per_sqm integer nullablemanagement_form string nullablerepair_reserve_fund string nullabledeposit string nullablekey_money string nullablebrokerage_fee string nullablerent_guarantee string nullableinsurance string nullableother_lump_sum string nullableparking string nullablebicycle_parking string nullableis_pets_allowed boolean nullablebath_toilet array (default: [])kitchen array (default: [])security array (default: [])storage array (default: [])amenities array (default: [])zoning string nullablebuilding_coverage_ratio string nullablefloor_area_ratio string nullableroad_access string nullableland_category string nullabletopography string nullablecity_planning string nullablebuilding_permit_number string nullableprivate_road_area string nullablesetback string nullabletsubo string nullablefeatures string nullabledevelopment_area string nullabletotal_unit_count integer nullablesale_unit_count integer nullablecontract_period string nullablerenewal_fee string nullabletransaction_type string nullablecurrent_status string nullablemove_in string nullableproperty_code string nullablepublished_date string nullableremarks string nullableagent object nullable@type string (default: "AthomeListingAgent")name string nullableimage string nullableaddress string nullabletelephone string nullablefax string nullablelatitude number nullablelongitude number nullablelicense_number string nullablebusiness_hours string nullableholidays string nullablememberships array (default: [])url string nullableimage string nullableimages array (default: [])422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Listing not found (well-formed id but the listing page does not exist) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.