Why am I getting a URL?

We automatically swap to returning a result with type=url when the request response size is close to exceeding the maximum allowed HTTP response size (6 MB for our current infra). If you would like to make your processing code consistent and not account for the two cases, we recommend forcing the URL result by passing in the force_url_result config parameter. Forcing the full result is not possible due to the max response payload limitation.

The URL links to a JSON object that contains the full results you should expect!