id: api-scrapingant info: name: ScrapingAnt API Test author: daffainfo severity: info description: Headless Chrome scraping with a simple API reference: - https://docs.scrapingant.com/ - https://github.com/daffainfo/all-about-apikey/tree/main/scrapingant tags: token-spray,scrapingant self-contained: true requests: - raw: - | POST https://api.scrapingant.com/v1/general HTTP/1.1 Host: api.scrapingant.com x-api-key: {{token}} Content-Type: application/json {"url": "https://example.com"} matchers: - type: word part: body words: - '"content"' - '"cookies"' - '"status_code"' condition: and