ScavioScavio
ToolsPricing
Sign InsGet Startedg
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, offers
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

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