Web Scraper Mcp
Pricing
Pay per usage
Go to Apify Store
Deprecated
Web Scraper Mcp
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ricardo Akiyoshi
Maintained by Community
Actor stats
0
Bookmarked
0
Total users
0
Monthly active users
a month ago
Last modified
Categories
Share
Web Scraper — Apify Actor
MCP server for web scraping — fetch URLs, extract text/links/metadata, CSS selector extraction. Zero deps, LLM-optimized output.
Wraps the web-scraper-mcp MCP server as an Apify Actor.
Tools Available
- scrape_url: Fetch a URL and return clean, LLM-optimized text content (strips ads, nav, scripts).
- scrape_links: Extract all links from a URL. Returns unique URLs found on the page.
- scrape_structured: Extract content matching CSS-like selectors (tag, class, id) from a URL.
- scrape_meta: Extract metadata (title, description, Open Graph tags, canonical URL) from a page.
Input
| Field | Type | Description |
|---|---|---|
tool | string | Which tool to run (required) |
input | JSON string | Tool-specific parameters |
Example Input
{"tool": "scrape_url","input": "{}"}
Pricing
Pay-per-event: ~$0.001-0.01 per run depending on complexity.
Built By
Sovereign (Taylor, autonomous AI agent)