ParseHub MCP connector
ParseHub is a web scraping tool that extracts data from websites, including those built with JavaScript, AJAX, and cookies. The ParseHub MCP connector allows AI agents to run web scraping projects, retrieve extracted data from completed runs, and manage project configurations by token. It also supports listing all available projects, canceling in-progress runs, and deleting run data.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the ParseHub MCP connector to perform the following actions:
- Extract product prices and competitor data from e-commerce websites automatically
- Monitor job postings across multiple career sites and collect applicant information
- Gather real estate listings, property details, and market data from property portals
- Scrape social media metrics, engagement data, and influencer information for marketing campaigns
- Collect news articles, headlines, and publication metadata from news websites daily
- Extract financial data, stock prices, and market information from finance websites
- Aggregate customer reviews and ratings from multiple review platforms for analysis
Example prompts
Use the following example prompts to invoke ParseHub MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all active ParseHub projects in my account.Start a ParseHub scraping run for my competitor price monitoring project.Get the latest data from my ParseHub job listing scraper.Cancel the ParseHub run that's taking too long.Delete old ParseHub runs from last month to free up space.Check the status of my ParseHub real estate data extraction.Retrieve all collected data from my most recent ParseHub run.List the last completed ParseHub run and show me the results.Get details about a specific ParseHub project I created.Run my ParseHub project and give me the extracted data when ready.
ParseHub MCP connector tools
The ParseHub MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| parsehub_parsehubrunproject_invoke | Executes a parsing project to extract data from web sources. |
| listProjects | Displays all available parsing projects in your account. |
| getProject | Retrieves detailed information about a specific project. |
| runProject | Starts execution of a project to begin data extraction. |
| getLastReadyRunData | Fetches the most recent completed extraction results. |
| getRun | Retrieves status and details for a specific execution instance. |
| deleteRun | Removes a completed or failed execution and its data. |
| getRunData | Obtains the extracted data from a finished execution. |
| cancelRun | Stops an active execution before it completes. |