Tines Integration
Integrate Scavio with Tines to add real-time search across Google, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram to your no-code stories -- via a single HTTP Request action.
No connector required
Introduction
Tines is a no-code automation platform. Its HTTP Request action can call the Scavio API directly, returning structured results you reference downstream. It is a cost-effective Tavily and SerpAPI alternative.
Step-by-Step Integration Guide
Step 1: Store your key as a Credential
Get a key at dashboard.scavio.dev, then create a Text credential named scavio_api_key. Reference it as <<CREDENTIAL.scavio_api_key>>.
Step 2: Add an HTTP Request action
{
"method": "post",
"url": "https://api.scavio.dev/api/v2/google",
"content_type": "json",
"headers": {
"Authorization": "Bearer <<CREDENTIAL.scavio_api_key>>"
},
"payload": {
"query": "<<query>>",
"light_request": true
}
}Step 3: Use the results downstream
The action returns an organic_results array (title, link, snippet). Reference it in later actions, e.g. <<http_request.body.organic_results>>.
Available Tools
Beyond Google, call any Scavio endpoint by changing the URL and body -- News, Shopping, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram. See the API reference.
Benefits of Scavio + Tines
- No connector: works via the generic HTTP action.
- Secure: key stored as a Tines Credential.
- Structured: clean JSON to reference downstream.
- Cost-effective: light requests cost one credit.
Next Steps
- Google Search API -- full endpoint reference
- Rate Limits -- per-plan limits