id: api-urlscan info: name: URLScan API Test author: daffainfo severity: info description: Scan and Analyse URLs reference: - https://urlscan.io/docs/api/ - https://github.com/daffainfo/all-about-apikey/tree/main/urlscan tags: token-spray,urlscan self-contained: true requests: - raw: - | GET https://urlscan.io/user/quotas/ HTTP/1.1 Host: urlscan.io Content-Type: application/json API-Key: {{token}} matchers: - type: word part: body words: - 'X-Rate-Limit-Scope:' - 'X-Rate-Limit-Limit:' - 'X-Rate-Limit-Remaining:' condition: and