ScavioScavio
ProductPricingDocs
Sign InGet Started

Documentation

  • Introduction
  • Quickstart
  • Google Search API
  • YouTube API
  • Amazon API
  • Walmart API
  • Reddit API
  • TikTok API
  • OpenClaw Integration
  • MCP Integration
  • n8n Integration
  • Country Codes
  • Rate Limits
  • Errors

Introduction

Scavio is a search API that lets developers retrieve structured search results from multiple platforms with a single POST request. No scraping, no browser automation -- just clean JSON data from a simple API call.

Supported Platforms

PlatformEndpointStatus
Google SearchPOST /api/v1/googleAvailable
YouTubePOST /api/v1/youtubeAvailable
AmazonPOST /api/v1/amazonAvailable
WalmartPOST /api/v1/walmartAvailable
RedditPOST /api/v1/redditAvailable
TikTokPOST /api/v1/tiktokComing soon
InstagramPOST /api/v1/instagramComing soon

Key Features

  • Multi-platform search -- Google, YouTube, Amazon, Walmart, Reddit, and TikTok available today. Instagram coming soon
  • Advanced parameters -- control search type, country, language, device, pagination, and result depth
  • Fast responses -- results returned in milliseconds
  • Structured data -- titles, URLs, descriptions, knowledge graphs, related searches, and more in clean JSON
  • Credit-based pricing -- start free with 1,000 credits/month. Light requests cost 1 credit, full requests cost 2.
  • Multi-language support -- works with Python, JavaScript, cURL, or any HTTP client

Quick Example

curl -X POST 'https://api.scavio.dev/api/v1/google' \
  -H 'Authorization: Bearer sk_live_your_key' \
  -H 'Content-Type: application/json' \
  -d '{"query": "Scavio search API"}'

Credit Costs

ModeCreditsHow
Light (default)1Omit light_request or do not send it
Full2Send "light_request": false

Python SDK

The official Python SDK provides typed clients (sync and async), built-in rate limiting, and access to all 6 data sources from a single client.

Bash
pip install scavio
from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")

results = client.search("best AI tools 2026")
products = client.amazon.search("wireless headphones")
videos = client.youtube.search("python tutorial")
posts = client.reddit.search("web scraping")

LangChain Integration

Use Scavio directly in LangChain and LangGraph agents via the langchain-scavio package. 9 tools covering Google, Amazon, Walmart, YouTube, and Reddit -- all with one API key.

pip install langchain-scavio

Next Steps

  • Quickstart -- get up and running in 2 minutes
  • Google Search API -- full endpoint reference with response format
  • YouTube API -- search and metadata
  • Amazon API -- product search and details
  • Walmart API -- product search and details
  • Reddit API -- post search and threaded comment extraction
  • Country Codes -- supported country codes reference
ScavioScavio

Real-time search API for AI agents. Search every platform, not just Google.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative

Tools

  • JSON Formatter
  • cURL to Code
  • Token Counter
  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy