unblock
Bypass bot detection and anti-scraping mechanisms to extract web content, capture screenshots, and automate browser tasks with enhanced stealth and ad-blocking options.
Instructions
Bypass bot detection and anti-scraping measures
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockAds | No | ||
content | No | ||
headers | No | ||
screenshot | No | ||
stealth | No | ||
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"blockAds": {
"type": "boolean"
},
"content": {
"type": "boolean"
},
"headers": {
"type": "object"
},
"screenshot": {
"type": "boolean"
},
"stealth": {
"type": "boolean"
},
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}