Search for:
Why this server?
Enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations, which is essential for a web scraper.
Why this server?
Provides unified access to multiple search engines and content processing services, useful for a comprehensive web scraping project.
Why this server?
A server that provides AgentQL's data extraction capabilities enabling AI agents to get structured data from unstructured web, which helps in extracting data for a web scraper.
Why this server?
Enables browser automation using Python scripts, offering operations like taking webpage screenshots, retrieving HTML content, and executing JavaScript, which can be part of a scraper.
Why this server?
Implementation of an MCP server for the RAG Web Browser Actor, which serves as a web browser for large language models (LLMs) and RAG pipelines, similar to a web search in ChatGPT. Useful for understanding how a browser is used in context.
Why this server?
Enables retrieval and processing of web page content for LLMs by converting HTML to markdown, with support for content truncation and pagination, important for preparing web content.
Why this server?
A server that allows fetching Instagram posts using Chrome's existing login session, which may be helpful for specific web scraping tasks.
Why this server?
Provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown, which are all needed for scraping data.
Why this server?
It crawls website
Why this server?
A Python implementation of an MCP server that extracts webpage content, removes ads and non-essential elements, and transforms it into clean, LLM-optimized Markdown - essential for focused data extraction from scraped pages.