action link_get_urls_browser_data { label: "Extract data (browser)" description: "Visits the URL with a full browser and extracts the data. This request costs 5 credits." provider: link method: GET path: "/Urls/browser-data" encoding: json input: { type: "object" properties: { include_raw_html: { type: "string" } item_format: { type: "string" } screenshot: { type: "string" } screenshot_file_format: { type: "string" } screenshot_width: { type: "string" } simplify_special_types: { type: "string" } url: { type: "string" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }