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
| Platform | Endpoint | Status |
|---|---|---|
| Google Search | POST /api/v1/google | Available |
| YouTube | POST /api/v1/youtube | Available |
| Amazon | POST /api/v1/amazon | Available |
| Walmart | POST /api/v1/walmart | Available |
| TikTok | POST /api/v1/tiktok | Coming soon |
POST /api/v1/instagram | Coming soon |
Key Features
- Multi-platform search -- Google, YouTube, Amazon, and Walmart available today. TikTok and 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
| Mode | Credits | How |
|---|---|---|
| Light (default) | 1 | Omit light_request or do not send it |
| Full | 2 | Send "light_request": false |
LangChain Integration
Use Scavio directly in LangChain and LangGraph agents via the langchain-scavio package. 7 tools covering Google, Amazon, Walmart, and YouTube -- all with one API key.
pip install langchain-scavioNext Steps
- Quickstart -- get up and running in 2 minutes
- Google Search API -- full endpoint reference with response format
- YouTube API -- search, metadata, transcripts
- Amazon API -- product search and details
- Walmart API -- product search and details
- Country Codes -- supported country codes reference