# Scavio > Scavio is a real-time search API for AI agents. It gives LLMs and autonomous > agents structured JSON access to Google, YouTube, Amazon, Walmart, Reddit, > TikTok, TikTok Shop, Instagram, X (Twitter), and LinkedIn through one REST API > and one key -- no HTML parsing, no browser automation, no proxy management. A > cost-effective alternative to Tavily, SerpAPI, and Apify with broader platform > coverage. Homepage: https://scavio.dev Docs: https://scavio.dev/docs Pricing: https://scavio.dev/pricing Dashboard / free API key (50 signup credits, no card): https://dashboard.scavio.dev ## What Scavio Does Scavio returns machine-readable JSON built for LLM tool calling and agentic workflows. Every data endpoint is a POST. All ten platforms are live today. Credits: most endpoints cost 1 credit. The exceptions are YouTube search and Shorts search (2), YouTube transcript (8), YouTube streams (3), and Instagram, which is priced per endpoint at 10, 8, or 2 -- see the Instagram section. ## API Endpoints ### Google Search (v2) - `POST /api/v2/google` -- Google SERP: organic results, ads, knowledge graph, AI Overview, related questions. Params: gl, hl, google_domain, device, location, start, time_period. (The v1 `/api/v1/google` endpoint is deprecated; retires 2026-08-04.) - `POST /api/v2/google/ai-mode` -- Google AI Mode answer with cited sources - `POST /api/v2/google/maps/search` | `/maps/place` | `/maps/reviews` -- Google Maps - `POST /api/v2/google/shopping` | `/shopping/product` | `/shopping/product/stores` - `POST /api/v2/google/flights` -- Google Flights - `POST /api/v2/google/hotels` | `/hotels/detail` -- Google Hotels - `POST /api/v2/google/news` -- Google News - `POST /api/v2/google/trends` | `/trending` -- Google Trends ### YouTube - `POST /api/v1/youtube/search` -- search videos, channels, playlists (2 credits) - `POST /api/v1/youtube/shorts` -- search Shorts (2 credits) - `POST /api/v1/youtube/transcript` -- transcript/captions, text or srt (8 credits) - `POST /api/v1/youtube/streams` -- direct stream/download URLs (3 credits) - `POST /api/v1/youtube/suggestions` -- search autocomplete - `POST /api/v1/youtube/video` -- video details (deprecated alias: `/metadata`) - `POST /api/v1/youtube/comments` | `/comments/replies` -- video comments and replies - `POST /api/v1/youtube/related` -- related videos - `POST /api/v1/youtube/channel` | `/channel/search` | `/channel/videos` | `/channel/shorts` | `/channel/community` | `/channel/resolve` -- channel data ### Amazon - `POST /api/v1/amazon/search` -- product search across 22 marketplaces - `POST /api/v1/amazon/product` -- product detail by ASIN - `POST /api/v1/amazon/offers` -- every seller offer on an ASIN, with buy-box winner ### Walmart - `POST /api/v1/walmart/search` | `POST /api/v1/walmart/product` ### Reddit - `POST /api/v1/reddit/search` | `/search/suggestions` -- search posts, autocomplete - `POST /api/v1/reddit/post` | `/post/comments` | `/post/comments/replies` -- post and comment threads - `POST /api/v1/reddit/subreddit` | `/subreddit/posts` -- subreddit metadata and feeds - `POST /api/v1/reddit/user` | `/user/posts` | `/user/comments` -- user profile and history - `POST /api/v1/reddit/popular` | `/trending` -- popular and trending ### TikTok - `POST /api/v1/tiktok/search/videos` | `/search/users` -- search - `POST /api/v1/tiktok/profile` | `/user/posts` | `/user/followers` | `/user/followings` -- creator data - `POST /api/v1/tiktok/video` | `/video/comments` | `/video/comments/replies` -- video and comments - `POST /api/v1/tiktok/hashtag` | `/hashtag/videos` -- hashtag data ### TikTok Shop - `POST /api/v1/tiktok-shop/search` | `/search/suggestions` -- product search, autocomplete - `POST /api/v1/tiktok-shop/product` | `/product/reviews` -- product detail and reviews - `POST /api/v1/tiktok-shop/categories` | `/category/products` -- category browse - `POST /api/v1/tiktok-shop/shop/products` -- a shop's catalogue - `POST /api/v1/tiktok-shop/resolve` -- resolve a share link to ids ### Instagram (priced per endpoint: 10, 8, or 2) - `POST /api/v1/instagram/user/posts` -- 2 credits - `POST /api/v1/instagram/post` | `/post/comments/replies` -- 8 credits - `POST /api/v1/instagram/profile` | `/user/reels` | `/user/tagged` | `/user/stories` | `/post/comments` | `/search/users` | `/search/hashtags` | `/user/followers` | `/user/followings` -- 10 credits ### X (Twitter) - `POST /api/v1/x/search` -- search tweets - `POST /api/v1/x/tweet` | `/tweet/comments` | `/tweet/retweeters` -- tweet detail, replies, retweeters - `POST /api/v1/x/user` | `/user/tweets` | `/user/replies` | `/user/media` -- profile and timelines - `POST /api/v1/x/user/followers` | `/user/followings` -- social graph - `POST /api/v1/x/trending` -- trending topics ### LinkedIn Nine live endpoints. Credit cost varies by endpoint: - `POST /api/v1/linkedin/person` (1) | `/person/about` (1) | `/person/posts` (10) -- profile data - `POST /api/v1/linkedin/company` (1) | `/company/posts` (10) -- company data - `POST /api/v1/linkedin/search/jobs` (10) | `/job` (30) -- jobs - `POST /api/v1/linkedin/post` (1) | `/post/comments` (10) -- posts and comments Five endpoints are retired upstream and always return HTTP 410, never billed: `/person/contact`, `/company/people`, `/company/jobs`, `/search/people`, `/search/posts`. ### Account - `GET /api/v1/usage` -- credit balance and usage. Costs 0 credits. - `GET /api/v1/amazon/options` -- the Amazon marketplace country codes. Unauthenticated, 0 credits. ## Search API Landing Pages - [Search API for AI Agents](https://scavio.dev/search-api-for-ai-agents) -- category overview: one API for all platforms below - [Google Search API](https://scavio.dev/google-search-api) - [Amazon Product API](https://scavio.dev/amazon-product-api) - [YouTube API](https://scavio.dev/youtube-transcript-api) - [Walmart Product API](https://scavio.dev/walmart-product-api) - [Reddit API](https://scavio.dev/reddit-api) - [TikTok API](https://scavio.dev/tiktok-api) - [Instagram API](https://scavio.dev/instagram-api) - [Compare Scavio vs alternatives](https://scavio.dev/compare) | [Alternatives hub](https://scavio.dev/alternatives) ## SDKs - Python: `pip install scavio` -- `ScavioClient` / `AsyncScavioClient` - JavaScript / TypeScript: `npm install scavio` -- `new Scavio({ apiKey })` - MCP server (99 tools, one per endpoint): remote at https://mcp.scavio.dev/mcp (x-api-key header), or `npx -y @scavio/mcp-server`. In the official MCP registry, Glama, PulseMCP. ## Framework Integrations Native tool packages and docs for: LangChain (`langchain-scavio`), Pydantic AI (`pydantic-scavio`), Google ADK (`google-adk-scavio`), OpenAI Agents SDK (`openai-agents-scavio`), CrewAI (`crewai-scavio`), LlamaIndex (`llama-index-tools-scavio`), Vercel AI SDK (`@scavio/ai-sdk`), Mastra, Composio, Dify, n8n (`n8n-nodes-scavio`), Haystack (`scavio-haystack`), AutoGen, smolagents, Arcade, Agno (in core), and OpenClaw skills. ## Documentation ### Getting Started - [Introduction](https://scavio.dev/docs/introduction) - [Quickstart](https://scavio.dev/docs/quickstart) - [Google v1 to v2 Migration](https://scavio.dev/docs/google-v1-to-v2-migration) - [Introduction](https://scavio.dev/docs/api-reference) ### Google Search (v2) API - [Google Search API](https://scavio.dev/docs/search-api) - [Google AI Mode API](https://scavio.dev/docs/google-ai-mode) - [Google Maps API](https://scavio.dev/docs/google-maps) - [Google Maps Place API](https://scavio.dev/docs/google-maps-place) - [Google Place Reviews API](https://scavio.dev/docs/google-reviews) - [Google Shopping API](https://scavio.dev/docs/google-shopping) - [Google Shopping Product API](https://scavio.dev/docs/google-shopping-product) - [Google Shopping Stores API](https://scavio.dev/docs/google-shopping-stores) - [Google Flights API](https://scavio.dev/docs/google-flights) - [Google Hotels API](https://scavio.dev/docs/google-hotels) - [Google Hotels Detail API](https://scavio.dev/docs/google-hotels-detail) - [Google News API](https://scavio.dev/docs/google-news) - [Google Trends API](https://scavio.dev/docs/google-trends) - [Google Trending API](https://scavio.dev/docs/google-trending) - [Google ADK](https://scavio.dev/docs/google-adk) ### SDKs - [Quickstart](https://scavio.dev/docs/python-sdk-quickstart) - [SDK Reference](https://scavio.dev/docs/python-sdk-reference) - [Quickstart](https://scavio.dev/docs/js-sdk-quickstart) - [SDK Reference](https://scavio.dev/docs/js-sdk-reference) ### YouTube API - [YouTube Search](https://scavio.dev/docs/youtube-api) - [YouTube Shorts](https://scavio.dev/docs/youtube-shorts) - [YouTube Search Suggestions](https://scavio.dev/docs/youtube-suggestions) - [YouTube Video Details](https://scavio.dev/docs/youtube-video) - [YouTube Comments](https://scavio.dev/docs/youtube-comments) - [YouTube Comment Replies](https://scavio.dev/docs/youtube-comment-replies) - [YouTube Transcript](https://scavio.dev/docs/youtube-transcript) - [YouTube Related Videos](https://scavio.dev/docs/youtube-related) - [YouTube Channel Search](https://scavio.dev/docs/youtube-channel-search) - [YouTube Channel](https://scavio.dev/docs/youtube-channel) - [YouTube Channel Videos](https://scavio.dev/docs/youtube-channel-videos) - [YouTube Channel Shorts](https://scavio.dev/docs/youtube-channel-shorts) - [YouTube Channel Community](https://scavio.dev/docs/youtube-channel-community) - [YouTube Channel Resolve](https://scavio.dev/docs/youtube-channel-resolve) - [YouTube Streams](https://scavio.dev/docs/youtube-streams) ### Amazon API - [Amazon Search](https://scavio.dev/docs/amazon-api) - [Amazon Product](https://scavio.dev/docs/amazon-product) - [Amazon Offers](https://scavio.dev/docs/amazon-offers) ### Walmart API - [Walmart Search](https://scavio.dev/docs/walmart-api) - [Walmart Product](https://scavio.dev/docs/walmart-product) ### Reddit API - [Reddit Search](https://scavio.dev/docs/reddit-api) - [Reddit Search Suggestions](https://scavio.dev/docs/reddit-search-suggestions) - [Reddit Post](https://scavio.dev/docs/reddit-post) - [Reddit Post Comments](https://scavio.dev/docs/reddit-post-comments) - [Reddit Comment Replies](https://scavio.dev/docs/reddit-comment-replies) - [Reddit Subreddit Info](https://scavio.dev/docs/reddit-subreddit) - [Reddit Subreddit Posts](https://scavio.dev/docs/reddit-subreddit-posts) - [Reddit User Profile](https://scavio.dev/docs/reddit-user) - [Reddit User Posts](https://scavio.dev/docs/reddit-user-posts) - [Reddit User Comments](https://scavio.dev/docs/reddit-user-comments) - [Reddit Popular](https://scavio.dev/docs/reddit-popular) - [Reddit Trending Searches](https://scavio.dev/docs/reddit-trending) ### TikTok Shop API - [TikTok Shop Search](https://scavio.dev/docs/tiktok-shop-search) - [TikTok Shop Search Suggestions](https://scavio.dev/docs/tiktok-shop-suggestions) - [TikTok Shop Product](https://scavio.dev/docs/tiktok-shop-product) - [TikTok Shop Product Reviews](https://scavio.dev/docs/tiktok-shop-product-reviews) - [TikTok Shop Categories](https://scavio.dev/docs/tiktok-shop-categories) - [TikTok Shop Category Products](https://scavio.dev/docs/tiktok-shop-category-products) - [TikTok Shop Shop Products](https://scavio.dev/docs/tiktok-shop-shop-products) - [TikTok Shop Resolve](https://scavio.dev/docs/tiktok-shop-resolve) ### TikTok API - [TikTok Video Search](https://scavio.dev/docs/tiktok-api) - [TikTok User Search](https://scavio.dev/docs/tiktok-user-search) - [TikTok Profile](https://scavio.dev/docs/tiktok-profile) - [TikTok User Posts](https://scavio.dev/docs/tiktok-user-posts) - [TikTok Video](https://scavio.dev/docs/tiktok-video) - [TikTok Video Comments](https://scavio.dev/docs/tiktok-video-comments) - [TikTok Comment Replies](https://scavio.dev/docs/tiktok-comment-replies) - [TikTok Hashtag](https://scavio.dev/docs/tiktok-hashtag) - [TikTok Hashtag Videos](https://scavio.dev/docs/tiktok-hashtag-videos) - [TikTok Followers](https://scavio.dev/docs/tiktok-followers) - [TikTok Followings](https://scavio.dev/docs/tiktok-followings) ### Instagram API - [Instagram Profile](https://scavio.dev/docs/instagram-api) - [Instagram User Posts](https://scavio.dev/docs/instagram-user-posts) - [Instagram User Reels](https://scavio.dev/docs/instagram-user-reels) - [Instagram User Tagged](https://scavio.dev/docs/instagram-user-tagged) - [Instagram User Stories](https://scavio.dev/docs/instagram-user-stories) - [Instagram Post](https://scavio.dev/docs/instagram-post) - [Instagram Post Comments](https://scavio.dev/docs/instagram-post-comments) - [Instagram Comment Replies](https://scavio.dev/docs/instagram-comment-replies) - [Instagram User Search](https://scavio.dev/docs/instagram-user-search) - [Instagram Hashtag Search](https://scavio.dev/docs/instagram-hashtag-search) - [Instagram Followers](https://scavio.dev/docs/instagram-followers) - [Instagram Followings](https://scavio.dev/docs/instagram-followings) ### X (Twitter) API - [X Search](https://scavio.dev/docs/x-search) - [X Tweet](https://scavio.dev/docs/x-tweet) - [X Tweet Comments](https://scavio.dev/docs/x-tweet-comments) - [X Retweeters](https://scavio.dev/docs/x-tweet-retweeters) - [X User Profile](https://scavio.dev/docs/x-user) - [X User Tweets](https://scavio.dev/docs/x-user-tweets) - [X User Replies](https://scavio.dev/docs/x-user-replies) - [X User Media](https://scavio.dev/docs/x-user-media) - [X User Followers](https://scavio.dev/docs/x-user-followers) - [X User Followings](https://scavio.dev/docs/x-user-followings) - [X Trending](https://scavio.dev/docs/x-trending) ### LinkedIn API - [LinkedIn Person Profile](https://scavio.dev/docs/linkedin-person) - [LinkedIn Person About](https://scavio.dev/docs/linkedin-person-about) - [LinkedIn Person Posts](https://scavio.dev/docs/linkedin-person-posts) - [LinkedIn Person Contact (retired -- 410, not billed)](https://scavio.dev/docs/linkedin-person-contact) - [LinkedIn Company Profile](https://scavio.dev/docs/linkedin-company) - [LinkedIn Company Posts](https://scavio.dev/docs/linkedin-company-posts) - [LinkedIn Company People (retired -- 410, use /linkedin/company featured_employees)](https://scavio.dev/docs/linkedin-company-people) - [LinkedIn Company Jobs (retired -- 410, use /linkedin/search/jobs)](https://scavio.dev/docs/linkedin-company-jobs) - [LinkedIn People Search (retired -- 410, not billed)](https://scavio.dev/docs/linkedin-search-people) - [LinkedIn Job Search](https://scavio.dev/docs/linkedin-search-jobs) - [LinkedIn Post Search (retired -- 410, not billed)](https://scavio.dev/docs/linkedin-search-posts) - [LinkedIn Job Details](https://scavio.dev/docs/linkedin-job) - [LinkedIn Post Details](https://scavio.dev/docs/linkedin-post) - [LinkedIn Post Comments](https://scavio.dev/docs/linkedin-post-comments) ### Reference - [Country Codes](https://scavio.dev/docs/country-codes) - [Rate Limits](https://scavio.dev/docs/rate-limits) - [Errors](https://scavio.dev/docs/errors) ### MCP & Framework Integrations - [OpenClaw](https://scavio.dev/docs/clawhub) - [Scavio MCP Server](https://scavio.dev/docs/mcp-server) - [MCP](https://scavio.dev/docs/mcp) - [n8n](https://scavio.dev/docs/n8n) - [LangChain](https://scavio.dev/docs/langchain) - [Agno](https://scavio.dev/docs/agno) - [Composio](https://scavio.dev/docs/composio) - [Dify](https://scavio.dev/docs/dify) - [Mastra](https://scavio.dev/docs/mastra) - [OpenAI Agents SDK](https://scavio.dev/docs/openai-agents) - [Pydantic AI](https://scavio.dev/docs/pydantic-ai) - [Vercel AI SDK](https://scavio.dev/docs/vercel) - [CrewAI](https://scavio.dev/docs/crewai) - [LlamaIndex](https://scavio.dev/docs/llamaindex) - [OpenAI Agent Builder](https://scavio.dev/docs/openai-agent-builder) - [Devin](https://scavio.dev/docs/devin) - [TrueFoundry](https://scavio.dev/docs/truefoundry) - [ElevenLabs](https://scavio.dev/docs/elevenlabs) - [Vellum](https://scavio.dev/docs/vellum) - [StackAI](https://scavio.dev/docs/stackai) - [Tines](https://scavio.dev/docs/tines) - [Arcade.dev](https://scavio.dev/docs/arcade) - [FlowiseAI](https://scavio.dev/docs/flowise) - [Langflow](https://scavio.dev/docs/langflow) - [Zapier](https://scavio.dev/docs/zapier) - [Make](https://scavio.dev/docs/make) - [Haystack](https://scavio.dev/docs/haystack) - [AutoGen](https://scavio.dev/docs/autogen) ## Alternatives (Scavio vs a named tool) Browse all: https://scavio.dev/alternatives - [Apify](https://scavio.dev/alternatives/apify) - [Apify YouTube Actor](https://scavio.dev/alternatives/apify-youtube-actor) - [Bing Web Search API](https://scavio.dev/alternatives/bing-web-search-api) - [Bolt.host](https://scavio.dev/alternatives/bolt-host) - [Brand.dev](https://scavio.dev/alternatives/brand-dev) - [Brave Search](https://scavio.dev/alternatives/brave) - [Bright Data](https://scavio.dev/alternatives/brightdata) - [Browserless](https://scavio.dev/alternatives/browserless) - [Clay](https://scavio.dev/alternatives/clay) - [Claygent](https://scavio.dev/alternatives/claygent) - [Crawl4AI](https://scavio.dev/alternatives/crawl4ai) - [DataForSEO](https://scavio.dev/alternatives/dataforseo) - ...and 21 more at https://scavio.dev/alternatives ## Comparisons (Scavio vs alternatives) Browse all: https://scavio.dev/compare - [apify](https://scavio.dev/compare/apify) - [apify-youtube-actor](https://scavio.dev/compare/apify-youtube-actor) - [bing-web-search-api](https://scavio.dev/compare/bing-web-search-api) - [bolt-host](https://scavio.dev/compare/bolt-host) - [brand-dev](https://scavio.dev/compare/brand-dev) - [brave](https://scavio.dev/compare/brave) - [brightdata](https://scavio.dev/compare/brightdata) - [browserless](https://scavio.dev/compare/browserless) - [clay](https://scavio.dev/compare/clay) - [claygent](https://scavio.dev/compare/claygent) - [crawl4ai](https://scavio.dev/compare/crawl4ai) - [dataforseo](https://scavio.dev/compare/dataforseo) - ...and 21 more at https://scavio.dev/compare ## Comparisons (tool vs tool) Browse all: https://scavio.dev/compare - [ahrefs-api-vs-raw-serp-api](https://scavio.dev/compare/ahrefs-api/vs-raw-serp-api) - [ahrefs-vs-se-ranking](https://scavio.dev/compare/ahrefs/vs-se-ranking) - [apify-tiktok-scraper-vs-scavio-tiktok-api](https://scavio.dev/compare/apify-tiktok-scraper/vs-scavio-tiktok-api) - [apify-vs-firecrawl](https://scavio.dev/compare/apify/vs-firecrawl) - [apify-vs-outscraper](https://scavio.dev/compare/apify/vs-outscraper) - [apify-vs-scavio](https://scavio.dev/compare/apify/vs-scavio) - [apify-vs-scrapy](https://scavio.dev/compare/apify/vs-scrapy) - [apify-vs-search-api](https://scavio.dev/compare/apify/vs-search-api) - [apollo-io-vs-hunter-io](https://scavio.dev/compare/apollo-io/vs-hunter-io) - [apollo-io-vs-search-api-scavio](https://scavio.dev/compare/apollo-io/vs-search-api-scavio) - [apollo-vs-api-first-enrichment](https://scavio.dev/compare/apollo/vs-api-first-enrichment) - [apollo-vs-clay](https://scavio.dev/compare/apollo/vs-clay) - ...and 135 more at https://scavio.dev/compare ## Best-of Rankings Browse all: https://scavio.dev/best - [Best Search API for Local LLM Agents in 2026](https://scavio.dev/best/best-agent-search-local-llm-2026) - [Best Agent Token Reduction Tools in 2026](https://scavio.dev/best/best-agent-token-reduction-tools-2026) - [Best AI Overview API in 2026](https://scavio.dev/best/best-ai-overview-api) - [Best AI Overview Tracking Tools in 2026](https://scavio.dev/best/best-ai-overview-tracking-tools-2026) - [Best Alternatives to Brave Search API in 2026](https://scavio.dev/best/best-alternatives-to-brave-search-api-2026) - [Best Amazon Data APIs Without Scraping May 2026](https://scavio.dev/best/best-amazon-data-apis-no-scraping-may-2026) - [Best Amazon Niche Finder Software in 2026](https://scavio.dev/best/best-amazon-niche-finder-software-2026) - [Best Amazon Product Data APIs (No Scraping) 2026](https://scavio.dev/best/best-amazon-product-data-apis-2026) - [Best Anchor Browser Alternatives in 2026](https://scavio.dev/best/best-anchor-browser-alternatives-2026) - [Best API for Agentic SEO in 2026](https://scavio.dev/best/best-api-for-agentic-seo) - [Best API for Claude Skills in 2026](https://scavio.dev/best/best-api-for-claude-skills) - [Best API for Competitor Research in 2026](https://scavio.dev/best/best-api-for-competitor-research) - ...and 90 more at https://scavio.dev/best ## Tutorials & How-To Guides Browse all: https://scavio.dev/tutorials - [How to Automate Product Research for Dropshipping with APIs](https://scavio.dev/tutorials/automate-product-research-dropshipping-api) - [Build a Job Board With a Search API (No Career-Site Scraping)](https://scavio.dev/tutorials/build-job-board-with-search-api) - [How to Build a Multi-Source News Aggregator with APIs](https://scavio.dev/tutorials/build-multi-source-news-aggregator-api) - [How to Add API Search to Hermes Without Browser](https://scavio.dev/tutorials/how-to-add-api-search-to-hermes-no-browser) - [How to Add a Search API to OpenWebUI](https://scavio.dev/tutorials/how-to-add-search-api-to-openwebui) - [How to Add Search Grounding to Hermes Agent](https://scavio.dev/tutorials/how-to-add-search-grounding-hermes-agent) - [How to Add Search to Ketch for Pi Coding Agent](https://scavio.dev/tutorials/how-to-add-search-to-ketch-pi-agent) - [How to Add Live Web Search to a Local Research Stack](https://scavio.dev/tutorials/how-to-add-search-to-local-research-stack) - [How to Add Search to Pi Coding Agent](https://scavio.dev/tutorials/how-to-add-search-to-pi-coding-agent) - [How to Add Trading Context to Claude via MCP](https://scavio.dev/tutorials/how-to-add-trading-context-to-claude-via-mcp) - [How to Add Web Search to a Local LLM Agent](https://scavio.dev/tutorials/how-to-add-web-search-to-local-llm-agent) - [How to Add Web Search to opencode CLI](https://scavio.dev/tutorials/how-to-add-web-search-to-opencode-cli) - ...and 83 more at https://scavio.dev/tutorials ## Blog Browse all: https://scavio.dev/blog - [Amazon ASIN Bulk Check via API in 2026](https://scavio.dev/blog/amazon-asin-bulk-check-api-2026) - [Are Marketers Killing Google Ads Because of LLMs?](https://scavio.dev/blog/are-marketers-stopping-google-ads-llms-2026) - [B2B Real Estate AI Search Agent with Claude Code](https://scavio.dev/blog/b2b-real-estate-ai-search-agent-claude-code) - [Best Local LLM for Web Search Tool Calling](https://scavio.dev/blog/best-local-llm-for-web-search) - [Best Search API for LLM Pipelines With Extraction](https://scavio.dev/blog/best-search-api-llm-pipelines-with-extraction) - [Best Web Search API for AI Agents 2026: Scavio vs Tavily vs Exa vs Parallel vs You.com](https://scavio.dev/blog/best-web-search-api-for-ai-agents-2026-scavio-vs-tavily-exa-parallel-you) - [Brave Search API Free Credit: What the Fine Print Actually Means](https://scavio.dev/blog/brave-api-free-credit-fine-print-2026) - [Brave Search API Free Tier Killed: Best Alternatives (2026)](https://scavio.dev/blog/brave-search-api-killed-free-tier-what-now-2026) - [Claude Code Research Workflow with MCP Search](https://scavio.dev/blog/claude-code-research-workflow-mcp-search-2026) - [Coding Agent Web Search Benchmark](https://scavio.dev/blog/coding-agent-web-search-benchmark-2026) - [Custom Rank Tracker After Google I/O 2026](https://scavio.dev/blog/custom-rank-tracker-post-google-io-2026) - [DataForSEO $50 Minimum vs No-Minimum Credit APIs](https://scavio.dev/blog/dataforseo-minimum-spend-vs-credit-apis-2026) - ...and 83 more at https://scavio.dev/blog ## Solutions Browse all: https://scavio.dev/solutions - [Fix Silent Agent Failures When Search Tools Timeout](https://scavio.dev/solutions/agent-web-tool-reliability) - [Bypass Google Bot Detection, Cleanly](https://scavio.dev/solutions/bypass-google-bot-detection) - [Give Hermes Agents a Search Fallback When They Hit Walls](https://scavio.dev/solutions/hermes-agent-wall-hitting-search-fallback) - [Add Web Search to Hermes Agent via Scavio MCP](https://scavio.dev/solutions/hermes-search-backend) - [Build a Personal Assistant with Ollama and Search](https://scavio.dev/solutions/local-llm-search-personal-assistant) - [Real-Time Data for Hermes Agent and OpenClaw](https://scavio.dev/solutions/real-time-data-for-hermes-openclaw) - [Reddit Data Without Direct API](https://scavio.dev/solutions/reddit-data-without-api-key) - [SearXNG with API Fallback](https://scavio.dev/solutions/searxng-api-fallback) - [Streamlit Research Agent UI](https://scavio.dev/solutions/streamlit-research-agent-ui) - [Detect Fake Followers and Engagement Farming on TikTok](https://scavio.dev/solutions/tiktok-influencer-fraud-detection) - [Detect Trending TikTok Products Before They Go Viral](https://scavio.dev/solutions/tiktok-trending-product-detection) ## Use Cases Browse all: https://scavio.dev/for - [AI Agency Lead Generation](https://scavio.dev/for/ai-agency-lead-generation) - [AI Shopping Assistant](https://scavio.dev/for/ai-shopping-assistant) - [Cross-Marketplace Product Research](https://scavio.dev/for/cross-marketplace-product-research) - [DeepSeek Web Search Grounding](https://scavio.dev/for/deepseek-web-search-grounding) - [Gemini vs API Search Reliability](https://scavio.dev/for/gemini-tavily-search-reliability) - [OpenWebUI Search Integration with Search API](https://scavio.dev/for/openwebui-search-integration-2026) - [SearXNG API Migration](https://scavio.dev/for/searxng-api-migration) - [Small Business Google Maps Outreach](https://scavio.dev/for/small-business-google-maps-outreach) ## Workflows Browse all: https://scavio.dev/workflows - [Deep Research Daily Pipeline](https://scavio.dev/workflows/deep-research-daily-pipeline) - [Daily Search Grounding for Ollama Assistant](https://scavio.dev/workflows/ollama-search-grounding-daily) - [Supabase RLS Misconfiguration Scanner](https://scavio.dev/workflows/supabase-rls-scanner) - [TikTok Hashtag Trend Tracking Hourly](https://scavio.dev/workflows/tiktok-hashtag-trend-tracking-hourly) - [TikTok Trending Product Monitor](https://scavio.dev/workflows/tiktok-trending-product-monitor) ## Glossary Browse all: https://scavio.dev/glossary - [Agent-First Search](https://scavio.dev/glossary/agent-first-search) - [Cloudflare Anti-Bot Bypass](https://scavio.dev/glossary/cloudflare-anti-bot-bypass) - [Domain-Specific Agent Harness](https://scavio.dev/glossary/domain-specific-agent-harness) - [Genkit Search Plugin](https://scavio.dev/glossary/genkit-search-plugin) - [Google Agent Search Platform](https://scavio.dev/glossary/google-agent-search-platform) - [Google Custom Search Engine (CSE) Deprecation 2027](https://scavio.dev/glossary/google-cse-deprecation-2027) - [Google Maps Places API Cost](https://scavio.dev/glossary/google-maps-places-api-cost) - [Google Search API Deprecation 2027](https://scavio.dev/glossary/google-search-api-deprecation-2027) - [Inauthentic Mentions (GEO)](https://scavio.dev/glossary/inauthentic-mentions-geo) - [LinkedIn Intent Signal](https://scavio.dev/glossary/linkedin-intent-signal) - [Local Event Aggregation](https://scavio.dev/glossary/local-event-aggregation) - [Local LLM MCP Integration](https://scavio.dev/glossary/local-llm-mcp-integration) - ...and 23 more at https://scavio.dev/glossary ## Data Features Browse all: https://scavio.dev/features - [Reddit Post Details](https://scavio.dev/features/reddit-post-details) - [Reddit Post Search](https://scavio.dev/features/reddit-post-search) - [Walmart Live Prices](https://scavio.dev/features/walmart-prices) ## Free Developer Tools Browse all: https://scavio.dev/tools - [TikTok Video Downloader](https://scavio.dev/tools/tiktok-video-downloader) - [TikTok MP3 Downloader](https://scavio.dev/tools/tiktok-mp3-downloader) - [TikTok Slideshow Downloader](https://scavio.dev/tools/tiktok-slideshow-downloader) - [TikTok Profile Picture Downloader](https://scavio.dev/tools/tiktok-profile-picture-downloader) - [TikTok secUid Finder](https://scavio.dev/tools/tiktok-secuid-finder) - [Instagram Video Downloader](https://scavio.dev/tools/instagram-video-downloader) - [Instagram Photo Downloader](https://scavio.dev/tools/instagram-photo-downloader) - [Instagram Story Downloader](https://scavio.dev/tools/instagram-story-downloader) - [Instagram Profile Picture Downloader](https://scavio.dev/tools/instagram-profile-picture-downloader) - [YouTube Transcript Tool](https://scavio.dev/tools/youtube-transcript) - [YouTube Channel Scraper](https://scavio.dev/tools/youtube-channel-scraper) - [YouTube Creator Finder](https://scavio.dev/tools/youtube-creator-finder) ## More - [Guides: scrape any platform in any language](https://scavio.dev/guides) - [Integrations directory](https://scavio.dev/integrations)