action owler_get_v1_company_competitor_url_website { label: "Get Competitor information by URL" description: "The Competitors API provides basic information about top 3 competitors of a company specified in the website" provider: owler method: GET path: "/v1/company/competitor/url/{website}" encoding: json input: { type: "object" properties: { format: { type: "string" } website: { type: "string" } } required: ["website"] additionalProperties: false } output: { type: "object" additionalProperties: true } }