Update api-scrapingant.yaml
parent
39907574ab
commit
23e8afaa22
|
@ -16,7 +16,6 @@ requests:
|
||||||
POST https://api.scrapingant.com/v1/general HTTP/1.1
|
POST https://api.scrapingant.com/v1/general HTTP/1.1
|
||||||
Host: api.scrapingant.com
|
Host: api.scrapingant.com
|
||||||
x-api-key: {{token}}
|
x-api-key: {{token}}
|
||||||
Accept: application/json
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{"url": "https://example.com"}
|
{"url": "https://example.com"}
|
||||||
|
@ -28,4 +27,4 @@ requests:
|
||||||
- '"content"'
|
- '"content"'
|
||||||
- '"cookies"'
|
- '"cookies"'
|
||||||
- '"status_code"'
|
- '"status_code"'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue