Website logo

Retrieves internal links for the Jobs homepage

Retrieves internal links for the Jobs homepage.

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

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)

[
  {
  },
  {
  }
]