Langflow Integration
Integrate Scavio with Langflow to add real-time web search across Google, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram to your visual flows and agents.
A first-class Langflow bundle
Introduction
The Scavio Search API component runs a real-time Google search and returns results as a DataFrame (title, url, content) -- ready to feed a prompt, an agent, or a downstream node. It is a cost-effective Tavily and SerpAPI alternative.
Step-by-Step Integration Guide
Step 1: Add the Scavio component
In the Langflow canvas, search the component sidebar for Scavio and drag the Scavio Search API component onto your flow.
Step 2: Add your API key
Paste your Scavio API key into the component's Scavio API Key field. Get one at dashboard.scavio.dev.
Step 3: Use it in a flow or agent
Connect the component's Table output to a Parser or Prompt node, or enable Tool Mode and wire it to an Agent so the model can search on demand.
Available Inputs
| Input | Description |
|---|---|
| Search Query | The query to run (tool-mode enabled) |
| Search Type | classic, news, or images |
| Country Code / Language | Localize results, e.g. us / en |
| Light Request | Cheaper, lighter response (1 credit) |
| Max Results | Maximum number of results to return |
Example
Build a research agent: an Agent component with the Scavio Search API component connected as a tool. The agent searches the live web whenever a question needs fresh data.
User: What are people saying about Tavily alternatives this month?
Agent -> calls Scavio Search API -> answers from live Google resultsEvery endpoint via MCP
For the full catalog (Walmart, TikTok, Instagram, Maps, and more), add Scavio's hosted MCP server to Langflow as an MCP Tools component.
Benefits of Scavio + Langflow
- Visual: no code to add real-time search.
- Agent-ready: works in Tool Mode out of the box.
- Structured: returns a clean DataFrame.
- Multi-platform: one key, many sources.
Next Steps
- Google Search API -- full endpoint reference
- MCP Integration -- the full tool catalog