v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Perform a URL analysis

post/urlinsights

Headers

Authorizationstring required

Bearer {access_token}

Content-Typestring required

application/json

Request body

cacheboolean

Get a cached response from our databases or get a synchronous response.

domainstring required

The domain for which we need an analysis.

Response

200

domainstring
cacheboolean

Example response

{
  "domain": "https://www.waymore.io",
  "cache": true,
  "analysis": {
    "webFramework": [
      {
        "name": "Connect",
        "description": " "
      }
    ],
    "jsLibraries": [
      {
        "name": "Lazysizes",
        "description": "JS Lib"
      }
    ],
    "socialNetworks": [
      {
        "name": "Pinterest",
        "description": "Pinterest"
      }
    ],
    "widget": [
      {
        "name": "Known",
        "description": "Easily publishing status updates, blog posts, and photos to a wide range of social media services."
      }
    ],
    "captchas": [
      {
        "name": "reCAPTCHA",
        "description": " "
      }
    ],
    "webServer": [
      {
        "name": "NginX",
        "description": "Is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache"
      }
    ],
    "tagManager": [
      {
        "name": "Google Tag Manager",
        "description": "Google Tag Manager"
      }
    ],
    "miscellaneous": [
      {
        "name": "Mendeley",
        "description": "Provides products and services for academic researchers"
      }
    ],
    "emailProviders": [
      {
        "name": "Aol Mail"
      }
    ],
    "advertisingNetwork": [
      {
        "name": "Xenium"
      }
    ],
    "hostingControlPanel": [
      {
        "name": "Plesk",
        "description": "Plesk"
      }
    ],
    "pushNotificationProviders": [
      {
        "name": "Routee",
        "description": "Routee - Push Notification"
      }
    ]
  }
}