Skip to Content

Website Technologies

Identifies all technologies and frameworks powering a given website.

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

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