Prysm MCP Server

by pinkpixel-dev
Verified

scrapeFocused

Extract focused web content with optimized scraping, limited scrolls, and customizable image extraction for efficient data collection on Prysm MCP Server.

Instructions

Fast web scraping optimized for speed (fewer scrolls, main content only)

Input Schema

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