@pipeworx/scrapingant
Connect: https://gateway.pipeworx.io/scrapingant/mcp · Install: one-click buttons
Tools: 3
Tools
- scrapingant_scrape — Scrape a web page and return its raw HTML via ScrapingAnt (headless-browser rendering + rotating proxies). Handles JS-heavy sites and anti-bot pages. Example: scrapingant_scrape({ url: “https://exampl
- scrapingant_markdown — Fetch a web page and return clean, LLM-ready Markdown (boilerplate stripped) via ScrapingAnt. Ideal for feeding page content to a model. Example: scrapingant_markdown({ url: “https://example.com/artic
- scrapingant_extract — Extract structured data from a web page using ScrapingAnt AI extraction. Describe the fields you want in
extract_properties(comma-separated) and get back a JSON object with matching camelCase keys.
Tools
-
scrapingant_extract— Extract structured data from a web page using ScrapingAnt AI extraction. Describe the fields you want in `extract_properties` (comma-separated) and get back a JSON object with matching camelCase keys. -
scrapingant_markdown— Fetch a web page and return clean, LLM-ready Markdown (boilerplate stripped) via ScrapingAnt. Ideal for feeding page content to a model. Example: scrapingant_markdown({ url: https://example.com/articl -
scrapingant_scrape— Scrape a web page and return its raw HTML via ScrapingAnt (headless-browser rendering + rotating proxies). Handles JS-heavy sites and anti-bot pages. Example: scrapingant_scrape({ url: https://example