ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

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/v2/googleAvailable
YouTubePOST /api/v1/youtubeAvailable
AmazonPOST /api/v1/amazonAvailable
WalmartPOST /api/v1/walmartAvailable
RedditPOST /api/v1/redditAvailable
TikTokPOST /api/v1/tiktokAvailable
InstagramPOST /api/v1/instagramAvailable

Key Features

  • Multi-platform search -- Google, YouTube, Amazon, Walmart, Reddit, TikTok, and Instagram available today
  • 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 50 signup credits. Most requests cost 1 credit.
  • Multi-language support -- works with Python, JavaScript, cURL, or any HTTP client

Quick Example

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

Credit Costs

EndpointsCredits
Google (v2), YouTube, Amazon, Walmart, TikTok1
Reddit, Instagram user posts2
Instagram (all other endpoints)8

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
NextQuickstart
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

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

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy