action owler_get_v1_company_competitorpremium_url_website { label: "Get Competitor information by Url" description: "The Competitors API provides basic information about all competitors of a given company Id" provider: owler method: GET path: "/v1/company/competitorpremium/url/{website}" encoding: json input: { type: "object" properties: { format: { type: "string" } pagination_id: { type: "string" } website: { type: "string" } } required: ["website"] additionalProperties: false } output: { type: "object" additionalProperties: true } }