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

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