action webscraping_get_html { label: "Page HTML by URL" description: "Returns just HTML on success, JSON on error" provider: webscraping method: GET path: "/html" encoding: json output: { type: "object" additionalProperties: true } }