Piloterr

Website Technology

Credit cost: 2 credits per call

GET
/v2/website/technology

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string
mode*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/website/technology?query=string&mode=string"
{
  "urls": {
    "https://www.leroymerlin.fr/": {
      "status": 200
    }
  },
  "technologies": [
    {
      "cpe": null,
      "icon": "Cart-generic.svg",
      "name": "Cart Functionality",
      "slug": "cart-functionality",
      "version": null,
      "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality",
      "categories": [
        {
          "id": 6,
          "name": "Ecommerce",
          "slug": "ecommerce"
        }
      ],
      "confidence": 100,
      "description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution."
    },
    {
      "cpe": null,
      "icon": "Datadog.svg",
      "name": "Datadog",
      "slug": "datadog",
      "version": null,
      "website": "https://www.datadoghq.com",
      "categories": [
        {
          "id": 78,
          "name": "RUM",
          "slug": "rum"
        },
        {
          "id": 10,
          "name": "Analytics",
          "slug": "analytics"
        }
      ],
      "confidence": 99,
      "description": "Datadog is a SaaS-based monitoring and analytics platform for large-scale applications and infrastructure."
    },
    {
      "cpe": null,
      "icon": "Commanders Act.svg",
      "name": "Commanders Act TagCommander",
      "slug": "commanders-act-tagcommander",
      "version": null,
      "website": "https://www.commandersact.com/en/solutions/tagcommander/",
      "categories": [
        {
          "id": 42,
          "name": "Tag managers",
          "slug": "tag-managers"
        }
      ],
      "confidence": 100,
      "description": "Commanders Act TagCommander is a European company providing a tag management product designed to handle website tags."
    },
    {
      "cpe": null,
      "icon": "datadome.png",
      "name": "Datadome",
      "slug": "datadome",
      "version": null,
      "website": "https://datadome.co/",
      "categories": [
        {
          "id": 16,
          "name": "Security",
          "slug": "security"
        }
      ],
      "confidence": 100
    },
    {
      "cpe": null,
      "icon": "Mailjet.svg",
      "name": "Mailjet",
      "slug": "mailjet",
      "version": null,
      "website": "https://www.mailjet.com/",
      "categories": [
        {
          "id": 75,
          "name": "Email",
          "slug": "email"
        }
      ],
      "confidence": 100,
      "description": "Mailjet is an email delivery service for marketing and developer teams."
    },
    {
      "cpe": "cpe:2.3:a:thinkshout:mailchimp:*:*:*:*:*:*:*:*",
      "icon": "mailchimp.svg",
      "name": "MailChimp",
      "slug": "mailchimp",
      "version": null,
      "website": "http://mailchimp.com",
      "categories": [
        {
          "id": 32,
          "name": "Marketing automation",
          "slug": "marketing-automation"
        },
        {
          "id": 75,
          "name": "Email",
          "slug": "email"
        }
      ],
      "confidence": 100,
      "description": "Mailchimp is a marketing automation platform and email marketing service."
    },
    {
      "cpe": null,
      "icon": "Google Workspace.svg",
      "name": "Google Workspace",
      "slug": "google-workspace",
      "version": null,
      "website": "https://workspace.google.com/",
      "categories": [
        {
          "id": 30,
          "name": "Webmail",
          "slug": "webmail"
        },
        {
          "id": 75,
          "name": "Email",
          "slug": "email"
        }
      ],
      "confidence": 100,
      "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools."
    },
    {
      "cpe": null,
      "icon": "webpack.svg",
      "name": "webpack",
      "slug": "webpack",
      "version": null,
      "website": "https://webpack.js.org/",
      "categories": [
        {
          "id": 19,
          "name": "Miscellaneous",
          "slug": "miscellaneous"
        }
      ],
      "confidence": 50,
      "description": "Webpack is an open-source JavaScript module bundler."
    },
    {
      "cpe": null,
      "icon": "Module Federation.png",
      "name": "Module Federation",
      "slug": "module-federation",
      "version": null,
      "website": "https://webpack.js.org/concepts/module-federation/",
      "categories": [
        {
          "id": 19,
          "name": "Miscellaneous",
          "slug": "miscellaneous"
        }
      ],
      "confidence": 50,
      "description": "Module Federation is a webpack technology for dynamically loading parts of other independently deployed builds."
    },
    {
      "cpe": null,
      "icon": "DocuSign.svg",
      "name": "DocuSign",
      "slug": "docusign",
      "version": null,
      "website": "https://www.docusign.com",
      "categories": [
        {
          "id": 19,
          "name": "Miscellaneous",
          "slug": "miscellaneous"
        }
      ],
      "confidence": 100,
      "description": "DocuSign allows organisations to manage electronic agreements."
    }
  ]
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}