Website logo

Retrieves internal links for the Property homepage

Retrieves internal links for the Property homepage.

URL: https://api.trademe.co.nz/v1/seo/property/landingpage.{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

vertical_search_tab Enumeration (optional)

Optional Enum ID for only using the tabs for a specific search page

ResidentialForSale ResidentialForSale
ResidentialForRent ResidentialForRent
SoldProperty SoldProperty
Flatmates Flatmates
RetirementVillages RetirementVillages
Agents Agents

Returns

Collection of <SeoLinkGroup>

Example XML Response (switch to JSON)

<SeoLinkGroupCollection xmlns="http://api.trademe.co.nz/v1">
  <SeoLinkGroup />
  <SeoLinkGroup />
</SeoLinkGroupCollection>

Example JSON Response (switch to XML)

[
  {
  },
  {
  }
]