POST /api/hemnet/properties
Price: 1 credit
Get full Hemnet property listing details by listing id (or listing URL): address, area, municipality, region and district, asking price, monthly fee, price per m², operating costs, living and supplemental and land area, floor, number of rooms, construction year, housing form, tenure, energy class, amenities (balcony, elevator, patio), housing cooperative (BRF), photos and floor plans, description, coordinates, view count, days on Hemnet, upcoming open house viewings, the selling broker and agency, and the address price history.
Fetch a single Hemnet property listing (bostad) by numeric listing id or a listing URL. Returns one item with id, title, street_address, area, post_code, municipality (id, name), region, district (id, name), asking_price/fee/square_meter_price/running_costs (each amount + formatted), living_area, supplemental_area, land_area, formatted_floor, room_count, construction_year, housing_form, housing_form_groups, tenure (e.g. Bostadsrätt), energy_class, is_foreclosure, is_new_construction, is_upcoming, bidding_started, days_on_hemnet, view_count, water_distance_meters, coastline_distance_meters, description, published_at, url, coordinates [lat, long], labels, open_houses (upcoming viewing slots with start_at and end_at), amenities (kind, title, is_available), broker (id, name, email, phone, image), agency (name, contact, address), brf (registration_number, name), price_history (previous sales at the address with sold_at, final_price, asking_price), images and floor_plans.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)property string required — Hemnet listing id or a listing URL containing it (examples: "21740497", "https://www.hemnet.se/bostad/lagenhet-1rum-vasjon-sollentuna-kommun-sodersatravagen-34a-21740497"; minLength: 1)@type string (default: "HemnetProperty")id string requiredstreet_address string nullablearea string nullablepost_code string nullablemunicipality object nullable@type string (default: "HemnetLocationRef")id string nullablename string nullableregion object nullable@type string (default: "HemnetLocationRef")id string nullablename string nullabledistrict object nullable@type string (default: "HemnetLocationRef")id string nullablename string nullableasking_price object nullable@type string (default: "HemnetMoney")amount integer nullableformatted string nullablefee object nullable@type string (default: "HemnetMoney")amount integer nullableformatted string nullablesquare_meter_price object nullable@type string (default: "HemnetMoney")amount integer nullableformatted string nullablerunning_costs object nullable@type string (default: "HemnetMoney")amount integer nullableformatted string nullableliving_area number nullablesupplemental_area number nullableland_area number nullableformatted_floor string nullableroom_count number nullableconstruction_year string nullablehousing_form string nullablehousing_form_groups array (default: [])tenure string nullableenergy_class string nullableis_foreclosure boolean nullableis_new_construction boolean nullableis_upcoming boolean nullableis_project boolean nullablebidding_started boolean nullabledays_on_hemnet integer nullableview_count integer nullablewater_distance_meters integer nullablecoastline_distance_meters integer nullabledescription string nullablepublished_at string nullableurl string nullablecoordinates array (default: [])labels array (default: [])open_houses array (default: [])@type string (default: "HemnetOpenHouse")start_at integer nullableend_at integer nullableamenities array (default: [])@type string (default: "HemnetAmenity")kind string nullableis_available boolean nullablebroker object nullable@type string (default: "HemnetBroker")id string nullablename string nullableemail string nullablephone string nullablealias string nullableprofile_url string nullableimage string nullableagency object nullable@type string (default: "HemnetAgency")id string nullablename string nullablealias string nullableprofile_url string nullableemail string nullablephone string nullableweb_url string nullablestreet_address string nullablepost_code string nullablecity string nullablebrf object nullable@type string (default: "HemnetBrf")registration_number string nullablename string nullableprice_history array (default: [])@type string (default: "HemnetSaleRecord")id string nullablesold_at string nullablefinal_price string nullableasking_price string nullablestreet_address string nullableliving_area string nullablerooms string nullablefee string nullableimages array (default: [])floor_plans 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 but nonexistent listing id) 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.