Owler
Connector for the owler API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.owler.com - Auth:
header:user_key(pass your key via theapiKeyinput)
Operations
basiccompanysearch— GET /v1/company/basicsearch — Basic Search Company by Ticker or Website or Name or PermIDget_v1_company_competitor_id_companyid— GET /v1/company/competitor/id/{companyId} — Get Competitor information by Idget_v1_company_competitor_url_website— GET /v1/company/competitor/url/{website} — Get Competitor information by URLget_v1_company_competitorpremium_id_companyid— GET /v1/company/competitorpremium/id/{companyId} — Get Competitor information by Idget_v1_company_competitorpremium_url_website— GET /v1/company/competitorpremium/url/{website} — Get Competitor information by Urlfuzzycompanysearch— GET /v1/company/fuzzysearch — Fuzzy Search Company by Name or Address or Phone
Inputs
apiKey— your owler API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: basiccompanysearch
apiKey: <your key>