action link_get_urls_data { label: "Extract data" description: "Visits the URL and extracts the data." provider: link method: GET path: "/Urls/data" encoding: json input: { type: "object" properties: { browser_render: { type: "string" } include_raw_html: { type: "string" } item_format: { type: "string" } simplify_special_types: { type: "string" } url: { type: "string" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }