Skip to Content

Company Tech Profile

Retrieves technology-focused financial and operational data for an organization.

ProviderBilling Mode
Docs
CredentialsCost per record
Docs
P
BuiltWith
On Success
Managed

1.8 credits

Input Fields

company_website_url
string, required

Output Fields

company_name
string
headcount
string
number_of_social_followers
number
monthly_tech_spend_in_usd
number

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:profile:builtwith@1", 
    }],
    input: []
  })
});