WebScraping.AI MCP connector
WebScraping.AI is a web scraping automation API that combines Chrome JS rendering, rotating proxies, and built-in HTML parsing. The WebScraping.AI MCP connector allows AI agents to fetch full page HTML by URL and extract targeted content from one or multiple page areas using CSS selectors. It also supports monitoring account usage against the calls quota, helping teams track consumption across scraping workflows.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the WebScraping.AI MCP connector to perform the following actions:
- Extract full page content from any website for downstream analysis
- Pull specific product details using targeted CSS selectors
- Monitor competitor pricing by scraping multiple page sections at once
- Check remaining scraping quota before running large workflows
- Automate lead generation by capturing contact data from directories
- Gather news or blog content for content aggregation workflows
- Collect structured data from JavaScript-heavy sites without manual copying
- Feed scraped web content into reporting or analytics workflows
Example prompts
Use the following example prompts to invoke WebScraping.AI MCP connector tools from your AI assistant or Boomi Connect workflow:
Get the full HTML of this product page using WebScraping.AI.Pull the pricing section from our competitor's website with WebScraping.AI.How many scraping calls do we have left this month in WebScraping.AI?Extract all article headlines and summaries from this news site using WebScraping.AI.Grab the contact details listed on this business directory page via WebScraping.AI.Show me the reviews section of this product listing using WebScraping.AI.Fetch the navigation menu and footer links from this site with WebScraping.AI.Check our current WebScraping.AI account usage before we start the next batch.Collect the title, price, and description fields from this listing using WebScraping.AI.Retrieve the raw content of this webpage through WebScraping.AI.
WebScraping.AI MCP connector tools
The WebScraping.AI MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| account | Information about your account calls quota |
| getHTML | Page HTML by URL |
| getSelected | HTML of a selected page area by URL and CSS selector |
| getSelectedMultiple | HTML of multiple page areas by URL and CSS selectors |