# Important: Response Structure

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.

```json
["string_value", "another_string", [{ "title": "..." }, { "title": "..." }]]
```

See the response schema for details.
