UseScraper MCP Server

by tanevanwifferen
Verified

scrape

Scrape content from a webpage using UseScraper API

Input Schema

NameRequiredDescriptionDefault
advanced_proxyNoUse advanced proxy to circumvent bot detection (default: false)
extract_objectNoOptional object specifying data to extract
formatNoFormat to save crawled page content. Strongly recommended to keep as markdown for optimal AI processing (default: markdown)
urlYesURL to scrape

Input Schema (JSON Schema)

{ "properties": { "advanced_proxy": { "description": "Use advanced proxy to circumvent bot detection (default: false)", "type": "boolean" }, "extract_object": { "description": "Optional object specifying data to extract", "type": "object" }, "format": { "description": "Format to save crawled page content. Strongly recommended to keep as markdown for optimal AI processing (default: markdown)", "enum": [ "text", "html", "markdown" ], "type": "string" }, "url": { "description": "URL to scrape", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools