POST /api/trademe/properties
Price: 5 credits
Get full TradeMe property listing details by listing ID (or listing URL): address, price and sale method, bedrooms/bathrooms/parking, floor and land area, property type, council valuation, certificate of title, broadband availability, description, photo gallery, open-home times, in-zone local schools and the advertiser (private member and/or licensed real-estate agency with its agents).
Fetch a single TradeMe (New Zealand) property listing by numeric listing ID or a listing URL. Returns one item with id, title, url, description, region/suburb/district, address, price_display and sale_method (asking_price/auction/tender/negotiation/deadline_sale) with sale_date, bedrooms/bathrooms/ensuites/toilets/garage_parking/off_street_parking, property_type, ownership_type, floor_area, land_area, decade_built, wall_material/roof_material, capital_value/land_value/improvement_value, certificate_of_title, legal_description, broadband, latitude/longitude, view_count, bidder_and_watcher_count, listed_at, image+images, broadband_technologies, attributes (full council/TradeMe attribute list), open_homes, recent_local_sales, schools (in-zone primary/intermediate/secondary with distance) and the advertiser: member (private seller with feedback) and agency (licensed real-estate agency with REAA details and agents).
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)listing string required — TradeMe listing ID or a listing URL containing it (examples: "5995989628", "https://www.trademe.co.nz/a/property/residential/sale/.../listing/5995989628"; minLength: 1)@type string (default: "TrademeListing")id integer requiredurl string nullabledescription string nullablecategory_name string nullableregion string nullablesuburb string nullableprice_display string nullablesale_method string nullablesale_date string nullableaddress string nullabledistrict string nullablebedrooms integer nullablebathrooms integer nullableensuites integer nullabletoilets integer nullablegarage_parking integer nullableoff_street_parking integer nullableproperty_type string nullableownership_type string nullablefloor_area string nullableland_area string nullabledecade_built string nullablewall_material string nullableroof_material string nullablecapital_value string nullableland_value string nullableimprovement_value string nullablecertificate_of_title string nullablelegal_description string nullablebroadband string nullablelatitude number nullablelongitude number nullableview_count integer nullablebidder_and_watcher_count integer nullablelisted_at string nullableimage string nullableimages array (default: [])broadband_technologies array (default: [])@type string (default: "TrademeBroadbandTechnology")name string requiredavailability string nullableattributes array (default: [])@type string (default: "TrademeListingAttribute")name string requiredvalue string requiredsource string nullabledisplay_name string nullabledisplay_group string nullableopen_homes array (default: [])@type string (default: "TrademeOpenHome")start_at string nullableend_at string nullablerecent_local_sales array (default: [])@type string (default: "TrademeRecentSale")address string requiredsale_price integer nullableschools array (default: [])@type string (default: "TrademeSchool")id integer requiredname string requiredinstitution_type string nullableauthority string nullablegender string nullableschool_roll integer nullableage_groups array (default: [])street_address string nullablesuburb string nullablecity_district string nullablepost_code string nullablelatitude number nullablelongitude number nullabledistance integer nullablein_zone boolean nullablemember object nullable@type string (default: "TrademeMember")id integer requirednickname string nullablesuburb string nullableregion string nullablefeedback_count integer nullableunique_positive integer nullableunique_negative integer nullableis_address_verified boolean nullableis_authenticated boolean nullableis_in_trade boolean nullablejoined_at string nullableagency object nullable@type string (default: "TrademeAgency")id integer requiredname string nullablephone string nullableimage string nullableis_real_estate_agency boolean nullableis_licensed boolean nullableagents array (default: [])@type string (default: "TrademeAgencyAgent")full_name string requiredalias string nullableimage string nullablemobile_phone string nullablemembership_type integer nullablereview_count integer nullabletestimonial_count integer nullable422 — 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, expired or removed listing) 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.