Link
Connector for the link API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.link.fish - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_urls_apps— GET /Urls/apps — Get mobile appsget_urls_browser_data— GET /Urls/browser-data — Extract data (browser)get_urls_browser_screenshot— GET /Urls/browser-screenshot — Generate screenshot (browser)get_urls_data— GET /Urls/data — Extract dataget_urls_data_raw— GET /Urls/data-raw — Return data of JSON/XMLget_urls_data_tabular— GET /Urls/data-tabular — Return tabular data
Inputs
apiKey— your link 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_urls_apps
apiKey: <your key>