Skip to main content
Feedback

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.

ToolDescription
parsehub_parsehubrunproject_invokeExecutes a parsing project to extract data from web sources.
listProjectsDisplays all available parsing projects in your account.
getProjectRetrieves detailed information about a specific project.
runProjectStarts execution of a project to begin data extraction.
getLastReadyRunDataFetches the most recent completed extraction results.
getRunRetrieves status and details for a specific execution instance.
deleteRunRemoves a completed or failed execution and its data.
getRunDataObtains the extracted data from a finished execution.
cancelRunStops an active execution before it completes.
On this Page