All integrations

SerpApi

DEVELOPER · DATA & ANALYTICS

Structured results from Google, Amazon, Bing, YouTube, and dozens more engines.

Acts as the person, not as itself

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.

Credentials never touch the agent

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.

Every call on the record

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.

What an agent can do

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_jsonREAD

Read 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

api
serpapi_get_locations_jsonREAD

Look 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

api
serpapi_get_searches_jsonREAD

List 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

api
serpapi_search_amazonREAD

Scrape 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

api
serpapi_search_amazon_autocompleteREAD

Scrape 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

api
serpapi_search_amazon_productREAD

Use 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

api
serpapi_search_apple_app_storeREAD

SerpApi'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

api
serpapi_search_apple_mapsREAD

Scrape 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

api
serpapi_search_apple_maps_placesREAD

Scrape 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

api
serpapi_search_apple_productREAD

SerpApi'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

api
serpapi_search_apple_reviewsREAD

SerpApi'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

api
serpapi_search_baiduREAD

Scrape 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

api
serpapi_search_baidu_newsREAD

Scrape 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

api
serpapi_search_bingREAD

Scrape 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

api
serpapi_search_bing_copilotREAD

Use 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

api
serpapi_search_bing_imagesREAD

Use 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

api
serpapi_search_bing_mapsREAD

Use 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

api
serpapi_search_bing_newsREAD

Use 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

api
serpapi_search_bing_productREAD

Use 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

api
serpapi_search_bing_reverse_imageREAD

Use 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

api
serpapi_search_bing_shoppingREAD

Use 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

api
serpapi_search_bing_videosREAD

Use 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

api
serpapi_search_brave_ai_modeREAD

Use 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

api
serpapi_search_duckduckgoREAD

Scrape 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

api
serpapi_search_duckduckgo_lightREAD

Access 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

api
serpapi_search_duckduckgo_mapsREAD

Use 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

api
serpapi_search_duckduckgo_newsREAD

Scrape 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

api
serpapi_search_ebayREAD

Scrape 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

api
serpapi_search_ebay_productREAD

Scrape 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

api
serpapi_search_facebook_profileREAD

Scrape 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

api
serpapi_search_googleREAD

Scrape 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

api
serpapi_search_google_adsREAD

Scrape 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

api
serpapi_search_google_ads_transparency_centerREAD

Use 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

api
serpapi_search_google_ai_modeREAD

Use 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

api
serpapi_search_google_ai_overviewREAD

Use 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

api
serpapi_search_google_autocompleteREAD

Scrape 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

api
serpapi_search_google_eventsREAD

Use 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

api
serpapi_search_google_financeREAD

Scrape 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

api
serpapi_search_google_finance_marketsREAD

Scrape 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

api
serpapi_search_google_flightsREAD

Use 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

api
serpapi_search_google_flights_autocompleteREAD

Scrape 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

api
serpapi_search_google_flights_dealsREAD

Scrape 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

api
serpapi_search_google_forumsREAD

Use 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

api
serpapi_search_google_hotelsREAD

Use 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

api
serpapi_search_google_hotels_autocompleteREAD

Scrape 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

api
serpapi_search_google_hotels_photosREAD

Scrape 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

api
serpapi_search_google_hotels_reviewsREAD

Scrape 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

api
serpapi_search_google_imagesREAD

Scrape 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

api
serpapi_search_google_images_lightREAD

Access 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

api
serpapi_search_google_images_related_contentREAD

Scrape 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

api
serpapi_search_google_immersive_productREAD

Scrape 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

api
serpapi_search_google_jobsREAD

Scrape 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

api
serpapi_search_google_lensREAD

Scrape 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

api
serpapi_search_google_lightREAD

Access 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

api
serpapi_search_google_localREAD

Scrape 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

api
serpapi_search_google_local_servicesREAD

Use 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

api
serpapi_search_google_mapsREAD

Scrape 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

api
serpapi_search_google_maps_autocompleteREAD

