Your real-time SERP API solution. Mastering proxy management, CAPTCHAs, and JSON parsing for seamless web data extraction.

Joined January 2023
113 Photos and videos
Claude can now plan a business trip through one connection, the SearchApi MCP. Set it up once and Claude reaches the travel data itself: ✈️ Google Flights for routes, times, and fares across airlines 🏨 Airbnb for stays near your meetings, filtered by price, dates, and amenities πŸ“ TripAdvisor for rated restaurants and things to do Just ask "Plan me a 3-day trip to Berlin for the conference on the 14th." Claude pulls the flights, finds a stay, and returns an itinerary with booking links.
32
New API - Amazon Categories API The Amazon Categories API returns Amazon's category hierarchy (browse nodes) as structured data: 🟣 Three query modes: list root categories, look up by category_id (with parent direct children), or search by name with search_term (up to 100) 🟣 category_type: standard, deals, bestsellers, new_releases, movers_and_shakers, most_wished_for, most_gifted 🟣 Seven marketplaces: US, UK, DE, ES, FR, IN, IT 🟣 Amazon Search now takes a category_id
11
Heads up if you fetch product data from Google Shopping: a recent change on Google's side affects how products are pulled, and we've updated our three product engines to match. Here's what changed and how to migrate: Google Product β†’ product_id and prds have been removed due to the latest Google Shopping changes β†’ A product_token minted by the Google Shopping API is now required (reuse the one returned in each shopping_results entry) β†’ Need product_id, prds, or older product_token formats? Use the Google Product Page API instead Google Product Offers β†’ Same change: product_id and prds removed, a product_token from the Google Shopping API now required (reuse shopping_results[].product_token) β†’ The Google Product Page API stays backward-compatible Google Product Page β†’ The backward-compatible option. Still accepts product_id, prds, and older product_token formats β†’ Calling it with a product_id now returns a product.product_token you can pass to google_product_offers for paginated offers β†’ Added delivery_price and extracted_delivery_price to each offer If you're on the old parameters, the Google Product Page API is your safe path. Full migration details are in the docs. #SearchAPI #GoogleShopping #APIs #Developers
30
Building a rank tracker? You probably don't need a full SERP API for it. You need our Rank Tracking endpoint. Here's the difference. A raw SERP API hands you the results and leaves you to build the rank-tracking layer: deduping, normalizing positions, pinning device and location. Our endpoint already does that. It's purpose-built for one job: telling you exactly where you rank. One call gets you: -The top 100 organic positions, in order -No duplicate listings, so position 4 is really position 4 -Device, location, and language locked, so the numbers are comparable week to week -Rich snippets and sitelinks included, plus video results where Google shows them -JSON, not HTML you have to parse That's it. Rank data you can use as it is.
48
Have you hooked your Claude Code up with the SearchApi MCP yet? Our MCP server gives your agents access to real-time data, web search results, competitor ads, flight details and so much more. Our team created some pre made API bundles for particular tasks. Such as our Ads Intelligence bundle, which lets you query Meta, Google, LinkedIn, TikTok, and other ad platform APIs through one MCP. Prefer to make your own? Build a custom bundle with up to 10 APIs paired together. Setup for Claude Code is one line: claude mcp add searchapi "<YOUR_MCP_URL>" --transport http Standard API rate limits apply.
1
2
68
No code, no problem. Our n8n integration gives your agents visibility into Google SERP results, real-time data from Google Search, Images, Maps, Shopping, and more. Use the SearchApi node when your workflow needs current information, product data, search data, or data enrichment. We've already seen some cool builds: research tools, lead enrichment, SERP rank monitoring tools, competitor ads tracking and so much more. What have you built with it?
44
New API - BestBuy Search API! The BestBuy Search API returns ranked product results with full pricing data for any keyword query. It includes: πŸ”΅ Organic results with title, link, product_id, model_number, image, rating, reviews_count, and a complete price object (regular, sale, savings) πŸ”΅ Filters via category, brand, price range, and customer rating πŸ”΅ Standard pagination through the page parameter πŸ”΅ ~15 products per page πŸ”΅ Structure kept consistent with our Amazon, Walmart, and eBay search APIs for easier migration Docs: searchapi.io/docs/bestbuy-se…
44
New API - Zillow Property API! The Zillow Property API returns full structured data for a single Zillow listing or apartment building from a zpid or Zillow URL. It includes: πŸ”΅ Property data with zpid, address, price, zestimate, rent_zestimate, beds, baths, sqft, lot_size, year_built, and home_status πŸ”΅ Price and tax history with chronological pricing and assessment changes πŸ”΅ Neighborhood context via nearby_schools, nearby_homes, nearby_buildings, and nearby_cities πŸ”΅ Buyer insights including walk_and_transit_scores, affordability_estimate, mortgage_rates, and comparables πŸ”΅ Support for for-sale, sold, for-rent, and apartment-building listings (with units, amenities, and floor_plans) Docs: searchapi.io/docs/zillow-pro…
55
New API - Google Product Page API! The Google Product Page API returns detailed data from Google Shopping product pages: 🟣 Product data, offers, specs, and reviews 🟣 Typical prices and trends 🟣 Discussions and forums
108
New API - Google Local API! The Google Local API returns structured local pack results from Google: 🟣 Local results with ratings, reviews, price, and service options 🟣 Sponsored ads results with the same structure 🟣 Multiple layouts: desktop, mobile 🟣 location / uule targeting
99
New API - Google About This Domain API! The Google About This Domain API returns structured background information for a domain: 🟣 About-this-result fields from Google Search 🟣 Knowledge graph and official profiles 🟣 Third-party coverage and site history
87
New API - TripAdvisor API! The TripAdvisor API returns structured travel results across major TripAdvisor entities: 🟣 Places: destinations, attractions, airlines, restaurants 🟣 Ratings, reviews, snippets, and thumbnails 🟣 Forum discussions with author timestamps
101
New API - DuckDuckGo Light API! The DuckDuckGo Light API returns a streamlined DuckDuckGo search response with faster latency: 🟣 Organic results, knowledge graph, and ads 🟣 Same keys and structure as DuckDuckGo API
2
1
159
New API - Walmart Reviews API! The Walmart Reviews API returns structured reviews for a single product: 🟣 Product ratings, review counts, and histograms 🟣 Full customer reviews with metadata 🟣 Aspect statistics and AI-generated summaries 🟣 Review media (images) and top reviews
82
New Feature - Support HTTP POST Request. HTTP POST support was added to handle large pagination tokens. 🟣 Avoid 414 (URI Too Long) and 413 errors 🟣 Send next_page_token in the JSON body 🟣 Reliable pagination for large result sets Stable pagination, even at scale.
1
78
New Features - Remote MCP Integration! The Remote MCP Integration allows AI assistants to call SearchAPI tools directly via the Model Context Protocol. 🟣 Start with travel: flights, hotels, vacation rentals 🟣 LLM-optimized tools with clear parameters and examples 🟣 Works with any MCP client (Claude Code, Claude Desktop, Cursor) 🟣 Preconfigured and custom tool bundles More bundles and tools are coming based on your feedback.
1
80
23 Dec 2025
New API - Google Books API! The Google Books API returns structured book results from Google Books search: 🟣 Book titles, authors, and publication dates 🟣 Snippets and related links 🟣 Book cover thumbnails
80
22 Dec 2025
New API - Google Shorts API! The Google Shorts API returns short-form video results from Google Search: 🟣 Video title, source platform, and link 🟣 Creator name and video length 🟣 Thumbnails for preview rendering Structured short-form video data.
84
19 Dec 2025
New API - Yandex Reverse Image API! The Yandex Reverse Image API returns structured reverse image results: 🟣 Detected objects and cropped regions 🟣 Visually similar items from external sources 🟣 Related searches and similar images Keys mirror Google Lens API structure.
95
18 Dec 2025
New API - Airbnb Property Reviews API! The Airbnb Reviews API returns structured review data, including: 🟣 Full review text, ratings, and timestamps 🟣 Reviewer profiles and metadata 🟣 Sorting and topic-based filtering
77