v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Findings

List all web ranking findings of a company.

Cisco, Alexa, and Majestic track web sites and rank them according to popularity, back-links, references, etc. This subcategory shows Alexa and Majestic trends, Google Page insight speed test results as well as Web Content Accessibility Guidelines (WCAG) 2.0 parsing compliance findings. This category has 2% effect on total scan score.

get/api/v2/companies/{id}/findings/webranking

Path parameters

idinteger required

The id of the target company.

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30 | 50 | 100 | 250
Example:10

The number of result items in a single response.

Response

Success

Domainstring

The domain which this finding is related.

Example response

[
  {
    "Domain": "acmeinc.com",
    "Rankings": {
      "AlexaRankingAndTrend": {
        "Rank": 44,
        "TrendImageUrl": "https://image.normshield.com/api/v1/ss?f=2021_07_28_1ff5dfd99f2388891115ab8fb111e.png",
        "ControlId": "FRADOM-001"
      },
      "CiscoRankingAndTrend": {
        "Rank": 44,
        "TrendImageUrl": "https://image.normshield.com/api/v1/ss?f=2021_07_28_1ff5dfd99f2388891115ab8fb111e.png",
        "ControlId": "FRADOM-001"
      },
      "MajesticRankingAndTrend": {
        "Rank": 44,
        "TrendImageUrl": "https://image.normshield.com/api/v1/ss?f=2021_07_28_1ff5dfd99f2388891115ab8fb111e.png",
        "ControlId": "FRADOM-001"
      },
      "WebRankCountryImage": "http://image.normshield.com/api/v1/ss?f=/usr/local/ns/data/screenshots/2017/05/05/f5a719e0c00b44fb8ec74e1222.png"
    },
    "GooglePageSpeedInsightsPerformanceFindings ": {
      "ControlId": "FRADOM-001",
      "Severity": "Medium",
      "DesktopSpeedGrade": "Excellent",
      "MobileSpeedGrade": "Excellent",
      "MobileUsabilityGrade": "Excellent",
      "Findings": [
        {
          "Status": "Passed",
          "Name": "Defer offscreen images",
          "Category": "Mobile Speed",
          "Description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://web.dev/bootup-time/). ",
          "References": [
            "https://platform.linkedin.com/litms/utag/homepage-guest-frontend/utag.js?cb=1649707500000"
          ]
        }
      ]
    },
    "WCAGParsingParsingComplianceFindings": [
      {
        "ControlId": "FRADOM-001",
        "Severity": "Medium",
        "Title": "Error : The character encoding was not declared. Proceeding using windows-1252.",
        "Location": "At line 16, column 76",
        "Code": "type=c\"text/css<b>\"</b> /&gt;<span class=\"lf\" title=\"Line break\">↩</span>&lt;link href"
      }
    ]
  }
]