Requirements
Python 3.6+
Any Python version from 3.6 onward works.
API key
Create a free account to get yours, no credit card required.
Install the package
Install the SDK from PyPI with This pulls in the SDK’s only dependencies,
pip:requests and urllib3, so there’s nothing else to install manually.Verify the install
Run this in a Python shell or script to confirm the package is available:If it prints something like
<class 'zenrows.client.ZenRowsClient'> without raising an ImportError, you’re ready to go.Get your API key
Your API key authenticates every request you send through the SDK. Grab it from the ZenRows Request Builder after signing up.
Next: Quickstart
Make your first request with the SDK.