Scrape 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

api
serpapi_search_google_maps_contributor_reviewsREAD

Scrape 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

api
serpapi_search_google_maps_directionsREAD

Scrape 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

api
serpapi_search_google_maps_photosREAD

Scrape 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

api
serpapi_search_google_maps_postsREAD

Scrape 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

api
serpapi_search_google_maps_reviewsREAD

Scrape 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

api
serpapi_search_google_newsREAD

Scrape 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

api
serpapi_search_google_news_lightREAD

Access 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

api
serpapi_search_google_patentsREAD

Use 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

api
serpapi_search_google_patents_detailsREAD

Scrape 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

api
serpapi_search_google_playREAD

Use 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

api
serpapi_search_google_play_booksREAD

Scrape 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

api
serpapi_search_google_play_gamesREAD

Scrape 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

api
serpapi_search_google_play_moviesREAD

Scrape 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

api
serpapi_search_google_play_productREAD

Use 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

api
serpapi_search_google_related_questionsREAD

Scrape 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

api
serpapi_search_google_reverse_imageREAD

Use 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

api
serpapi_search_google_scholarREAD

Scrape 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

api
serpapi_search_google_scholar_authorREAD

Scrape 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

api
serpapi_search_google_scholar_case_lawREAD

Scrape 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

api
serpapi_search_google_shoppingREAD

Scrape 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

api
serpapi_search_google_shopping_lightREAD

Scrape 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

api
serpapi_search_google_short_videosREAD

Use 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

api
serpapi_search_google_sportsREAD

Use 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

api
serpapi_search_google_travel_exploreREAD

Scrape 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

api
serpapi_search_google_trendsREAD

Scrape 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

api
serpapi_search_google_trends_autocompleteREAD

Scrape 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

api
serpapi_search_google_trends_trending_nowREAD

Scrape 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

api
serpapi_search_google_videosREAD

Use 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

api
serpapi_search_google_videos_lightREAD

Access 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

api
serpapi_search_home_depotREAD

Scrape 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

api
serpapi_search_home_depot_productREAD

Scrape 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

api
serpapi_search_home_depot_product_reviewsREAD

Scrape 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

api
serpapi_search_instagram_profileREAD

Scrape 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

api
serpapi_search_naverREAD

Scrape 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

api
serpapi_search_naver_ai_overviewREAD

Use 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

api
serpapi_search_open_table_reviewsREAD

Scrape 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

api
serpapi_search_search_indexREAD

SerpApi'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

api
serpapi_search_tripadvisorREAD

Scrape 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

api
serpapi_search_tripadvisor_placeREAD

Scrape 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

api
serpapi_search_tripadvisor_reviewsREAD

Scrape 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

api
serpapi_search_walmartREAD

Scrape 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

api
serpapi_search_walmart_productREAD

Scrape 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

api
serpapi_search_walmart_product_reviewsREAD

Scrape 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

api
serpapi_search_yahooREAD

Scrape 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

api
serpapi_search_yahoo_imagesREAD

Scrape 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

api
serpapi_search_yahoo_videosREAD

Scrape 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

api
serpapi_search_yandexREAD

Scrape 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

api
serpapi_search_yandex_imagesREAD

Scrape 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

api
serpapi_search_yandex_videosREAD

Scrape 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

api
serpapi_search_yelpREAD

Scrape 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

api
serpapi_search_yelp_placeREAD

SerpApi'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

api
serpapi_search_yelp_reviewsREAD

Scrape 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

api
serpapi_search_youtubeREAD

Scrape 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

api
serpapi_search_youtube_channelREAD

Scrape 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

api
serpapi_search_youtube_videoREAD

Scrape 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

api
serpapi_search_youtube_video_transcriptREAD

Scrape 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

api
serpapi_search_zillowREAD

Scrape 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&region_id=QUERY Docs: https://serpapi.com/zillow-search-api

api

Put SerpApi behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.