Website
Website Technology
Account
Bing
Brave
Chewy
Github
Homestra
Indeed
Linkedin (advanced)
Linkedin (basic)
Product Hunt
Seloger
Trustpilot
Vinted
Walmart
Wellfound
Website
Website Technology
Get website technology (CMS, Framework, Analytics, CDN, Hosting, etc.)
GET
/
api
/
v2
/
website
/
technology
curl --request GET \
--url https://piloterr.com/api/v2/website/technology \
--header 'x-api-key: <x-api-key>'
{
"urls": {
"https://www.leroymerlin.fr/": {
"status": 200
}
},
"technologies": [
{
"slug": "cart-functionality",
"name": "Cart Functionality",
"description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
"confidence": 100,
"version": null,
"icon": "Cart-generic.svg",
"website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality",
"cpe": null,
"categories": [
{
"id": 6,
"slug": "ecommerce",
"name": "Ecommerce"
}
]
},
{
"slug": "datadog",
"name": "Datadog",
"description": "Datadog is a SaaS-based monitoring and analytics platform for large-scale applications and infrastructure.",
"confidence": 99,
"version": null,
"icon": "Datadog.svg",
"website": "https://www.datadoghq.com",
"cpe": null,
"categories": [
{
"id": 78,
"slug": "rum",
"name": "RUM"
},
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
]
},
{
"slug": "commanders-act-tagcommander",
"name": "Commanders Act TagCommander",
"description": "Commanders Act TagCommander is a European company providing a tag management product designed to handle website tags.",
"confidence": 100,
"version": null,
"icon": "Commanders Act.svg",
"website": "https://www.commandersact.com/en/solutions/tagcommander/",
"cpe": null,
"categories": [
{
"id": 42,
"slug": "tag-managers",
"name": "Tag managers"
}
]
},
{
"slug": "datadome",
"name": "Datadome",
"confidence": 100,
"version": null,
"icon": "datadome.png",
"website": "https://datadome.co/",
"cpe": null,
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
]
},
{
"slug": "mailjet",
"name": "Mailjet",
"description": "Mailjet is an email delivery service for marketing and developer teams.",
"confidence": 100,
"version": null,
"icon": "Mailjet.svg",
"website": "https://www.mailjet.com/",
"cpe": null,
"categories": [
{
"id": 75,
"slug": "email",
"name": "Email"
}
]
},
{
"slug": "mailchimp",
"name": "MailChimp",
"description": "Mailchimp is a marketing automation platform and email marketing service.",
"confidence": 100,
"version": null,
"icon": "mailchimp.svg",
"website": "http://mailchimp.com",
"cpe": "cpe:2.3:a:thinkshout:mailchimp:*:*:*:*:*:*:*",
"categories": [
{
"id": 32,
"slug": "marketing-automation",
"name": "Marketing automation"
},
{
"id": 75,
"slug": "email",
"name": "Email"
}
]
},
{
"slug": "google-workspace",
"name": "Google Workspace",
"description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
"confidence": 100,
"version": null,
"icon": "Google Workspace.svg",
"website": "https://workspace.google.com/",
"cpe": null,
"categories": [
{
"id": 30,
"slug": "webmail",
"name": "Webmail"
},
{
"id": 75,
"slug": "email",
"name": "Email"
}
]
},
{
"slug": "webpack",
"name": "webpack",
"description": "Webpack is an open-source JavaScript module bundler.",
"confidence": 50,
"version": null,
"icon": "webpack.svg",
"website": "https://webpack.js.org/",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
},
{
"slug": "module-federation",
"name": "Module Federation",
"description": "Module Federation is a webpack technology for dynamically loading parts of other independently deployed builds.",
"confidence": 50,
"version": null,
"icon": "Module Federation.png",
"website": "https://webpack.js.org/concepts/module-federation/",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
},
{
"slug": "docusign",
"name": "DocuSign",
"description": "DocuSign allows organisations to manage electronic agreements.",
"confidence": 100,
"version": null,
"icon": "DocuSign.svg",
"website": "https://www.docusign.com",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
}
]
}
This endpoint offers two modes of operation:
- Simple mode: Provides a quick overview of the technology stack with basic information
- Expert mode: Returns detailed technical information about each detected technology
Response time between 10 and 15 seconds.
Header
This parameter specifies the private key you’ll need for Piloterr access.
Parameters
A website url with http://
or https://
protocol.
Response detail level:
simple
: Basic overview including technology names, CMS, and URL status codesexpert
: Comprehensive technical details with confidence scores, versions, and metadata
{
"urls": {
"https://www.leroymerlin.fr/": {
"status": 200
}
},
"technologies": [
{
"slug": "cart-functionality",
"name": "Cart Functionality",
"description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
"confidence": 100,
"version": null,
"icon": "Cart-generic.svg",
"website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality",
"cpe": null,
"categories": [
{
"id": 6,
"slug": "ecommerce",
"name": "Ecommerce"
}
]
},
{
"slug": "datadog",
"name": "Datadog",
"description": "Datadog is a SaaS-based monitoring and analytics platform for large-scale applications and infrastructure.",
"confidence": 99,
"version": null,
"icon": "Datadog.svg",
"website": "https://www.datadoghq.com",
"cpe": null,
"categories": [
{
"id": 78,
"slug": "rum",
"name": "RUM"
},
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
]
},
{
"slug": "commanders-act-tagcommander",
"name": "Commanders Act TagCommander",
"description": "Commanders Act TagCommander is a European company providing a tag management product designed to handle website tags.",
"confidence": 100,
"version": null,
"icon": "Commanders Act.svg",
"website": "https://www.commandersact.com/en/solutions/tagcommander/",
"cpe": null,
"categories": [
{
"id": 42,
"slug": "tag-managers",
"name": "Tag managers"
}
]
},
{
"slug": "datadome",
"name": "Datadome",
"confidence": 100,
"version": null,
"icon": "datadome.png",
"website": "https://datadome.co/",
"cpe": null,
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
]
},
{
"slug": "mailjet",
"name": "Mailjet",
"description": "Mailjet is an email delivery service for marketing and developer teams.",
"confidence": 100,
"version": null,
"icon": "Mailjet.svg",
"website": "https://www.mailjet.com/",
"cpe": null,
"categories": [
{
"id": 75,
"slug": "email",
"name": "Email"
}
]
},
{
"slug": "mailchimp",
"name": "MailChimp",
"description": "Mailchimp is a marketing automation platform and email marketing service.",
"confidence": 100,
"version": null,
"icon": "mailchimp.svg",
"website": "http://mailchimp.com",
"cpe": "cpe:2.3:a:thinkshout:mailchimp:*:*:*:*:*:*:*",
"categories": [
{
"id": 32,
"slug": "marketing-automation",
"name": "Marketing automation"
},
{
"id": 75,
"slug": "email",
"name": "Email"
}
]
},
{
"slug": "google-workspace",
"name": "Google Workspace",
"description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
"confidence": 100,
"version": null,
"icon": "Google Workspace.svg",
"website": "https://workspace.google.com/",
"cpe": null,
"categories": [
{
"id": 30,
"slug": "webmail",
"name": "Webmail"
},
{
"id": 75,
"slug": "email",
"name": "Email"
}
]
},
{
"slug": "webpack",
"name": "webpack",
"description": "Webpack is an open-source JavaScript module bundler.",
"confidence": 50,
"version": null,
"icon": "webpack.svg",
"website": "https://webpack.js.org/",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
},
{
"slug": "module-federation",
"name": "Module Federation",
"description": "Module Federation is a webpack technology for dynamically loading parts of other independently deployed builds.",
"confidence": 50,
"version": null,
"icon": "Module Federation.png",
"website": "https://webpack.js.org/concepts/module-federation/",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
},
{
"slug": "docusign",
"name": "DocuSign",
"description": "DocuSign allows organisations to manage electronic agreements.",
"confidence": 100,
"version": null,
"icon": "DocuSign.svg",
"website": "https://www.docusign.com",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
}
]
}
Was this page helpful?
curl --request GET \
--url https://piloterr.com/api/v2/website/technology \
--header 'x-api-key: <x-api-key>'
{
"urls": {
"https://www.leroymerlin.fr/": {
"status": 200
}
},
"technologies": [
{
"slug": "cart-functionality",
"name": "Cart Functionality",
"description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
"confidence": 100,
"version": null,
"icon": "Cart-generic.svg",
"website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality",
"cpe": null,
"categories": [
{
"id": 6,
"slug": "ecommerce",
"name": "Ecommerce"
}
]
},
{
"slug": "datadog",
"name": "Datadog",
"description": "Datadog is a SaaS-based monitoring and analytics platform for large-scale applications and infrastructure.",
"confidence": 99,
"version": null,
"icon": "Datadog.svg",
"website": "https://www.datadoghq.com",
"cpe": null,
"categories": [
{
"id": 78,
"slug": "rum",
"name": "RUM"
},
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
]
},
{
"slug": "commanders-act-tagcommander",
"name": "Commanders Act TagCommander",
"description": "Commanders Act TagCommander is a European company providing a tag management product designed to handle website tags.",
"confidence": 100,
"version": null,
"icon": "Commanders Act.svg",
"website": "https://www.commandersact.com/en/solutions/tagcommander/",
"cpe": null,
"categories": [
{
"id": 42,
"slug": "tag-managers",
"name": "Tag managers"
}
]
},
{
"slug": "datadome",
"name": "Datadome",
"confidence": 100,
"version": null,
"icon": "datadome.png",
"website": "https://datadome.co/",
"cpe": null,
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
]
},
{
"slug": "mailjet",
"name": "Mailjet",
"description": "Mailjet is an email delivery service for marketing and developer teams.",
"confidence": 100,
"version": null,
"icon": "Mailjet.svg",
"website": "https://www.mailjet.com/",
"cpe": null,
"categories": [
{
"id": 75,
"slug": "email",
"name": "Email"
}
]
},
{
"slug": "mailchimp",
"name": "MailChimp",
"description": "Mailchimp is a marketing automation platform and email marketing service.",
"confidence": 100,
"version": null,
"icon": "mailchimp.svg",
"website": "http://mailchimp.com",
"cpe": "cpe:2.3:a:thinkshout:mailchimp:*:*:*:*:*:*:*",
"categories": [
{
"id": 32,
"slug": "marketing-automation",
"name": "Marketing automation"
},
{
"id": 75,
"slug": "email",
"name": "Email"
}
]
},
{
"slug": "google-workspace",
"name": "Google Workspace",
"description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
"confidence": 100,
"version": null,
"icon": "Google Workspace.svg",
"website": "https://workspace.google.com/",
"cpe": null,
"categories": [
{
"id": 30,
"slug": "webmail",
"name": "Webmail"
},
{
"id": 75,
"slug": "email",
"name": "Email"
}
]
},
{
"slug": "webpack",
"name": "webpack",
"description": "Webpack is an open-source JavaScript module bundler.",
"confidence": 50,
"version": null,
"icon": "webpack.svg",
"website": "https://webpack.js.org/",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
},
{
"slug": "module-federation",
"name": "Module Federation",
"description": "Module Federation is a webpack technology for dynamically loading parts of other independently deployed builds.",
"confidence": 50,
"version": null,
"icon": "Module Federation.png",
"website": "https://webpack.js.org/concepts/module-federation/",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
},
{
"slug": "docusign",
"name": "DocuSign",
"description": "DocuSign allows organisations to manage electronic agreements.",
"confidence": 100,
"version": null,
"icon": "DocuSign.svg",
"website": "https://www.docusign.com",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
}
]
}