WebsiteGetTechnologyStackBuiltWith@1
Website Technology Analyzer
Identifies all technologies and frameworks powering a given website.
Company Info
Website Info
Provider Options
Provider | Credentials | Cost per record |
---|---|---|
P BuiltWith | Managed User | 2 credits |
Input Fields
Field Group
All Required
firstName
string
lastName
string
Output Fields
name
string
Code Example
const result = await fetch("https://api.pipe0.com/v1/run/sync", {
method: "POST",
headers: {
"Authorization": `Bearer ${API_KEY}`,
},
body: JSON.stringify({
pipes: [{
name: "WebsiteGetTechnologyStackBuiltWith@1",
// passing a config is optional
config: {
"inputFields": {
"companyWebsiteURL": {
"alias": ""
}
},
"outputFields": {
"technologyStack": {
"alias": ""
}
}
}
}],
input: []
})
});
Last updated on