Overview
plugins
¶
Scrape.do Plugins Top-Level Sub-Package
Contains sub-packages providing tools to facilitate programmatic interaction
with the Scrape.do Plugins and their endpoints
Additional Information
-
Each sub-package will represent one major
Scrape.do Plugingateway and will providespecialised clientsto interact with all of its endpoints -
Each sub-package also defines strictly-typed
pydanticmodels for the type ofrequestexpected by each one of the plugin's endpoints along withlocal validationto prevent misconfigured requests -
The
responsereturned by each one of the endpoints will be mapped into a strictly-typedpydanticmodel to provide structured access and specialised error recognition
Available Plugins
Async Adaptation
-
A subset of these plugins' endpoints can also be used asynchronously via the
Scrape.do Async API -
For more information about which endpoints can be used and how the models defined here are reused when creating
Async API Jobs, please refer to theAsync API Sub-Package Documentation
Partially Implemented
-
0.3ships ONLY theTyped Parameter Models -
The plugin-specific
Clients,Responses, andExceptionsare still NOT implemented