24 lines
605 B
YAML
24 lines
605 B
YAML
id: api-zenrows
|
|
|
|
info:
|
|
name: ZenRows API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Web Scraping API that bypasses anti-bot solutions while offering JS rendering, and rotating proxies
|
|
reference:
|
|
- https://www.zenrows.com/documentation/
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/zenrows
|
|
tags: token-spray,zenrows
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.zenrows.com/v1/?apikey={{token}}&url=https://example.com"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Example Domain</title>'
|