Website logo

Property Search SEO links

Gets the list of SEO links for the Property search

URL: https://api.trademe.co.nz/v1/seo/property/search.{file_format}
HTTP Method: GET
Requires Authentication? Yes
Permission Required: None
Supported Formats: XML, JSON
Rate Limited? Yes

URL parameters

file_format Enumeration (required) The format of the response.
xml Serialize responses into XML.
json Serialize responses into JSON.

Query String parameters

categoryId String (optional)

ID for the Category filter

districtId String (optional)

ID for the District filter

regionId String (optional)

ID for the Region filter

suburbIds String (optional)

Comma separated IDs for the Suburb filter

Returns

Collection of <SeoLink>

Example XML Response (switch to JSON)

<SeoLinkCollection xmlns="http://api.trademe.co.nz/v1">
  <SeoLink />
  <SeoLink />
</SeoLinkCollection>

Example JSON Response (switch to XML)

[
  {
  },
  {
  }
]