Prysm MCP Server

by pinkpixel-dev
Verified

scrapeDeep

Extract comprehensive web content, including images, using deep scraping techniques with customizable parameters such as scroll depth, image size, and pagination. Output data to a specified directory for thorough analysis.

Instructions

Maximum extraction web scraping (slower but thorough)

Input Schema

NameRequiredDescriptionDefault
downloadImagesNoWhether to download images locally
maxImagesNoMaximum number of images to extract
maxScrollsNoMaximum number of scroll attempts (default: 20)
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: 3000)
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: 20)", "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: 3000)", "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