Prysm MCP Server

by pinkpixel-dev
Verified

scrapeBalanced

Extract web content efficiently with a balanced approach, including images and paginated data, while controlling parameters like scroll attempts, timeouts, and image size for precise results.

Instructions

Balanced web scraping approach with good coverage and reasonable speed

Input Schema

NameRequiredDescriptionDefault
downloadImagesNoWhether to download images locally
maxImagesNoMaximum number of images to extract
maxScrollsNoMaximum number of scroll attempts (default: 10)
minImageSizeNoMinimum width/height for images in pixels
outputNoOutput directory for downloaded images
pagesNoNumber of pages to scrape (if pagination is present)
scrapeImagesNoWhether to include images in the scrape result
scrollDelayNoDelay between scrolls in ms (default: 2000)
timeoutNoMaximum time in ms for the scrape operation (default: 30000)
urlYesURL of the webpage to scrape

Input Schema (JSON Schema)

{ "properties": { "downloadImages": { "description": "Whether to download images locally", "type": "boolean" }, "maxImages": { "description": "Maximum number of images to extract", "type": "number" }, "maxScrolls": { "description": "Maximum number of scroll attempts (default: 10)", "type": "number" }, "minImageSize": { "description": "Minimum width/height for images in pixels", "type": "number" }, "output": { "description": "Output directory for downloaded images", "type": "string" }, "pages": { "description": "Number of pages to scrape (if pagination is present)", "type": "number" }, "scrapeImages": { "description": "Whether to include images in the scrape result", "type": "boolean" }, "scrollDelay": { "description": "Delay between scrolls in ms (default: 2000)", "type": "number" }, "timeout": { "description": "Maximum time in ms for the scrape operation (default: 30000)", "type": "number" }, "url": { "description": "URL of the webpage to scrape", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Prysm MCP Server

Related Tools

ID: i1xotvaxqx