Browserhub Connector for AI agents.
10 live capabilities
Automate web scraping and data extraction from any site.
Waiting for input…
Why people use Browserhub
Browserhub Web Scraping for Complex Data Extraction
With this Connector, you just tell your agent to grab the data. It handles the proxy rotation and the browser rendering for you. You get a clean list of results instead of a bunch of error messages.
What Vinkius changes
You get high-quality web data without managing the underlying browser infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Competitor Pricing
A researcher asks for prices from 50 retail sites and the agent runs the scrapers to aggregate the data into a single list.
- Real-world use case 02
Lead Generation
A sales lead capability pulls contact info from a business directory using a one-off `direct_scrape` to find new prospects.
- Real-world use case 03
Content Monitoring
A news bot checks for updates on specific URLs every hour and reports changes back to the user.
Complete set · 10capabilities
The complete Browserhub capability set.
These are the exact actions your AI can choose when you ask it to work with Browserhub.
01—04
4 capabilities in this set.
Part of 10 available through Browserhub.
- 01 Capability
Get account balance
See your current credit balance. This helps you track your spending and plan your scraping volume.
- 02 Capability
Direct scrape
Scrape a single URL immediately without setting up a blueprint first. This is great for one-off data grabs.
- 03 Capability
Get blueprint
Pull the details of a specific scraping blueprint. Use this to see how a certain scraping task is configured.
- 04 Capability
Get scraping job
Check the status and results of a job that's currently running. You can use this to see if your data is ready.
05—07
3 capabilities in this set.
Part of 10 available through Browserhub.
- 05 Capability
Get scraper
Get the specific details for an existing scraper in your account. This helps you manage your saved scraping configurations.
- 06 Capability
List blueprints
See a full list of all your scraping blueprints. It lets you browse all your saved scraping tasks in one place.
- 07 Capability
List scraping jobs
View your history of past and current scraping tasks. Use this to keep track of everything your agent has already captured.
08—10
3 capabilities in this set.
Part of 10 available through Browserhub.
- 08 Capability
List proxy locations
See all the different regions where you can route your traffic. This helps you choose the best location for your data needs.
- 09 Capability
List scrapers
See all the scrapers you've already configured. It gives you a quick overview of your active scraping setup.
- 10 Capability
Run scraper
Start a scraping job using one of your saved configurations. This lets you launch a pre-made scraper with just a simple command.
Set up in minutes
One URL. Then ask Browserhub to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Browserhub from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_F9IfZPWnnyR4kONzJQmvDLDoirarcJ8VBG97e9XE/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Browserhub, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Browserhub for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_F9IfZPWnnyR4kONzJQmvDLDoirarcJ8VBG97e9XE/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Browserhub URL.
- Step 03
Save and start
Save the connection and enable Browserhub in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"browserhub": {
"url": "https://edge.vinkius.com/vk_preview_F9IfZPWnnyR4kONzJQmvDLDoirarcJ8VBG97e9XE/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Browserhub
Open Agent mode in chat and ask: "Using Browserhub, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"browserhub": {
"url": "https://edge.vinkius.com/vk_preview_F9IfZPWnnyR4kONzJQmvDLDoirarcJ8VBG97e9XE/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Browserhub
Ask Copilot: "Using Browserhub, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"browserhub": {
"url": "https://edge.vinkius.com/vk_preview_F9IfZPWnnyR4kONzJQmvDLDoirarcJ8VBG97e9XE/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Browserhub
Open Cascade and ask: "Using Browserhub, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"browserhub": {
"url": "https://edge.vinkius.com/vk_preview_F9IfZPWnnyR4kONzJQmvDLDoirarcJ8VBG97e9XE/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Browserhub
Ask Cline: "Using Browserhub, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add browserhub --transport http "https://edge.vinkius.com/vk_preview_F9IfZPWnnyR4kONzJQmvDLDoirarcJ8VBG97e9XE/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Browserhub
Ask Claude: "Using Browserhub, show me...". 10 tools are ready
Where the request belongs
Work Browserhub can move forward.
Data scientists, market researchers, and web developers who need reliable web data without the headache of managing proxy pools or headless browsers.
Data Scientist
Pulling niche datasets for models without writing custom scrapers every time.
Market Researcher
Tracking competitor prices across dozens of sites in one go.
Web Developer
Integrating reliable data feeds into apps without building a proxy pool.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsScrapingBee
Powerful web scraping with JS rendering, premium proxies, and AI-powered data extraction directly from your AI agent.
ScraperAPI
Equip your AI agent with proxy rotation and headless browsers to extract HTML, Google SERPs, and Amazon data at scale.
Hyperbrowser (Web Infra for AI)
Cloud browsers for AI agents via Hyperbrowser. manage sessions, scrape pages, and extract structured data.
Spider
High-performance Rust-powered web scraping and crawling. scrape, crawl, and search up to 100K+ pages/second with built-in anti-bot protection.
Scrapfly
Scrape web data at scale with a managed API that handles proxies, browser rendering, and anti-bot bypassing automatically.
Olostep
Scrape web pages at scale with a headless browser API that renders JavaScript and returns clean structured data instantly.
Bring your own AI
Change the model, client or framework. Keep Browserhub connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Browserhub.
The practical details behind the request, access and result.
How does Browserhub help with anti-bot measures?
Browserhub uses a managed proxy network and real browser rendering to bypass common blocks. This means your agent can access sites that normally block automated scripts.
Can I use Browserhub for one-off scrapes?
Yes, you can use the direct scrape capability to pull data from a single URL without having to set up a full scraper blueprint first.
Does Browserhub handle JavaScript rendering?
Yes, it uses real browsers to render the page content. This allows your agent to extract data from modern web apps that require JavaScript to load.
How do I check my scraping progress?
You can ask your agent to check the status of a specific job. It will pull the real-time progress and results from your Browserhub account.
Can I see my proxy options?
You can ask your agent to list available proxy locations. This shows you the different regions you can use to route your scraping traffic.
Is Browserhub good for large datasets?
It is designed for high-volume data extraction. By using saved blueprints and managed proxies, you can scale your data collection much faster than manual methods.
Can I scrape a URL directly without creating a scraper first?
Yes! Use the direct_scrape capability and provide the URL. It will use Browserhub's real browsers to render the page and extract data based on your parameters instantly.
How do I monitor the progress of a scraping job?
Simply ask the agent to get_scraping_job and provide the Job ID. It will return the current status (e.g., pending, running, finished) and the result data once ready.
Can I specify a proxy location for my scraping request?
Yes. When using direct_scrape, you can provide a proxy_country code. Use the list_proxy_locations capability to see the full list of supported countries in your account.
One connection away
Give your agent a direct line to Browserhub.
Connect Browserhub once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available