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
Name | Required | Description | Default |
---|---|---|---|
downloadImages | No | Whether to download images locally | |
maxImages | No | Maximum number of images to extract | |
maxScrolls | No | Maximum number of scroll attempts (default: 10) | |
minImageSize | No | Minimum width/height for images in pixels | |
output | No | Output directory for downloaded images | |
pages | No | Number of pages to scrape (if pagination is present) | |
scrapeImages | No | Whether to include images in the scrape result | |
scrollDelay | No | Delay between scrolls in ms (default: 2000) | |
timeout | No | Maximum time in ms for the scrape operation (default: 30000) | |
url | Yes | URL of the webpage to scrape |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Prysm MCP Server
Related Tools
- @pinkpixel-dev/prysm-mcp-server
- @spences10/mcp-omnisearch
- @josemartinrodriguezmortaloni/webSearch-Tools
- @blazickjp/web-browser-mcp-server
- @pinkpixel-dev/prysm-mcp-server