Important: Response Structure
["string_value", "another_string", [{ "title": "..." }, { "title": "..." }]]Last updated
The API returns a top-level JSON array containing mixed types. The actual jobs array is nested inside the root array — typically at index 2. You must search the root array for the first element that is itself an array to extract job objects.
["string_value", "another_string", [{ "title": "..." }, { "title": "..." }]]See the response schema for details.
Last updated