DEVELOPER · DATA & ANALYTICS
Structured results from Google, Amazon, Bing, YouTube, and dozens more engines.
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
serpapi_get_account_jsonREADRead the SerpApi account: plan name, searches used this month, searches left and the billing period. Free and NOT counted against the search quota, which is what makes it the credential check. GET https://serpapi.com/account.json
serpapi_get_locations_jsonREADLook up SerpApi location identifiers -- the canonical names the location parameter of the Google-family search tools accepts, with their GPS coordinates and reach. GET https://serpapi.com/locations.json
serpapi_get_searches_jsonREADList this account's recent searches from the Search Archive, newest first -- the way results of an asynchronous search (async=true on any engine tool) are collected. Archived searches are retained for a limited period and re-reading one does not consume quota. GET https://serpapi.com/searches.json
serpapi_search_amazonREADScrape Amazon search engine products and categories with SerpApi's Amazon Search API. Product links, prices, ratings, delivery information, sponsored products, and more. Runs SerpApi's amazon engine (GET /search with engine=amazon, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=amazon&k=QUERY Docs: https://serpapi.com/amazon-search-api
serpapi_search_amazon_autocompleteREADScrape Amazon Autocomplete suggestion results with SerpApi's Amazon Autocomplete API. Keyword suggestions for any Amazon domain. Runs SerpApi's amazon_autocomplete engine (GET /search with engine=amazon_autocomplete, which this tool pins). Required: k. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=amazon_autocomplete&k=QUERY Docs: https://serpapi.com/amazon-autocomplete-api
serpapi_search_amazon_productREADUse SerpApi's Amazon Product API to scrape product details, including title, price, description, and more. Runs SerpApi's amazon_product engine (GET /search with engine=amazon_product, which this tool pins). Required: asin. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&asin=QUERY&engine=amazon_product Docs: https://serpapi.com/amazon-product-api
serpapi_search_apple_app_storeREADSerpApi's Apple App Store Search Scraper API allows you to scrape apps in order. Title, id number, link, price, version, description and much more deeper information in a well-structured json format. Runs SerpApi's apple_app_store engine (GET /search with engine=apple_app_store, which this tool pins). Required: term. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=apple_app_store&term=QUERY Docs: https://serpapi.com/apple-app-store
serpapi_search_apple_mapsREADScrape Apple Maps search results with SerpApi's Apple Maps Search API. Business name, address, phone number, website, opening hours and more in an easy-to-understand JSON format. Runs SerpApi's apple_maps engine (GET /search with engine=apple_maps, which this tool pins). Required: query. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=apple_maps&query=QUERY Docs: https://serpapi.com/apple-maps-api
serpapi_search_apple_maps_placesREADScrape Apple Maps Places with SerpApi's Apple Maps Places API. Get business name, address, phone number, website, opening hours and more in an easy-to-use structured JSON format. Runs SerpApi's apple_maps_places engine (GET /search with engine=apple_maps_places, which this tool pins). Required: muid. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=apple_maps_places&muid=QUERY Docs: https://serpapi.com/apple-maps-places-api
serpapi_search_apple_productREADSerpApi's Apple Product Page Scraper API allows you to scrape product pages via unique id of the product. Title, price, version, description, privacy details, in app purchases and much more deeper information is served in a well-structured json format. Runs SerpApi's apple_product engine (GET /search with engine=apple_product, which this tool pins). Required: product_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=apple_product&product_id=QUERY Docs: https://serpapi.com/apple-product
serpapi_search_apple_reviewsREADSerpApi's Apple App Store Reviews Scraper API allows you to scrape reviews via unique id of the product. Title, text, rating, date, id of the review alongside reviewer's basic information is served in well-structured json format. Runs SerpApi's apple_reviews engine (GET /search with engine=apple_reviews, which this tool pins). Required: product_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=apple_reviews&product_id=QUERY Docs: https://serpapi.com/apple-reviews
serpapi_search_baiduREADScrape Baidu search results in JSON format automatically using custom parameters. Search for keywords by language, date and more with SerpApi. Runs SerpApi's baidu engine (GET /search with engine=baidu, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=baidu&q=QUERY Docs: https://serpapi.com/baidu-search-api
serpapi_search_baidu_newsREADScrape Baidu News Results with SerpApi's Baidu News API. Search for keywords by language, with sorting and filtering options. Available in an easy-to-understand JSON. Runs SerpApi's baidu_news engine (GET /search with engine=baidu_news, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=baidu_news&q=QUERY Docs: https://serpapi.com/baidu-news-api
serpapi_search_bingREADScrape Bing search results in JSON format automatically using custom parameters. Search for keywords by location, date and more with SerpApi. Runs SerpApi's bing engine (GET /search with engine=bing, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=bing&q=QUERY Docs: https://serpapi.com/bing-search-api
serpapi_search_bing_copilotREADUse SerpApi's Bing Copilot API to scrape Bing Copilot results including text blocks, references, and tables. Runs SerpApi's bing_copilot engine (GET /search with engine=bing_copilot, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=bing_copilot&q=QUERY Docs: https://serpapi.com/bing-copilot-api
serpapi_search_bing_imagesREADUse SerpApi's Bing Images API to scrape Bing Images results. Links, titles, sources, and thumbnails Runs SerpApi's bing_images engine (GET /search with engine=bing_images, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=bing_images&q=QUERY Docs: https://serpapi.com/bing-images-api
serpapi_search_bing_mapsREADUse SerpApi's Bing Maps API to scrape Bing Maps results. title, address, phone, website, open state, and more. Runs SerpApi's bing_maps engine (GET /search with engine=bing_maps, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=bing_maps&q=QUERY Docs: https://serpapi.com/bing-maps-api
serpapi_search_bing_newsREADUse SerpApi's Bing News Results API to scrape Bing News results. Search in market locations and in specific time and date ranges. Runs SerpApi's bing_news engine (GET /search with engine=bing_news, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=bing_news&q=QUERY Docs: https://serpapi.com/bing-news-api
serpapi_search_bing_productREADUse SerpApi's Bing Product API to scrape Bing Product. Title, link, price, reviews, and more. Runs SerpApi's bing_product engine (GET /search with engine=bing_product, which this tool pins). Required: product_token. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=bing_product&product_token=QUERY Docs: https://serpapi.com/bing-product-api
serpapi_search_bing_reverse_imageREADUse SerpApi's Bing Reverse Image API to scrape Bing Reverse Image results. Including links, titles, sources, thumbnails, dates and more. Runs SerpApi's bing_reverse_image engine (GET /search with engine=bing_reverse_image, which this tool pins). Required: image_url. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=bing_reverse_image&image_url=QUERY Docs: https://serpapi.com/bing-reverse-image-api
serpapi_search_bing_shoppingREADUse SerpApi's Bing Shopping API to scrape Bing Shopping results. Title, link, thumbnail, price, seller and more are available. Runs SerpApi's bing_shopping engine (GET /search with engine=bing_shopping, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=bing_shopping&q=QUERY Docs: https://serpapi.com/bing-shopping-api
serpapi_search_bing_videosREADUse SerpApi's Bing Videos API to scrape Bing Videos results. Links, titles, sources, and thumbnails Runs SerpApi's bing_videos engine (GET /search with engine=bing_videos, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=bing_videos&q=QUERY Docs: https://serpapi.com/bing-videos-api
serpapi_search_brave_ai_modeREADUse SerpApi's Brave AI Mode API to scrape Brave AI search results including text blocks, references, and more. Runs SerpApi's brave_ai_mode engine (GET /search with engine=brave_ai_mode, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=brave_ai_mode&q=QUERY Docs: https://serpapi.com/brave-ai-mode-api
serpapi_search_duckduckgoREADScrape DuckDuckGo search results in JSON format automatically, using custom parameters. Search for keywords by region, date, and more with SerpApi. Runs SerpApi's duckduckgo engine (GET /search with engine=duckduckgo, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=duckduckgo&q=QUERY Docs: https://serpapi.com/duckduckgo-search-api
serpapi_search_duckduckgo_lightREADAccess the world's fastest DuckDuckGo Search API. Scrape DuckDuckGo search results in JSON format automatically using custom parameters. Search for keywords by location with SerpApi. Runs SerpApi's duckduckgo_light engine (GET /search with engine=duckduckgo_light, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=duckduckgo_light&q=QUERY Docs: https://serpapi.com/duckduckgo-light-api
serpapi_search_duckduckgo_mapsREADUse SerpApi's DuckDuckGo Maps API to scrape DuckDuckGo Maps results. Position, title, link, thumbnail, rating, address and more are available. Runs SerpApi's duckduckgo_maps engine (GET /search with engine=duckduckgo_maps, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=duckduckgo_maps&q=QUERY Docs: https://serpapi.com/duckduckgo-maps-api
serpapi_search_duckduckgo_newsREADScrape DuckDuckGo News search results in JSON format automatically, using custom parameters. Search for keywords by region, date, and more with SerpApi. Runs SerpApi's duckduckgo_news engine (GET /search with engine=duckduckgo_news, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=duckduckgo_news&q=QUERY Docs: https://serpapi.com/duckduckgo-news-api
serpapi_search_ebayREADScrape eBay search engine seller listings with SerpApi's eBay Search Engine Results API. Product links, prices, condition ratings and more. Runs SerpApi's ebay engine (GET /search with engine=ebay, which this tool pins). Required: _nkw. Example: https://serpapi.com/search?_nkw=QUERY&api_key=YOUR_API_KEY&engine=ebay Docs: https://serpapi.com/ebay-search-api
serpapi_search_ebay_productREADScrape full eBay Product results with SerpApi's eBay Product API. Product specs, prices, ratings, reviews and more. Runs SerpApi's ebay_product engine (GET /search with engine=ebay_product, which this tool pins). Required: product_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=ebay_product&product_id=QUERY Docs: https://serpapi.com/ebay-product-api
serpapi_search_facebook_profileREADScrape Facebook Profile with SerpApi's Facebook Profile API. Profile name, description, posts, photos, videos and more. Runs SerpApi's facebook_profile engine (GET /search with engine=facebook_profile, which this tool pins). Required: profile_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=facebook_profile&profile_id=QUERY Docs: https://serpapi.com/facebook-profile-api
serpapi_search_googleREADScrape Google search results in JSON format automatically using custom parameters. Search for keywords by location, date and more with SerpApi. Runs SerpApi's google engine (GET /search with engine=google, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google&q=QUERY Docs: https://serpapi.com/search-api
serpapi_search_google_adsREADScrape sponsored results from Google search pages at a higher rate than the standard Google Search API. Runs SerpApi's google_ads engine (GET /search with engine=google_ads, which this tool pins). Required: q, location. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_ads&q=QUERY Docs: https://serpapi.com/google-ads-api
serpapi_search_google_ads_transparency_centerREADUse SerpApi's Google Ads Transparency Center API to scrape Ads information display on Google. Runs SerpApi's google_ads_transparency_center engine (GET /search with engine=google_ads_transparency_center, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?advertiser_id=QUERY&api_key=YOUR_API_KEY&engine=google_ads_transparency_center Docs: https://serpapi.com/google-ads-transparency-center-api
serpapi_search_google_ai_modeREADUse SerpApi's Google AI Mode API to scrape Google AI Mode Results. Runs SerpApi's google_ai_mode engine (GET /search with engine=google_ai_mode, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_ai_mode&q=QUERY Docs: https://serpapi.com/google-ai-mode-api
serpapi_search_google_ai_overviewREADUse SerpApi's Google AI Overview API to scrape Google AI Overview information. Runs SerpApi's google_ai_overview engine (GET /search with engine=google_ai_overview, which this tool pins). Required: page_token. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_ai_overview&page_token=QUERY Docs: https://serpapi.com/google-ai-overview-api
serpapi_search_google_autocompleteREADScrape Google Autocomplete suggestion results with SerpApi's Google Autocomplete API. Chrome, Safari, Firefox, YouTube and more clients supported. Runs SerpApi's google_autocomplete engine (GET /search with engine=google_autocomplete, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_autocomplete&q=QUERY Docs: https://serpapi.com/google-autocomplete-api
serpapi_search_google_eventsREADUse SerpApi's Google Events Engine Results API to scrape Google's Events Platform. Event titles, dates, links, ticket info and more. Runs SerpApi's google_events engine (GET /search with engine=google_events, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_events&q=QUERY Docs: https://serpapi.com/google-events-api
serpapi_search_google_financeREADScrape Google Finance API with SerpApi's Google Finance API. Extract stock performance, values, price movements, related news, and more. Runs SerpApi's google_finance engine (GET /search with engine=google_finance, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_finance&q=QUERY Docs: https://serpapi.com/google-finance-api
serpapi_search_google_finance_marketsREADScrape Google Finance Markets page with SerpApi's Google Finance Markets API. Extract stock names, values, price moments, related news, and more. Runs SerpApi's google_finance_markets engine (GET /search with engine=google_finance_markets, which this tool pins). Required: trend. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_finance_markets&trend=QUERY Docs: https://serpapi.com/google-finance-markets
serpapi_search_google_flightsREADUse SerpApi's Google Flights API to scrape Google Flights information. Runs SerpApi's google_flights engine (GET /search with engine=google_flights, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&departure_id=QUERY&engine=google_flights Docs: https://serpapi.com/google-flights-api
serpapi_search_google_flights_autocompleteREADScrape Google Flights Autocomplete suggestion results with SerpApi's Google Flights Autocomplete API. Runs SerpApi's google_flights_autocomplete engine (GET /search with engine=google_flights_autocomplete, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_flights_autocomplete&q=QUERY Docs: https://serpapi.com/google-flights-autocomplete-api
serpapi_search_google_flights_dealsREADScrape Google Flights Deals with SerpApi's Google Flights Deals API. Destination, price, dates, and more available. Runs SerpApi's google_flights_deals engine (GET /search with engine=google_flights_deals, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&departure_id=QUERY&engine=google_flights_deals Docs: https://serpapi.com/google-flights-deals-api
serpapi_search_google_forumsREADUse SerpApi's Google Forums Engine Results API to scrape Google's Forums Platform. Forum titles, dates, links, and more. Runs SerpApi's google_forums engine (GET /search with engine=google_forums, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_forums&q=QUERY Docs: https://serpapi.com/google-forums-api
serpapi_search_google_hotelsREADUse SerpApi's Google Hotels API to scrape Google Hotels results. Runs SerpApi's google_hotels engine (GET /search with engine=google_hotels, which this tool pins). Required: q, check_in_date, check_out_date. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_hotels&q=QUERY Docs: https://serpapi.com/google-hotels-api
serpapi_search_google_hotels_autocompleteREADScrape Google Hotels Autocomplete suggestion results with SerpApi's Google Hotels Autocomplete API. Runs SerpApi's google_hotels_autocomplete engine (GET /search with engine=google_hotels_autocomplete, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_hotels_autocomplete&q=QUERY Docs: https://serpapi.com/google-hotels-autocomplete-api
serpapi_search_google_hotels_photosREADScrape Google Hotels photo results with SerpApi's Google Hotels Photos API. Runs SerpApi's google_hotels_photos engine (GET /search with engine=google_hotels_photos, which this tool pins). Required: property_token. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_hotels_photos&property_token=QUERY Docs: https://serpapi.com/google-hotels-photos-api
serpapi_search_google_hotels_reviewsREADScrape Google Hotels Reviews with SerpApi's Google Hotels Reviews API. Runs SerpApi's google_hotels_reviews engine (GET /search with engine=google_hotels_reviews, which this tool pins). Required: property_token. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_hotels_reviews&property_token=QUERY Docs: https://serpapi.com/google-hotels-reviews-api
serpapi_search_google_imagesREADScrape Google Images results with SerpApi's Google Images API. Title, link, source and more in code friendly JSON format. Runs SerpApi's google_images engine (GET /search with engine=google_images, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_images&q=QUERY Docs: https://serpapi.com/google-images-api
serpapi_search_google_images_lightREADAccess the world's fastest Google Images API. Scrape Google Images results faster than ever with SerpApi's Google Images Light API. Title, thumbnail, link, and more. Runs SerpApi's google_images_light engine (GET /search with engine=google_images_light, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_images_light&q=QUERY Docs: https://serpapi.com/google-images-light-api
serpapi_search_google_images_related_contentREADScrape Google Images Related Content results with SerpApi's Google Images Related Content API. Title, link, source, and more in code friendly JSON format. Runs SerpApi's google_images_related_content engine (GET /search with engine=google_images_related_content, which this tool pins). Required: related_content_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_images_related_content&related_content_id=QUERY Docs: https://serpapi.com/google-images-related-content-api
serpapi_search_google_immersive_productREADScrape Google's product info popup with SerpApi's Google Immersive Product API. You will be able to retrieve more results regarding a product using the API Runs SerpApi's google_immersive_product engine (GET /search with engine=google_immersive_product, which this tool pins). Required: page_token. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_immersive_product&page_token=QUERY Docs: https://serpapi.com/google-immersive-product-api
serpapi_search_google_jobsREADScrape Google Job results with SerpApi's Google Jobs Results API. Job titles, company names and locations included. Search for full-time or part time jobs. Runs SerpApi's google_jobs engine (GET /search with engine=google_jobs, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_jobs&q=QUERY Docs: https://serpapi.com/google-jobs-api
serpapi_search_google_lensREADScrape Google Lens page with SerpApi's Google Lens API. Visual matches, exact matches, related content including title, link, source, and more. Runs SerpApi's google_lens engine (GET /search with engine=google_lens, which this tool pins). Required: url, type. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_lens&url=QUERY Docs: https://serpapi.com/google-lens-api
serpapi_search_google_lightREADAccess the world's fastest Google Search API. Scrape Google search results in JSON format automatically using custom parameters. Search for keywords by location with SerpApi. Runs SerpApi's google_light engine (GET /search with engine=google_light, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_light&q=QUERY Docs: https://serpapi.com/google-light-api
serpapi_search_google_localREADScrape Google Local results with SerpApi's Google Local API. Phone numbers, addresses, hours, GPS coordinates and more in code friendly JSON format. Runs SerpApi's google_local engine (GET /search with engine=google_local, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_local&q=QUERY Docs: https://serpapi.com/google-local-api
serpapi_search_google_local_servicesREADUse SerpApi's Google Local Services API to scrape local ads and their phone numbers, links, rating, hours and more details of services nearby. Runs SerpApi's google_local_services engine (GET /search with engine=google_local_services, which this tool pins). Required: q, data_cid. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_local_services&q=QUERY Docs: https://serpapi.com/google-local-services-api
serpapi_search_google_mapsREADScrape Google Maps results automatically with SerpApi. Search for businesses and places in locations using GPS coordinates. Runs SerpApi's google_maps engine (GET /search with engine=google_maps, which this tool pins). Required: type. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_maps&q=QUERY Docs: https://serpapi.com/google-maps-api
serpapi_search_google_maps_autocompleteREADScrape Google Maps Autocomplete suggestion results with SerpApi's Google Maps Autocomplete API. Runs SerpApi's google_maps_autocomplete engine (GET /search with engine=google_maps_autocomplete, which this tool pins). Required: q, ll. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_maps_autocomplete&q=QUERY Docs: https://serpapi.com/google-maps-autocomplete-api
serpapi_search_google_maps_contributor_reviewsREADScrape Google Maps Contributor Reviews without any limitations with SerpApi real-time API. Contributor information and review list are available. Runs SerpApi's google_maps_contributor_reviews engine (GET /search with engine=google_maps_contributor_reviews, which this tool pins). Required: contributor_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&contributor_id=QUERY&engine=google_maps_contributor_reviews Docs: https://serpapi.com/google-maps-contributor-reviews-api
serpapi_search_google_maps_directionsREADScrape Google Maps Directions without any limitations with SerpApi real-time API. Routes information is available. Runs SerpApi's google_maps_directions engine (GET /search with engine=google_maps_directions, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_maps_directions&start_addr=QUERY Docs: https://serpapi.com/google-maps-directions-api
serpapi_search_google_maps_photosREADScrape Google Maps Photos without any limitations with SerpApi real-time API. Extract full size images, thumbnails, and user information. Runs SerpApi's google_maps_photos engine (GET /search with engine=google_maps_photos, which this tool pins). Required: data_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&data_id=QUERY&engine=google_maps_photos Docs: https://serpapi.com/google-maps-photos-api
serpapi_search_google_maps_postsREADScrape Google Maps Posts without any limitations with SerpApi real-time API. Extract title, description, link,... information. Runs SerpApi's google_maps_posts engine (GET /search with engine=google_maps_posts, which this tool pins). Required: data_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&data_id=QUERY&engine=google_maps_posts Docs: https://serpapi.com/google-maps-posts-api
serpapi_search_google_maps_reviewsREADScrape Google Maps Reviews without any limitations with SerpApi real-time API. User information, reviews, rating, and more available. Runs SerpApi's google_maps_reviews engine (GET /search with engine=google_maps_reviews, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&data_id=QUERY&engine=google_maps_reviews Docs: https://serpapi.com/google-maps-reviews-api
serpapi_search_google_newsREADScrape Google News results with SerpApi's Google News API. Title, snippet, source, date, link and more in code friendly JSON format. Runs SerpApi's google_news engine (GET /search with engine=google_news, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_news&q=QUERY Docs: https://serpapi.com/google-news-api
serpapi_search_google_news_lightREADAccess the world's fastest Google News API. Scrape Google News results with SerpApi's Google News Light API. Title, snippet, source, date, link and more. Runs SerpApi's google_news_light engine (GET /search with engine=google_news_light, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_news_light&q=QUERY Docs: https://serpapi.com/google-news-light-api
serpapi_search_google_patentsREADUse SerpApi's Google Patents API to scrape Google Patents information. Runs SerpApi's google_patents engine (GET /search with engine=google_patents, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_patents&q=QUERY Docs: https://serpapi.com/google-patents-api
serpapi_search_google_patents_detailsREADScrape Google Patents Details with SerpApi's Google Patents Details API. Title, abstract, inventors, assignees, claims, and more in code friendly JSON format. Runs SerpApi's google_patents_details engine (GET /search with engine=google_patents_details, which this tool pins). Required: patent_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_patents_details&patent_id=QUERY Docs: https://serpapi.com/google-patents-details-api
serpapi_search_google_playREADUse SerpApi's Google Play Apps Store API to scrape Google Play Store. Runs SerpApi's google_play engine (GET /search with engine=google_play, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_play&q=QUERY Docs: https://serpapi.com/google-play-api
serpapi_search_google_play_booksREADScrape Google Play Books store with SerpApi's Google Play Books Store API. Titles, links, description, rating, and more available. Runs SerpApi's google_play_books engine (GET /search with engine=google_play_books, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_play_books&q=QUERY Docs: https://serpapi.com/google-play-books
serpapi_search_google_play_gamesREADScrape Google Play Games store with SerpApi's Google Play Games Store API. Titles, links, description, rating, and more available. Runs SerpApi's google_play_games engine (GET /search with engine=google_play_games, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_play_games&q=QUERY Docs: https://serpapi.com/google-play-games
serpapi_search_google_play_moviesREADScrape Google Play Movies store with SerpApi's Google Play Movies Store API. Titles, links, description, rating, and more available. Runs SerpApi's google_play_movies engine (GET /search with engine=google_play_movies, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_play_movies&q=QUERY Docs: https://serpapi.com/google-play-movies
serpapi_search_google_play_productREADUse SerpApi's Google Play Product API to scrape Google Play Products and Reviews. Apps, movies, TV, audiobooks and books. Runs SerpApi's google_play_product engine (GET /search with engine=google_play_product, which this tool pins). Required: product_id, store. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_play_product&product_id=QUERY Docs: https://serpapi.com/google-play-product-api
serpapi_search_google_related_questionsREADScrape Google's People Also Ask results with SerpApi's Google Related Questions API. You will be able to retrieve more results using the API Runs SerpApi's google_related_questions engine (GET /search with engine=google_related_questions, which this tool pins). Required: next_page_token. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_related_questions&next_page_token=QUERY Docs: https://serpapi.com/google-related-questions-api
serpapi_search_google_reverse_imageREADUse Google's Reverse Image Search via API with SerpApi's Google Reverse image API. Search with image URL to get links with matching image. Runs SerpApi's google_reverse_image engine (GET /search with engine=google_reverse_image, which this tool pins). Required: image_url. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_reverse_image&q=QUERY Docs: https://serpapi.com/google-reverse-image
serpapi_search_google_scholarREADScrape Google Scholar Results with SerpApi's Google Scholar API. Apply custom search filters and search for publications via date range. Runs SerpApi's google_scholar engine (GET /search with engine=google_scholar, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_scholar&q=QUERY Docs: https://serpapi.com/google-scholar-api
serpapi_search_google_scholar_authorREADScrape full Google Scholar Author page with SerpApi's Google Scholar Author API. Articles, citations, cited by table results, co-authors, and more. Runs SerpApi's google_scholar_author engine (GET /search with engine=google_scholar_author, which this tool pins). Required: author_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&author_id=QUERY&engine=google_scholar_author Docs: https://serpapi.com/google-scholar-author-api
serpapi_search_google_scholar_case_lawREADScrape Google Scholar Case Law page with SerpApi's Google Scholar Case Law API. Court name, cert, dates, short citations, case numbers and more. Runs SerpApi's google_scholar_case_law engine (GET /search with engine=google_scholar_case_law, which this tool pins). Required: case_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&case_id=QUERY&engine=google_scholar_case_law Docs: https://serpapi.com/google-scholar-case-law-api
serpapi_search_google_shoppingREADScrape Google Shopping results automatically with SerpApi. Position, price, rating, source, link, and more Runs SerpApi's google_shopping engine (GET /search with engine=google_shopping, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_shopping&q=QUERY Docs: https://serpapi.com/google-shopping-api
serpapi_search_google_shopping_lightREADScrape Google Shopping results faster than ever with SerpApi's Google Shopping Light API. Title, price, rating, source, link, and more in code friendly JSON format. Runs SerpApi's google_shopping_light engine (GET /search with engine=google_shopping_light, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_shopping_light&q=QUERY Docs: https://serpapi.com/google-shopping-light-api
serpapi_search_google_short_videosREADUse SerpApi's Google Short Videos API to scrape Google Short Videos Results. Short video titles, links, thumbnails, source, duration and more available. Runs SerpApi's google_short_videos engine (GET /search with engine=google_short_videos, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_short_videos&q=QUERY Docs: https://serpapi.com/google-short-videos-api
serpapi_search_google_sportsREADUse SerpApi's Google Sports API to scrape Google Sports results. Runs SerpApi's google_sports engine (GET /search with engine=google_sports, which this tool pins). Required: kgmid, sp, type. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_sports&kgmid=QUERY Docs: https://serpapi.com/google-sports-api
serpapi_search_google_travel_exploreREADScrape Google Travel Explore results with SerpApi's Google Travel Explore API. Runs SerpApi's google_travel_explore engine (GET /search with engine=google_travel_explore, which this tool pins). Required: departure_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&departure_id=QUERY&engine=google_travel_explore Docs: https://serpapi.com/google-travel-explore-api
serpapi_search_google_trendsREADScrape Google Trends results with SerpApi's Google Trends Results API. Interest over time, Interest by region, Related topics, Related queries. Runs SerpApi's google_trends engine (GET /search with engine=google_trends, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_trends&q=QUERY Docs: https://serpapi.com/google-trends-api
serpapi_search_google_trends_autocompleteREADScrape full Google Trends Autocomplete with SerpApi's Google Trends Autocomplete API. Query, title ,type and link Runs SerpApi's google_trends_autocomplete engine (GET /search with engine=google_trends_autocomplete, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_trends_autocomplete&q=QUERY Docs: https://serpapi.com/google-trends-autocomplete
serpapi_search_google_trends_trending_nowREADScrape full Google Trends Trending Now with SerpApi's Google Trends Trending Now API. Extract daily and realtime search trends which includes the query, related news and explore links, plus other data available. Runs SerpApi's google_trends_trending_now engine (GET /search with engine=google_trends_trending_now, which this tool pins). Required: geo. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_trends_trending_now&geo=QUERY Docs: https://serpapi.com/google-trends-trending-now
serpapi_search_google_videosREADUse SerpApi's Google Videos API to scrape Google Videos Results. Video titles, links, thumbnails, snippets, upload dates and more available. Runs SerpApi's google_videos engine (GET /search with engine=google_videos, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_videos&q=QUERY Docs: https://serpapi.com/google-videos-api
serpapi_search_google_videos_lightREADAccess the world's fastest Google Videos API. Scrape Google Videos results faster than ever with SerpApi's Google Videos Light API. Video titles, links, thumbnails, snippets, upload dates and more available. Runs SerpApi's google_videos_light engine (GET /search with engine=google_videos_light, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google_videos_light&q=QUERY Docs: https://serpapi.com/google-videos-light-api
serpapi_search_home_depotREADScrape Home Depot product search results with SerpApi's Home Depot Search Engine Results API. Product titles, descriptions, prices and more. Runs SerpApi's home_depot engine (GET /search with engine=home_depot, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=home_depot&q=QUERY Docs: https://serpapi.com/home-depot-search-api
serpapi_search_home_depot_productREADScrape full Home Depot Product listing results with SerpApi's Home Depot Product Results API. Title, description, prices, upc, model number and more. Runs SerpApi's home_depot_product engine (GET /search with engine=home_depot_product, which this tool pins). Required: product_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=home_depot_product&product_id=QUERY Docs: https://serpapi.com/home-depot-product
serpapi_search_home_depot_product_reviewsREADScrape full Home Depot Product's reviews with SerpApi's Home Depot Product Reviews API. Title, text, rating, reviewer, time, and more. Runs SerpApi's home_depot_product_reviews engine (GET /search with engine=home_depot_product_reviews, which this tool pins). Required: product_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=home_depot_product_reviews&product_id=QUERY Docs: https://serpapi.com/home-depot-product-reviews
serpapi_search_instagram_profileREADScrape Instagram Profile with SerpApi's Instagram Profile API. Profile bio, followers, following, posts, and more. Runs SerpApi's instagram_profile engine (GET /search with engine=instagram_profile, which this tool pins). Required: profile_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=instagram_profile&profile_id=QUERY Docs: https://serpapi.com/instagram-profile-api
serpapi_search_naverREADScrape Naver search results in JSON format automatically using custom parameters. Search for news, videos, web and knowledge graph. Runs SerpApi's naver engine (GET /search with engine=naver, which this tool pins). Required: query. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=naver&query=QUERY Docs: https://serpapi.com/naver-search-api
serpapi_search_naver_ai_overviewREADUse SerpApi's Naver AI Overview API to scrape Naver AI Overview results including text blocks, references, and more. Runs SerpApi's naver_ai_overview engine (GET /search with engine=naver_ai_overview, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=naver_ai_overview&query=QUERY Docs: https://serpapi.com/naver-ai-overview-api
serpapi_search_open_table_reviewsREADScrape OpenTable Reviews with SerpApi's OpenTable Reviews API. User information, rating, date, comment, owner responses and more. Runs SerpApi's open_table_reviews engine (GET /search with engine=open_table_reviews, which this tool pins). Required: rid. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=open_table_reviews&rid=QUERY Docs: https://serpapi.com/open-table-reviews-api
serpapi_search_search_indexREADSerpApi's own, LLM-first web index. Fast, structured JSON for AI grounding, benchmarking, and search automation. No browser needed. Currently in preview. Runs SerpApi's search_index engine (GET /search with engine=search_index, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=search_index&q=QUERY Docs: https://serpapi.com/search-index-api
serpapi_search_tripadvisorREADScrape Tripadvisor search results with SerpApi's Tripadvisor Search Engine Results API. Runs SerpApi's tripadvisor engine (GET /search with engine=tripadvisor, which this tool pins). Required: q. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=tripadvisor&q=QUERY Docs: https://serpapi.com/tripadvisor-search-api
serpapi_search_tripadvisor_placeREADScrape full Tripadvisor Place results with SerpApi's Tripadvisor Search Engine Results API. Runs SerpApi's tripadvisor_place engine (GET /search with engine=tripadvisor_place, which this tool pins). Required: place_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=tripadvisor_place&place_id=QUERY Docs: https://serpapi.com/tripadvisor-place-api
serpapi_search_tripadvisor_reviewsREADScrape full Tripadvisor Reviews with SerpApi's Tripadvisor Reviews API. Runs SerpApi's tripadvisor_reviews engine (GET /search with engine=tripadvisor_reviews, which this tool pins). Required: place_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=tripadvisor_reviews&place_id=QUERY Docs: https://serpapi.com/tripadvisor-reviews-api
serpapi_search_walmartREADScrape Walmart product search results with SerpApi's Walmart Search Engine Results API. Product titles, descriptions, prices, IDs and more. Runs SerpApi's walmart engine (GET /search with engine=walmart, which this tool pins). Required: query. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=walmart&query=QUERY Docs: https://serpapi.com/walmart-search-api
serpapi_search_walmart_productREADScrape full Walmart Product listing results with SerpApi's Walmart Product API. Product title, description, prices, manufacturer, links and more. Runs SerpApi's walmart_product engine (GET /search with engine=walmart_product, which this tool pins). Required: product_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=walmart_product&product_id=QUERY Docs: https://serpapi.com/walmart-product-api
serpapi_search_walmart_product_reviewsREADScrape full Walmart reviews with SerpApi's Walmart Reviews API. Ratings and reviews. Runs SerpApi's walmart_product_reviews engine (GET /search with engine=walmart_product_reviews, which this tool pins). Required: product_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=walmart_product_reviews&product_id=QUERY Docs: https://serpapi.com/walmart-product-reviews-api
serpapi_search_yahooREADScrape Yahoo! search results in JSON format automatically using custom parameters. Search for keywords by location, date and more with SerpApi. Runs SerpApi's yahoo engine (GET /search with engine=yahoo, which this tool pins). Required: p. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=yahoo&p=QUERY Docs: https://serpapi.com/yahoo-search-api
serpapi_search_yahoo_imagesREADScrape Yahoo! Images results with SerpApi's Yahoo! Images API. Position, title, thumbnail, link, original, source, size and more. Runs SerpApi's yahoo_images engine (GET /search with engine=yahoo_images, which this tool pins). Required: p. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=yahoo_images&p=QUERY Docs: https://serpapi.com/yahoo-images-api
serpapi_search_yahoo_videosREADScrape Yahoo! Videos results with SerpApi's Yahoo! Videos API. Position, title, thumbnail, link, preview, source, duration, date and more. Runs SerpApi's yahoo_videos engine (GET /search with engine=yahoo_videos, which this tool pins). Required: p. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=yahoo_videos&p=QUERY Docs: https://serpapi.com/yahoo-videos-api
serpapi_search_yandexREADScrape Yandex search results directly in JSON format. Extract organic results for your own keywords with different region and language parameters. Runs SerpApi's yandex engine (GET /search with engine=yandex, which this tool pins). Required: text. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=yandex&text=QUERY Docs: https://serpapi.com/yandex-search-api
serpapi_search_yandex_imagesREADScrape Yandex Images results with SerpApi's Yandex Images API. Position, title, snippet, thumbnail, original, size, link, and more. Runs SerpApi's yandex_images engine (GET /search with engine=yandex_images, which this tool pins). Required: text. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=yandex_images&text=QUERY Docs: https://serpapi.com/yandex-images-api
serpapi_search_yandex_videosREADScrape Yandex Videos results with SerpApi's Yandex Videos API. Position, title, description, thumbnail, original, date, views, preview and more. Runs SerpApi's yandex_videos engine (GET /search with engine=yandex_videos, which this tool pins). Required: text. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=yandex_videos&text=QUERY Docs: https://serpapi.com/yandex-videos-api
serpapi_search_yelpREADScrape Yelp search results in JSON format automatically using custom parameters. Position, title, link, rating, reviews and more available. Runs SerpApi's yelp engine (GET /search with engine=yelp, which this tool pins). Required: find_loc. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=yelp&find_desc=QUERY Docs: https://serpapi.com/yelp-search-api
serpapi_search_yelp_placeREADSerpApi's Yelp Place API allows you to scrape place results via the unique ID of the product. Title, text, rating, date, ID of the review alongside reviewer's basic information is served in well-structured JSON format. Runs SerpApi's yelp_place engine (GET /search with engine=yelp_place, which this tool pins). Required: place_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=yelp_place&place_id=QUERY Docs: https://serpapi.com/yelp-place
serpapi_search_yelp_reviewsREADScrape Yelp Reviews results with SerpApi's Yelp Reviews Results API. User information, rating, date, comment, owner responses and more. Runs SerpApi's yelp_reviews engine (GET /search with engine=yelp_reviews, which this tool pins). Required: place_id. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=yelp_reviews&place_id=QUERY Docs: https://serpapi.com/yelp-reviews-api
serpapi_search_youtubeREADScrape YouTube search engine video results with SerpApi's YouTube Search Engine Results API. Video titles, links, thumbnails, channels and more. Runs SerpApi's youtube engine (GET /search with engine=youtube, which this tool pins). Required: search_query. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=youtube&search_query=QUERY Docs: https://serpapi.com/youtube-search-api
serpapi_search_youtube_channelREADScrape YouTube channel videos with SerpApi's YouTube Channel API. Video titles, links, thumbnails and more. Runs SerpApi's youtube_channel engine (GET /search with engine=youtube_channel, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&channel_id=QUERY&engine=youtube_channel Docs: https://serpapi.com/youtube-channel-api
serpapi_search_youtube_videoREADScrape full YouTube Video results with SerpApi's YouTube Video API. Title, description, related videos and more. Runs SerpApi's youtube_video engine (GET /search with engine=youtube_video, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=youtube_video&v=QUERY Docs: https://serpapi.com/youtube-video-api
serpapi_search_youtube_video_transcriptREADScrape YouTube video transcript with SerpApi's YouTube Video Transcript API. Video transcript text. Runs SerpApi's youtube_video_transcript engine (GET /search with engine=youtube_video_transcript, which this tool pins). Required: v. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=youtube_video_transcript&v=QUERY Docs: https://serpapi.com/youtube-video-transcript
serpapi_search_zillowREADScrape Zillow search results with SerpApi's Zillow Search API. Property listings, prices, and more. Runs SerpApi's zillow engine (GET /search with engine=zillow, which this tool pins). SerpApi's table marks no parameter required; the documented example is the working shape. Example: https://serpapi.com/search?api_key=YOUR_API_KEY&engine=zillow®ion_id=QUERY Docs: https://serpapi.com/zillow-search-api
Put SerpApi behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.