Skip to Content

Company Technology Stack

Identifies all technologies and frameworks powering a given website.

Billable OperationProviderBilling Mode
Docs
Connection
Docs
Cost per operation
Docs
builtwith-get-technology-stack
P
BuiltWith
Always
Managed, User

2.00 credits

Input Fields

company_website_url
string, required

Output Fields

technology_list
json
technology_match_builtwith
spending_trend
number

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