ScavioScavio
ProductPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

Python SDK Reference

The scavio package ships a synchronous ScavioClient and an asynchronous AsyncScavioClient. Both expose the same namespaces and methods.

Client

Python
from scavio import ScavioClient, AsyncScavioClient

client = ScavioClient(
    api_key="sk_live_your_key",  # or SCAVIO_API_KEY env var
    timeout=30.0,
    max_retries=2,
)
OptionTypeDefaultDescription
api_keystrSCAVIO_API_KEYYour API key. Falls back to the environment variable.
base_urlstrhttps://api.scavio.devAPI base URL.
timeoutfloat30.0Per-request timeout in seconds.
max_retriesint2Automatic retries for 429/5xx and network errors.

Namespaces

Each platform is a namespace on the client. Methods return the API response as a dict.

NamespaceExample methods
client.googlesearch, ai_mode, maps_search, maps_place, maps_reviews, shopping, flights, hotels, news, trends
client.youtubesearch, metadata
client.amazonsearch, product
client.walmartsearch, product
client.redditsearch, post
client.tiktoksearch_videos, profile, video, hashtag
client.instagramprofile, user_posts, user_reels, search_users

Errors

Failed requests raise a ScavioError (with subclasses for authentication, rate limiting, and validation). See Errors for status codes and the error body shape.

PreviousQuickstartNextQuickstart
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