action brainbi_beta_scrape_product_copy { label: "[BETA] Scrape Product Copy" description: "To update a product, please use the listed attributes listed underneath. " provider: brainbi method: GET path: "/api/analyze/pricing" encoding: json input: { type: "object" properties: { url: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }