library · inferred from evidence
scrapingant-client
The ScrapingAnt Python client library, version 2.0.0, which supports POST requests against API v2.
- How to send POST requests with the ScrapingAnt Python client
The ScrapingAnt Python client only sends GET requests through API v1. There is no documented way to control the request method, e.g. the equivalent of `curl -X POST [url]` through the client.