Webscraping
Connector for the webscraping API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.webscraping.ai - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
account— GET /account — Information about your account calls quotagethtml— GET /html — Page HTML by URLgetselected— GET /selected — HTML of a selected page area by URL and CSS selectorgetselectedmultiple— GET /selected-multiple — HTML of multiple page areas by URL and CSS selectors
Inputs
apiKey— your webscraping API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: account
apiKey: <your key>