For Agents
Search for information on companies using a website or company name and get access to Company Data, News, Blog Posts, Competitor Lists and much more.
Use for: I need to access Owler, How do I use the owler.com API?, Get data from owler.com
Not supported: Provides access to Owler functionality as defined in the OpenAPI specification.
Search for information on companies using a website or company name and get access to Company Data, News, Blog Posts, Competitor Lists and much more.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Owler, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Owler API.
Basic Search Company by Ticker or Website or Name or PermID
Get Competitor information by Id
Get Competitor information by URL
Get Competitor information by Id
Get Competitor information by Url
GET STARTED
Patterns agents use Owler API for, with concrete tasks.
★ Basic Owler Integration
Integrate Owler into your application to access its core functionality.
Use the Owler API to access vendor services and data.
13 endpoints — search for information on companies using a website or company name and get access to company data, news, blog posts, competitor lists and much more.
METHOD
PATH
DESCRIPTION
/v1/company/basicsearch
Basic Search Company by Ticker or Website or Name or PermID
/v1/company/competitor/id/{companyId}
Get Competitor information by Id
/v1/company/competitor/url/{website}
Get Competitor information by URL
/v1/company/competitorpremium/id/{companyId}
Get Competitor information by Id
/v1/company/competitorpremium/url/{website}
Get Competitor information by Url
/v1/company/fuzzysearch
Fuzzy Search Company by Name or Address or Phone
/v1/company/id/{companyId}
Get Company by Id
/v1/company/basicsearch
Basic Search Company by Ticker or Website or Name or PermID
/v1/company/competitor/id/{companyId}
Get Competitor information by Id
/v1/company/competitor/url/{website}
Get Competitor information by URL
/v1/company/competitorpremium/id/{companyId}
Get Competitor information by Id
/v1/company/competitorpremium/url/{website}
Get Competitor information by Url
Three things that make agents converge on Jentic-routed access.
Credential isolation
Owler credentials are stored encrypted in the Jentic vault and injected at execution time.
Intent-based discovery
Agents search by intent and Jentic returns matching Owler endpoints with schemas.
Time to first call
Through Jentic: under 1 hour to search, load schema, and execute Owler operations.
Specific to using Owler API through Jentic.
What authentication does the Owler use?
The Owler uses apiKey authentication.
How many endpoints does the Owler have?
The Owler has 13 endpoints available.
/v1/company/fuzzysearch
Fuzzy Search Company by Name or Address or Phone
/v1/company/id/{companyId}
Get Company by Id