Import Data
Connector for the import-data API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://data.import.io - Auth:
query:_apikey(pass your key via theapiKeyinput)
Operations
get_extractor_extractorid_csv_latest— GET /extractor/{extractorId}/csv/latest — Get the latest crawl run results as a csvget_extractor_extractorid_json_latest— GET /extractor/{extractorId}/json/latest — Get the latest crawl run results as json
Inputs
apiKey— your import-data 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: get_extractor_extractorid_csv_latest
apiKey: <your key>