Skip to Content

Company Overview

Get a company summary, and high-level business and financial information.

ProviderBilling Mode
Docs
CredentialsCost per record
Docs
P
pipe0
Always
Managed

1 credits

Input Fields

Field group

At Least one of the following fields is required
company_website_url
string
company_social_url
string

Output Fields

company_description
string
company_industry
string
company_region
string
headcount
string
estimated_revenue
string
founded_year
string

const result = await fetch("https://api.pipe0.com/v1/run/sync", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${API_KEY}`,
  },
  body: JSON.stringify({
    pipes: [{ 
      pipe_id: "company:overview@1", 
    }],
    input: []
  })
});