Zyte API frequently asked questions#

How many concurrent requests can I send?#

See Concurrency.

Is there a response size limit?#

The size limit of browserHtml and httpResponseBody (before base64-encoding) is 10 MB. Longer responses are truncated. HTTP compression does not affect this limit.

Can I set a more granular geolocation?#

geolocation only supports country granularity.

However, websites seldom limit content by IP address at a lower granularity. Provided you use the right country, you should be able to get content for any specific country subdivision (ZIP code, state, etc.).

The way to get content targeted at a specific country subdivision is usually through cookies. The way to get the right cookies depends on the target website:

Can I override the User-Agent header?#