28 lines
795 B
YAML
28 lines
795 B
YAML
id: api-abstract-website-scraping
|
|
|
|
info:
|
|
name: Abstract Api Web Scraping Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Scrape and extract data from any website, with powerful options like proxy / browser customization, CAPTCHA handling, ad blocking, and more.
|
|
reference:
|
|
- https://www.abstractapi.com/api/web-scraping-api
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/abstract-website-scraping
|
|
tags: token-spray,abstractapi
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://scrape.abstractapi.com/v1/?api_key={{token}}&url=https://test.test"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"code":"validation_error"'
|
|
- 'Reached error page'
|
|
condition: and
|