Zyte-spmstats
It is a small python module for interacting with Zyte Smart Proxy Manager Stats API
Documentation
Zyte SPM Stats API Documentation
Installation
pip install zyte-spmstats
Usage
- For a single domain/netloc:
python -m zyte.spmstats <ORG-API> amazon.com 2022-06-15T18:50:00 2022-06-17T23:00
Output:
{ "failed": 0, "clean": 29, "time_gte": "2022-06-10T18:55:00", "concurrency": 0, "domain": "amazon.com", "traffic": 3865060, "total_time": 1945 },
- For a multiple domain/netloc:
python -m zyte.spmstats <ORG-API> amazon.com,pharmamarket.be 2022-06-15T18:50:00 2022-06-17T23:00
Output:
"results": [ { "failed": 88, "clean": 230, "time_gte": "2022-06-13T07:50:00", "concurrency": 1, "domain": "pharmamarket.be", "traffic": 3690976, "total_time": 2386 }, { "failed": 224, "clean": 8497, "time_gte": "2022-06-16T01:45:00", "concurrency": 80, "domain": "amazon.com", "traffic": 2280046474, "total_time": 1373 }]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zyte-spmstats-1.0.0.tar.gz.
File metadata
- Download URL: zyte-spmstats-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69098355afbc34d98d079504a2df2f06fdda1d35ad6d6c8243fa53778ca4fa85
|
|
| MD5 |
cbf91817c17d4dd31c9849e0b41c1953
|
|
| BLAKE2b-256 |
bbabdb86184dd83b18decc5911db5221b2c2da69cacc9802d1432e40300075d8
|
File details
Details for the file zyte_spmstats-1.0.0-py3-none-any.whl.
File metadata
- Download URL: zyte_spmstats-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12b2e5affd1753b51d27c7b99e1eb205bf55da51f9d39b8122292df21dadabef
|
|
| MD5 |
a0813d61b2d331c5b955438d297dc746
|
|
| BLAKE2b-256 |
f9c2af7965ad25e620233bf27a35012656c7c3c68650cbab38c7a3a944a4b82e
|