id: api-open-page-rank info: name: Open Page Rank API Test author: daffainfo severity: info description: API for calculating and comparing metrics of different websites using Page Rank algorithm reference: - https://www.domcop.com/openpagerank/documentation - https://github.com/daffainfo/all-about-apikey/tree/main/open-page-rank metadata: max-request: 1 tags: token-spray,openpagerank self-contained: true http: - raw: - | GET https://openpagerank.com/api/v1.0/getPageRank?domains[]=google.com HTTP/1.1 Host: openpagerank.com API-OPR: {{token}} matchers: - type: word part: body words: - '"page_rank_integer"' - '"page_rank_decimal"' - '"rank"' condition: and