Serphouse API Connector for AI agents.
11 live capabilities
Get real-time search engine data for market research and SEO.
Waiting for input…
Why people use Serphouse API
SERPHouse SEO Data Extraction for Real-Time Market Research
This Connector changes that by letting your agent do the heavy lifting. You just ask for the data, and it pulls it directly from Google and Bing. You get a clean summary of current results without ever opening a browser.
What Vinkius changes
You get live, unblocked search data for your agent without managing proxies.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking competitor prices
An e-commerce lead asks the agent to check Google Shopping for a specific brand to see current pricing and stock.
- Real-world use case 02
Academic research
A student asks the agent to find the latest papers on quantum physics using Google Scholar to build a bibliography.
- Real-world use case 03
Local SEO audit
A marketing pro asks the agent to see what shows up for a specific keyword in three different cities to check local rankings.
Complete set · 11capabilities
The complete Serphouse API capability set.
These are the exact actions your AI can choose when you ask it to work with Serphouse API.
01—04
4 capabilities in this set.
Part of 11 available through Serphouse API.
- 01 Capability
Get account info
Retrieves your SERPHouse account information. Use this to check your current subscription status.
- 02 Capability
Google news
Searches for news on Google. This is useful for finding breaking stories in real time.
- 03 Capability
Bing images
Searches for images on Bing. Use this to find visual assets or research image trends.
- 04 Capability
Google images
Searches for images on Google. This helps your agent find visual data for specific queries.
05—08
4 capabilities in this set.
Part of 11 available through Serphouse API.
- 05 Capability
Google scholar
Searches for scholarly articles on Google Scholar. Use this for academic research and citations.
- 06 Capability
Google search
Performs a search on Google with location and language parameters. It provides deep organic results.
- 07 Capability
Google shopping
Searches for products on Google Shopping. Use this to monitor competitor pricing.
- 08 Capability
Google videos
Searches for videos on Google. This helps your agent find video content for research.
09—11
3 capabilities in this set.
Part of 11 available through Serphouse API.
- 09 Capability
Bing news
Searches for news on Bing. This provides an alternative source for current headlines.
- 10 Capability
Bing search
Performs a search on Bing. Use this to see how results differ from Google's index.
- 11 Capability
List locations
Lists supported locations for SERP queries. Use this to find the right ID for local searches.
Set up in minutes
One URL. Then ask Serphouse API to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Serphouse API 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_OXXiPl3otYiuq0SPQcdm5KLVNZyyhI93bObdfyiG/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 Serphouse API, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Serphouse API for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OXXiPl3otYiuq0SPQcdm5KLVNZyyhI93bObdfyiG/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 Serphouse API URL.
- Step 03
Save and start
Save the connection and enable Serphouse API in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"serphouse": {
"url": "https://edge.vinkius.com/vk_preview_OXXiPl3otYiuq0SPQcdm5KLVNZyyhI93bObdfyiG/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 Serphouse API
Open Agent mode in chat and ask: "Using Serphouse API, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"serphouse": {
"url": "https://edge.vinkius.com/vk_preview_OXXiPl3otYiuq0SPQcdm5KLVNZyyhI93bObdfyiG/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 Serphouse API
Ask Copilot: "Using Serphouse API, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"serphouse": {
"url": "https://edge.vinkius.com/vk_preview_OXXiPl3otYiuq0SPQcdm5KLVNZyyhI93bObdfyiG/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 Serphouse API
Open Cascade and ask: "Using Serphouse API, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"serphouse": {
"url": "https://edge.vinkius.com/vk_preview_OXXiPl3otYiuq0SPQcdm5KLVNZyyhI93bObdfyiG/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 Serphouse API
Ask Cline: "Using Serphouse API, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add serphouse --transport http "https://edge.vinkius.com/vk_preview_OXXiPl3otYiuq0SPQcdm5KLVNZyyhI93bObdfyiG/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 Serphouse API
Ask Claude: "Using Serphouse API, show me...". 11 tools are ready
Where the request belongs
Work Serphouse API can move forward.
SEO managers who need to track keyword rankings in real-time. E-commerce owners checking competitor prices. Market researchers looking for academic papers or news trends without manual browsing.
SEO Specialist
Tracks organic search movements and local ranking changes across different regions.
Market Researcher
Pulls real-time news and scholarly articles to build reports without manual copy-pasting.
E-commerce Manager
Monitors Google Shopping results to keep a pulse on competitor pricing and inventory.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsScale SERP
Equip your AI agent with real-time Google Search data. run organic, news, shopping, and scholar queries effortlessly.
Zenserp
Scrape live search engine results (SERP) from Google, Bing, Yandex, and DuckDuckGo using Zenserp's high-speed API.
ValueSERP
Bring real-time Google Search data into your AI agent. Search organically, find images, news, scholars, and related questions without getting blocked.
SerpApi
Scrape search engine results. audit Google, Bing, and YouTube via AI.
Oxylabs SERP
Extract structured search engine results via Oxylabs. scrape Google, Bing, Yandex, Baidu, and YouTube rankings directly from your AI agent.
Oxylabs
Scrape any website via Oxylabs. extract Google SERPs, Amazon products, Bing and Yandex results, or any arbitrary URL with JS rendering from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Serphouse API 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 Serphouse API.
The practical details behind the request, access and result.
Can SERPHouse help me track my competitors?
Yes, it lets your agent check Google Shopping to see current prices and listings for any product, making it easy to monitor your competition.
Does this Connector work for local SEO?
It does, because you can use the location parameters to see how search results differ in specific cities or regions.
Will my agent get blocked by Google?
No, the Connector uses proxy rotation to ensure your agent stays active and avoids hitting captchas or being flagged.
Can I use it for academic research?
It's perfect for that since it includes a capability for Google Scholar to find peer-reviewed papers and scholarly articles.
Does SERPHouse support news?
It pulls live headlines from both Google News and Bing News for real-time updates on any topic you choose.
How does it handle different languages?
You can specify the language parameter during a search to get results in any specific tongue, allowing for global research.
How does SERPHouse handle the rotation of IP proxies and blocks?
The SERPHouse API backend completely abstracts the proxy-network infrastructure. Your agent simply supplies queries (e.g., google_search), and the API intercepts these actions seamlessly, bouncing globally using elite endpoints to avoid Captchas.
Is the location fetching dynamic? How do I target a specific country search?
Yes. Instruct your AI to retrieve overarching ID bounds leveraging the list_locations directory by passing a string fragment. The obtained taxonomy parameter guarantees local precision on your following google_search attempts.
One connection away
Give your agent a direct line to Serphouse API.
Connect Serphouse API once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available