Skip to main content

CrewAI integration for Scavio Search API -- real-time Google, Amazon, Walmart, YouTube, Reddit, TikTok, and Instagram search tools for AI agents

Project description

crewai-scavio

CrewAI integration for the Scavio Search API. Provides 32 search tools across Google, Amazon, Walmart, YouTube, Reddit, TikTok, and Instagram for use with CrewAI agents.

Installation

pip install crewai-scavio

Setup

Get a free API key at dashboard.scavio.dev and set it as an environment variable:

export SCAVIO_API_KEY="sk_live_..."

Quick Start

from crewai import Agent, Crew, Task
from crewai_scavio import ScavioSearchTool

search_tool = ScavioSearchTool()

researcher = Agent(
    role="Research Analyst",
    goal="Find the latest information on any topic",
    backstory="An expert researcher who finds accurate, up-to-date information.",
    tools=[search_tool],
    verbose=True,
)

research_task = Task(
    description="Research the top 3 trends in AI agents for 2026.",
    expected_output="A summary of the top 3 AI agent trends with sources.",
    agent=researcher,
)

crew = Crew(
    agents=[researcher],
    tasks=[research_task],
    verbose=True,
)

result = crew.kickoff()
print(result)

Available Tools

Provider Tool Class Description
Google ScavioSearchTool Web search with knowledge graphs and related questions
Amazon ScavioAmazonSearchTool Product search across 20+ marketplaces
Amazon ScavioAmazonProductTool Product details by ASIN
YouTube ScavioYouTubeSearchTool Video search with filters
YouTube ScavioYouTubeMetadataTool Video metadata by ID
Walmart ScavioWalmartSearchTool Product search with price/fulfillment filters
Walmart ScavioWalmartProductTool Product details by ID
Reddit ScavioRedditSearchTool Post and comment search
Reddit ScavioRedditPostTool Post metadata and comments by URL
TikTok ScavioTikTokProfileTool User profile lookup
TikTok ScavioTikTokUserPostsTool User's posted videos
TikTok ScavioTikTokVideoTool Video details
TikTok ScavioTikTokVideoCommentsTool Video comments
TikTok ScavioTikTokCommentRepliesTool Comment replies
TikTok ScavioTikTokSearchVideosTool Video search by keyword
TikTok ScavioTikTokSearchUsersTool User search by keyword
TikTok ScavioTikTokHashtagTool Hashtag info
TikTok ScavioTikTokHashtagVideosTool Videos by hashtag
TikTok ScavioTikTokUserFollowersTool User's followers
TikTok ScavioTikTokUserFollowingsTool User's followings
Instagram ScavioInstagramProfileTool User profile lookup
Instagram ScavioInstagramUserPostsTool User's posts
Instagram ScavioInstagramUserReelsTool User's reels
Instagram ScavioInstagramTaggedPostsTool Posts user is tagged in
Instagram ScavioInstagramStoriesTool User's active stories
Instagram ScavioInstagramPostTool Post details
Instagram ScavioInstagramPostCommentsTool Post comments
Instagram ScavioInstagramCommentRepliesTool Comment replies
Instagram ScavioInstagramSearchUsersTool User search by keyword
Instagram ScavioInstagramSearchHashtagsTool Hashtag search by keyword
Instagram ScavioInstagramUserFollowersTool User's followers
Instagram ScavioInstagramUserFollowingsTool User's followings

Usage Examples

Amazon Product Search

from crewai_scavio import ScavioAmazonSearchTool

amazon_tool = ScavioAmazonSearchTool(domain="com", max_results=5)
result = amazon_tool.run("wireless noise cancelling headphones")

YouTube Video Search

from crewai_scavio import ScavioYouTubeSearchTool

youtube_tool = ScavioYouTubeSearchTool(max_results=5, sort_by="relevance")
result = youtube_tool.run("CrewAI tutorial")

Reddit Search

from crewai_scavio import ScavioRedditSearchTool

reddit_tool = ScavioRedditSearchTool(max_results=10, sort="hot")
result = reddit_tool.run("AI agents")

Configuration

All tools accept api_key as a parameter, or read from the SCAVIO_API_KEY environment variable:

tool = ScavioSearchTool(api_key="sk_live_...", max_results=10)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crewai_scavio-0.2.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crewai_scavio-0.2.0-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file crewai_scavio-0.2.0.tar.gz.

File metadata

  • Download URL: crewai_scavio-0.2.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for crewai_scavio-0.2.0.tar.gz
Algorithm Hash digest
SHA256 be5ccabca0eacd5aba1d4dbd2b21a3db54799f107a5e9e7d7bc5582b349d401a
MD5 0e7afaf7c7a3d0c42351a0c30d749e4c
BLAKE2b-256 aa09a5eb51ed2e792466aa3f61e13187cf445e128ee4399a1cc50d86775fff57

See more details on using hashes here.

File details

Details for the file crewai_scavio-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: crewai_scavio-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for crewai_scavio-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3c4c088d885c0ea24b65a8c65a8daea2206dbef34b3900be7ce54d495d348e51
MD5 f83e8bd962566bd8c06678ed6e1871d7
BLAKE2b-256 e552b36f9a80305e11ef7766e2e7da6a70fc1ad5fcddef613687a5285dee171a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page