workingproxysites.

/integration/ — Zyte API with Python Requests

Send a JSON extraction request with Python Requests and decode the HTTP response body returned by Zyte API.

Integration. Official documentation · Checked · Review due .

documented capabilities

HTTP API
Transport
POST JSON to https://api.zyte.com/v1/extract.[1]
Authentication
HTTP Basic Auth uses the Zyte API key as username and an empty password.[1]
Output
httpResponseBody requests return a Base64-encoded body inside the JSON response.[1]
Request control
httpRequestMethod, httpRequestText and httpRequestBody control the target request.[1]

Billing: Pricing is not specified by this integration guide; check the selected product plan.

Outputs: json, http-response

Documented for: Python Requests

[ official reference ][ provider discussion ][ JSON record ]

getting started

documentation reviewed
  1. Create the request payload with a URL and httpResponseBody enabled.
  2. Send it using Requests POST with API-key Basic Auth.
  3. Read the JSON envelope and decode the response body.

Requirements & limitations

  • This listing covers raw HTTP fetching; browser rendering uses different request fields.
  • It does not claim that Requests itself renders JavaScript.

We reviewed the linked documentation. No live service connection, checkout or performance test is claimed for this listing.

primary sources

1 references
  1. Zyte API with Python Requests — official documentationChecked 2026-09-27

related listings