action link_get_urls_data_tabular { label: "Return tabular data" description: "Visits the URL and extracts tabular data." provider: link method: GET path: "/Urls/data-tabular" encoding: json input: { type: "object" properties: { browser_render: { type: "string" } selector: { type: "string" } url: { type: "string" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }