action owler_get_v1_companypremium_url_website { label: "Get Basic Company Info by Url" description: "The Company Data API provides complete information about a company for the specified URL " provider: owler method: GET path: "/v1/companypremium/url/{website}" encoding: json input: { type: "object" properties: { format: { type: "string" } website: { type: "string" } } required: ["website"] additionalProperties: false } output: { type: "object" additionalProperties: true } }