24 lines
581 B
YAML
24 lines
581 B
YAML
id: api-scrapestack
|
|
|
|
info:
|
|
name: Scrapestack API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Real-time, Scalable Proxy & Web Scraping REST API
|
|
reference:
|
|
- https://scrapestack.com/documentation
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/scrapestack
|
|
tags: token-spray,scrapestack
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.scrapestack.com/scrape?access_key={{token}}&url=https://example.com"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Example Domain</title>'
|