ScrAPI MCP Server is a specialized web scraping solution that enables AI assistants to extract content from websites that employ bot detection, captchas, or geolocation restrictions. Developed by DevEnterprise Software, this TypeScript implementation provides two core tools: one for retrieving content as HTML for advanced parsing needs, and another for Markdown output when text content is the priority. The server leverages residential proxies and automated captcha solving capabilities through the ScrAPI service, making it particularly valuable for AI systems that need to access otherwise restricted web content for research, data collection, or information retrieval tasks.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Scrapes a URL and returns the result as HTML. Parameters: url (string, required), browserCommands (string, optional - JSON array string of browser commands to execute before scraping).
Scrapes a URL and returns the result as Markdown. Parameters: url (string, required), browserCommands (string, optional - JSON array string of browser commands to execute before scraping).