Skip to content

Octagon Companies Agent

Model Name: octagon-companies-agent

A specialized database agent for looking up private company information and financials.

Capabilities

  • Query comprehensive private company financial information
  • Access business intelligence from Octagon's company database
  • Retrieve employee counts and growth trends
  • Compare companies within industry sectors
  • Identify competitive landscape

Use Cases

The Companies Agent is best for:

  • Finding basic information about private companies
  • Researching financial metrics for startups and private businesses
  • Analyzing industry benchmarks
  • Tracking employee growth
  • Identifying key competitors in specific markets

Example Queries

  • "What is the employee trends for Stripe?"
  • "List the top 5 private companies in the AI sector by revenue growth"
  • "Who are the top competitors to Databricks?"

Code Examples

Python
response = client.responses.create(
    model="octagon-companies-agent",
    input="What is the employee trends for Stripe?",
    stream=True
)
JavaScript
const response = await client.responses.create({
  model: "octagon-companies-agent",
  input: "What is the employee trends for Stripe?",
  stream: true
});
cURL
curl -X POST https://api.octagonagents.com/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-octagon-api-key" \
  -d '{
    "model": "octagon-companies-agent",
    "input": "What is the employee trends for Stripe?",
    "stream": true
  }' \
  --no-buffer

Available Fields and Descriptions

How to Use These Fields

When querying the Octagon Companies Agent, you can reference these field names to request specific company information. For example, you can ask "What is the Annual Revenue for Stripe?" or "List companies in the Financial Software industry with more than 5000 employees." You can also combine multiple fields in your queries for more targeted results, such as "Show me companies founded after 2015 with Total VC Raised over $100 million in the Software sector."

Company Information

FieldDescription
Company NameLegal or common name of the company
Legal NameOfficial registered legal name of the company
Former NamesPrevious names the company has operated under
Business DescriptionBrief description of the company's business and offerings
Year FoundedYear when the company was established
Business StatusCurrent operational status (e.g., Generating Revenue, Pre-revenue)
Financing StatusCurrent financing stage (e.g., Venture Capital-Backed)
Financing Status NoteAdditional details about the company's financing status
Ownership StatusCurrent ownership structure (e.g., Privately Held)

Financial Information

FieldDescription
Annual RevenueAnnual revenue in millions USD
Latest Funding AmountSize of the most recent financing round
Latest Funding DateDate of the most recent financing round
Latest Round ValuationValuation at the most recent financing round
Current ValuationMost recent known valuation of the company
Total VC RaisedTotal venture capital raised to date (in millions USD)
Latest Deal TypeType of the most recent financing deal
First Financing TypeType of the first financing deal the company received
Valuation Growth MultipleIncrease in valuation from previous round to latest round
Valuation CurrencyCurrency used for valuation
Current Fiscal PeriodCurrent fiscal reporting period

Industry and Business Classification

FieldDescription
Primary IndustryMain industry category
Industry GroupBroader industry grouping
Industry SectorHighest-level industry sector classification
Business VerticalsSpecific industry verticals the company operates in
All IndustriesComplete list of industries the company is involved in
Business KeywordsKey terms associated with the company's business
Investment CategoryInvestment classifications (e.g., Venture Capital)

People and Workforce

FieldDescription
Employee CountCurrent number of employees
Employee Growth HistoryHistorical employee counts by year

Investment and Investor Information

FieldDescription
Active Investor CountNumber of current active investors
Active InvestorsList of current active investors
First Funding DateDate of first financing round
Latest Funding AmountAmount raised in most recent financing round
Recent UpdatesRecent changes or news about the company

Location and Contact Information

FieldDescription
Headquarters CityCity where headquarters is located
CountryCountry where headquarters is located
Full LocationFull location description (City, State)
RegionGeographic region (e.g., Americas)
State/ProvinceState or province where headquarters is located
Sub-regionSub-regional classification (e.g., North America)
Postal CodePostal code for headquarters
Street AddressStreet address of headquarters
Contact EmailContact email address
Phone NumberContact phone number
Web LinksWeb addresses associated with the company (website, LinkedIn, etc.)

Primary Contact Information

FieldDescription
Contact Person EmailEmail address of the primary company contact
Contact Person PhonePhone number of the primary contact
Contact Person TitleJob title of the primary contact
Contact Person NameName of the primary company contact

Competitive Information

FieldDescription
CompetitorsList of companies considered direct competitors

Update and Tracking Information

FieldDescription
Data SourceSource of the company profile data
Last UpdatedDate when the company information was last updated

Special Features

FieldDescription
Weekly UpdatesRecent changes or developments related to the company
New InvestorsInvestors who recently made their first investment in the company
Follow-on InvestorsExisting investors who have participated in follow-on rounds
Total Investor CountTotal number of investors in the company

Note: Field availability may vary depending on the specific company being queried.