Website Technology
/api/v2/website/technology
API endpoint allows you to scrape technologies used by websites.
Using an API that allows you to scrape the technologies used on a website can be useful for a number of reasons. For example:
- It can help a business or individual understand how a website is built and what technologies it is using. This can be useful for a variety of purposes, such as analyzing the effectiveness of a website, identifying potential security vulnerabilities, or simply understanding how a website works.
- It can help with website development and maintenance. By understanding the technologies used on a website, a business or individual can more effectively develop or maintain the website, or integrate it with other tools and systems.
- It can be used for competitive analysis. By scraping the technologies used on a competitor's website, a business can gain insight into the tools and techniques they are using, and potentially identify areas where they can improve their own website.
Overall, using an API that allows you to scrape the technologies used on a website can help a business or individual understand how a website is built, improve website development and maintenance efforts, and conduct competitive analysis.
API Parameters
Name | Title | Type | Description |
---|---|---|---|
query * | Domain name | parameter | A website url with http(s) protocol. |
x_api_key * | Piloterr API key | parameter | Parameter defines the Piloterr private key to use. |
Endpoint
GET https://piloterr.com/api/v2/website/technology?query=https://piloterr.com&x_api_key=xxxxxx
Example
{
"urls": {
"https://piloterr.com/": {
"status": 301
},
"https://www.piloterr.com/": {
"status": 200
}
},
"technologies": [
{
"slug": "webflow",
"name": "Webflow",
"description": "Webflow is Software-as-a-Service (Saas) for website building and hosting.",
"confidence": 100,
"version": null,
"icon": "webflow.svg",
"website": "https://webflow.com",
"cpe": null,
"categories": [
{
"id": 51,
"slug": "page-builders",
"name": "Page builders"
}
]
},
{
"slug": "google-tag-manager",
"name": "Google Tag Manager",
"description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly...",
"confidence": 100,
"version": null,
"icon": "Google Tag Manager.svg",
"website": "http://www.google.com/tagmanager",
"cpe": null,
"categories": [
{
"id": 42,
"slug": "tag-managers",
"name": "Tag managers"
}
]
},
{
"slug": "jquery",
"name": "jQuery",
"description": "jQuery is a JavaScript library which is a free, open-source...",
"confidence": 100,
"version": "3.5.1",
"icon": "jQuery.svg",
"website": "https://jquery.com",
"cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*",
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
]
},
{
"slug": "google-analytics",
"name": "Google Analytics",
"description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
"confidence": 100,
"version": null,
"icon": "Google Analytics.svg",
"website": "http://google.com/analytics",
"cpe": null,
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
]
},
{
"slug": "core-js",
"name": "core-js",
"description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
"confidence": 100,
"version": "3.19.0",
"icon": "core-js.png",
"website": "https://github.com/zloirock/core-js",
"cpe": null,
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
]
},
{
"slug": "crisp-live-chat",
"name": "Crisp Live Chat",
"description": "Crisp Live Chat is a live chat solution with free and paid options.",
"confidence": 100,
"version": null,
"icon": "Crisp Live Chat.svg",
"website": "https://crisp.chat/",
"cpe": null,
"categories": [
{
"id": 52,
"slug": "live-chat",
"name": "Live chat"
}
]
},
{
"slug": "open-graph",
"name": "Open Graph",
"description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
"confidence": 100,
"version": null,
"icon": "Open Graph.png",
"website": "https://ogp.me",
"cpe": null,
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
]
}
]
}