{
  "info": {
    "name": "SerpApi — mcp.ai",
    "description": "REST API for the SerpApi MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/serpapi",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "serpapi_baidu_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/baidu/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "baidu",
            "search"
          ]
        },
        "description": "Search Baidu (Chinese search engine) and retrieve search results. Requires a search query string in the 'q' parameter. Returns organic search results, answer boxes, and pagination info in JSON format.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"f\": \"\",\n  \"q\": \"\",\n  \"bs\": \"\",\n  \"ct\": \"\",\n  \"oq\": \"\",\n  \"pn\": 0,\n  \"q5\": \"\",\n  \"q6\": \"\",\n  \"rn\": 0,\n  \"gpc\": \"\",\n  \"async\": false,\n  \"device\": \"\",\n  \"output\": \"\",\n  \"no_cache\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_bing_maps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bing/maps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bing",
            "maps"
          ]
        },
        "description": "Tool to scrape Bing Maps results using SerpApi. Use when you need to find local businesses, places, or get detailed location information including addresses, phone numbers, ratings, reviews, and more.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"cp\": \"\",\n  \"count\": 0,\n  \"first\": 0,\n  \"setlang\": \"\",\n  \"no_cache\": false,\n  \"place_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_bing_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bing/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bing",
            "search"
          ]
        },
        "description": "Retrieve Bing Search Engine Results via SerpAPI (requires active SerpAPI connection; if unavailable, use COMPOSIO_SEARCH_WEB or COMPOSIO_SEARCH_NEWS). Consumes SerpAPI credits per call; throttle to ~1",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"cc\": \"\",\n  \"mkt\": \"\",\n  \"first\": 0,\n  \"device\": \"\",\n  \"filters\": \"\",\n  \"location\": \"\",\n  \"safeSearch\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_duck_duck_go_light_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/duck/duck/go/light/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "duck",
            "duck",
            "go",
            "light",
            "search"
          ]
        },
        "description": "Tool to access the world's fastest DuckDuckGo Search API via SerpApi. Scrapes DuckDuckGo search results in JSON format with critical data for faster response times, without extra-rich results. Use whe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"df\": \"\",\n  \"kl\": \"\",\n  \"async\": false,\n  \"output\": \"\",\n  \"no_cache\": false,\n  \"zero_trace\": false,\n  \"next_page_token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_duck_duck_go_maps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/duck/duck/go/maps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "duck",
            "duck",
            "go",
            "maps"
          ]
        },
        "description": "Scrapes DuckDuckGo Maps results via SerpApi. Use when searching for location-based information like businesses, restaurants, or services in a specific geographic area. Returns structured data includin",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"lat\": 0,\n  \"lon\": 0,\n  \"bbox\": \"\",\n  \"strict_bbox\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_duck_duck_go_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/duck/duck/go/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "duck",
            "duck",
            "go",
            "search"
          ]
        },
        "description": "Performs a DuckDuckGo search via SerpApi to retrieve SERP data, including organic results, ads, and structured information. Requires a valid SerpApi connection configured in Composio. Results may be l",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_ebay_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ebay/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ebay",
            "search"
          ]
        },
        "description": "Retrieve eBay Search Results via SerpApi (requires active SerpApi connected account). Supports parameters like nkw (query), location, etc. Returns product SERP data in JSON format. Listing prices and ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"nkw\": \"\",\n  \"num\": 0,\n  \"page\": 0,\n  \"device\": \"\",\n  \"location\": \"\",\n  \"ebay_domain\": \"\",\n  \"ebay_buyer_country\": \"\",\n  \"ebay_marketplace_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_event_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/event/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "event",
            "search"
          ]
        },
        "description": "Searches for events (e.g., concerts, festivals, conferences) by query, retrieving structured data from Google's event search results via the SerpApi Google Events engine.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"start\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_finance_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/finance/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "finance",
            "search"
          ]
        },
        "description": "Retrieves structured financial information (e.g., company data, stock details, market trends, news) from Google Finance via SERP API based on a query. Requires active SerpApi credentials. Empty result",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_get_available_location_options_for_google_searches",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/available/location/options/for/google/searches",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "available",
            "location",
            "options",
            "for",
            "google",
            "searches"
          ]
        },
        "description": "Tool to get available location options for Google searches. Returns location names, codes, and identifiers that can be used in the location parameter. Use when you need to find valid location values f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_get_facebook_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/facebook/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "facebook",
            "profile"
          ]
        },
        "description": "Tool to retrieve public information from a Facebook profile or page using SerpAPI. Use when you need to fetch profile details, bio, photos, followers, ratings, or contact information.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"no_cache\": false,\n  \"profile_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_get_google_about_this_result",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/google/about/this/result",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "google",
            "about",
            "this",
            "result"
          ]
        },
        "description": "Tool to get Google 'About this result' information for a website. Use when you need detailed information about a specific URL including company details, social profiles, web citations, and reviews.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"async\": false,\n  \"engine\": \"\",\n  \"output\": \"\",\n  \"no_cache\": false,\n  \"google_domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_get_google_hotels_autocomplete_suggestions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/google/hotels/autocomplete/suggestions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "google",
            "hotels",
            "autocomplete",
            "suggestions"
          ]
        },
        "description": "Tool to get autocomplete suggestions for Google Hotels destination searches. Use when users need to search for hotel destinations, properties, or locations before performing a full hotel search.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"async\": false,\n  \"currency\": \"\",\n  \"no_cache\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_get_google_images_related_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/google/images/related/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "google",
            "images",
            "related",
            "content"
          ]
        },
        "description": "Get related content for a specific Google Images result. Requires a related_content_id obtained from a Google Images search. Use when you need to find similar images or related visual content for a pa",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"async\": false,\n  \"output\": \"\",\n  \"no_cache\": false,\n  \"related_content_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_get_google_patent_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/google/patent/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "google",
            "patent",
            "details"
          ]
        },
        "description": "Tool to retrieve detailed information about a specific patent or scholar document from Google Patents via SerpApi. Use when you need patent details, claims, citations, inventors, assignees, legal even",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"async\": false,\n  \"output\": \"\",\n  \"no_cache\": false,\n  \"patent_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_get_search_archive",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/search/archive",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "search",
            "archive"
          ]
        },
        "description": "Tool to retrieve results from a previous async search using its search ID. Use when you need to fetch results from searches submitted with async=true. Searches can be retrieved up to 31 days after com",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"search_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_domains_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/domains/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "domains",
            "list"
          ]
        },
        "description": "Retrieve the list of supported Google domains for search queries.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_forums_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/forums/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "forums",
            "search"
          ]
        },
        "description": "Tool to scrape forum results from Google's Forums Platform using SerpApi. Use when you need to search forum discussions, get forum titles, dates, links, answers with voting data, and related searches.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"nfpr\": 0,\n  \"uule\": \"\",\n  \"start\": 0,\n  \"device\": \"\",\n  \"engine\": \"\",\n  \"filter\": 0,\n  \"output\": \"\",\n  \"location\": \"\",\n  \"no_cache\": false,\n  \"async_req\": false,\n  \"zero_trace\": false,\n  \"json_restrictor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_jobs_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/jobs/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "jobs",
            "search"
          ]
        },
        "description": "Retrieve Google Jobs Search Results via SerpApi. Returns job SERP data in JSON; key attributes like `work_from_home`, `posted_at`, `salary`, and `schedule_type` are nested under `detected_extensions` ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"uds\": \"\",\n  \"lrad\": 0,\n  \"uule\": \"\",\n  \"chips\": \"\",\n  \"ltype\": 0,\n  \"engine\": \"\",\n  \"output\": \"\",\n  \"location\": \"\",\n  \"no_cache\": false,\n  \"async_req\": false,\n  \"zero_trace\": false,\n  \"google_domain\": \"\",\n  \"next_page_token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_lens_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/lens/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "lens",
            "search"
          ]
        },
        "description": "Performs reverse image search using Google Lens to find visually similar images, products, and related content. Use when you need to identify objects, find similar products, or get information about i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"hl\": \"\",\n  \"url\": \"\",\n  \"type\": \"\",\n  \"country\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_light_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/light/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "light",
            "search"
          ]
        },
        "description": "Retrieve Google Light Search Results via SerpApi. Requires an active SerpApi connection. Supports q, location, gl, hl, and other SERP parameters. Returns lightweight JSON SERP data; results are in org",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"lr\": \"\",\n  \"num\": 0,\n  \"nfpr\": \"\",\n  \"safe\": \"\",\n  \"uule\": \"\",\n  \"start\": 0,\n  \"device\": \"\",\n  \"engine\": \"\",\n  \"filter\": \"\",\n  \"output\": \"\",\n  \"location\": \"\",\n  \"no_cache\": false,\n  \"zero_trace\": false,\n  \"async_param\": false,\n  \"google_domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_maps_posts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/maps/posts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "maps",
            "posts"
          ]
        },
        "description": "Scrapes Google Maps Posts for a business location via SerpApi. Extracts local posts published by business owners including titles, descriptions, links, images, and publication dates. Returns 10 posts ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data_id\": \"\",\n  \"no_cache\": false,\n  \"next_page_token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_maps_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/maps/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "maps",
            "search"
          ]
        },
        "description": "Performs a Google Maps search via SERP API. Takes a query, optionally using specific GPS coordinates and pagination, returning structured location data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"ll\": \"\",\n  \"start\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_play_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/play/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "play",
            "product"
          ]
        },
        "description": "Tool to retrieve detailed Google Play product information using SerpApi. Supports apps, movies, TV shows, audiobooks, and books. Use when you need product details, ratings, reviews, or media for Googl",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"num\": 0,\n  \"async\": false,\n  \"store\": \"\",\n  \"engine\": \"\",\n  \"output\": \"\",\n  \"rating\": 0,\n  \"sort_by\": 0,\n  \"no_cache\": false,\n  \"platform\": \"\",\n  \"season_id\": \"\",\n  \"product_id\": \"\",\n  \"all_reviews\": false,\n  \"next_page_token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_scholar_author",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/scholar/author",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "scholar",
            "author"
          ]
        },
        "description": "Scrapes full Google Scholar Author page including articles, citations, metrics, and co-authors. Use when you need detailed information about a specific researcher's publications and academic profile.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"hl\": \"\",\n  \"num\": 0,\n  \"sort\": \"\",\n  \"start\": 0,\n  \"view_op\": \"\",\n  \"no_cache\": false,\n  \"author_id\": \"\",\n  \"citation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_scholar_cite",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/scholar/cite",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "scholar",
            "cite"
          ]
        },
        "description": "Scrapes full Google Scholar Citations with multiple citation formats. Retrieves MLA, APA, Chicago, Harvard, and Vancouver style citations along with download links for BibTeX, EndNote, RefMan, and Ref",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"hl\": \"\",\n  \"no_cache\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_google_videos_light",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/google/videos/light",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "google",
            "videos",
            "light"
          ]
        },
        "description": "Tool to scrape Google Videos results using SerpApi's ultra-fast Google Videos Light API. Use when you need video titles, links, thumbnails, snippets, upload dates, and durations from Google Videos sea",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"lr\": \"\",\n  \"tbs\": \"\",\n  \"nfpr\": 0,\n  \"safe\": \"\",\n  \"uule\": \"\",\n  \"start\": 0,\n  \"device\": \"\",\n  \"engine\": \"\",\n  \"filter\": 0,\n  \"output\": \"\",\n  \"location\": \"\",\n  \"no_cache\": false,\n  \"async_req\": false,\n  \"zero_trace\": false,\n  \"google_domain\": \"\",\n  \"json_restrictor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_hotel_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/hotel/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "hotel",
            "search"
          ]
        },
        "description": "Retrieve Google Hotel Search Results. Supports parameters like q (query), location, etc. Returns hotel SERP data in JSON format.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"async\": false,\n  \"adults\": 0,\n  \"output\": \"\",\n  \"rating\": 0,\n  \"sort_by\": \"\",\n  \"bedrooms\": 0,\n  \"children\": 0,\n  \"currency\": \"\",\n  \"no_cache\": false,\n  \"amenities\": \"\",\n  \"bathrooms\": 0,\n  \"max_price\": 0,\n  \"min_price\": 0,\n  \"zero_trace\": false,\n  \"check_in_date\": \"\",\n  \"children_ages\": \"\",\n  \"eco_certified\": false,\n  \"check_out_date\": \"\",\n  \"property_token\": \"\",\n  \"property_types\": \"\",\n  \"special_offers\": false,\n  \"next_page_token\": \"\",\n  \"vacation_rentals\": false,\n  \"free_cancellation\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_image_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/image/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "image",
            "search"
          ]
        },
        "description": "Searches Google Images via SERP API for a given query, returning structured image results. Requires a valid SerpAPI authenticated connection. The number of results can be controlled using the 'num' pa",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"num\": 0,\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_naver_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/naver/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "naver",
            "search"
          ]
        },
        "description": "Tool to search Naver (South Korea's leading search engine) for Korean web results and content. Use when searching for Korean-language content, news, videos, images, or shopping results. Supports vario",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"num\": 0,\n  \"page\": 0,\n  \"async\": false,\n  \"query\": \"\",\n  \"start\": 0,\n  \"where\": \"\",\n  \"device\": \"\",\n  \"output\": \"\",\n  \"period\": \"\",\n  \"sort_by\": \"\",\n  \"no_cache\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_news_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/news/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "news",
            "search"
          ]
        },
        "description": "Searches Google News (via SerpApi, `tbm=nws`) for articles matching a query; precise key-phrase queries yield best results. Auth is handled via SerpApi connection — do not pass api_key as a parameter.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"num\": 0,\n  \"query\": \"\",\n  \"start\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_open_table_reviews",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/open/table/reviews",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "open",
            "table",
            "reviews"
          ]
        },
        "description": "Tool to scrape OpenTable restaurant reviews using SerpApi. Retrieves user reviews, ratings, restaurant responses, images, and AI-generated summaries. Use when you need detailed review data for OpenTab",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"async\": false,\n  \"output\": \"\",\n  \"no_cache\": false,\n  \"place_id\": \"\",\n  \"zero_trace\": false,\n  \"json_restrictor\": \"\",\n  \"open_table_domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_play_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/play/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "play",
            "search"
          ]
        },
        "description": "Retrieve Google Play Store Search Results. Supports parameters like q (query), gl, hl, etc. Returns app SERP data in JSON format.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"hl\": \"\",\n  \"age\": \"\",\n  \"chart\": \"\",\n  \"store\": \"\",\n  \"engine\": \"\",\n  \"output\": \"\",\n  \"no_cache\": false,\n  \"async_param\": false,\n  \"store_device\": \"\",\n  \"apps_category\": \"\",\n  \"see_more_token\": \"\",\n  \"next_page_token\": \"\",\n  \"section_page_token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_scholar_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scholar/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scholar",
            "search"
          ]
        },
        "description": "Searches Google Scholar via SerpApi for academic literature, papers, articles, and citations based on a query. Response results may include `inline_links.cited_by` and `resources` (PDF links), but the",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"num\": 0,\n  \"query\": \"\",\n  \"start\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search"
          ]
        },
        "description": "Performs a real-time Google search via the SerpAPI connection (must be active; if unavailable, use COMPOSIO_SEARCH_WEB or other COMPOSIO_SEARCH_* tools). Returns ~10 organic results per page nested un",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_search_apple_app_store",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/apple/app/store",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "apple",
            "app",
            "store"
          ]
        },
        "description": "Tool to search Apple App Store for iOS and Mac apps. Returns app details including ratings, reviews, descriptions, and developer information. Use when you need to find apps on the Apple App Store or g",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"num\": 0,\n  \"term\": \"\",\n  \"async\": false,\n  \"device\": \"\",\n  \"country\": \"\",\n  \"language\": \"\",\n  \"no_cache\": false,\n  \"property\": \"\",\n  \"category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_search_google_images_light",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/google/images/light",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "google",
            "images",
            "light"
          ]
        },
        "description": "Tool to scrape Google Images results using SerpApi's Google Images Light API. Use when you need fast image search with thumbnails, titles, sources, and original image URLs from Google Images. This lig",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"imgar\": \"\",\n  \"imgsz\": \"\",\n  \"start\": 0,\n  \"device\": \"\",\n  \"engine\": \"\",\n  \"end_date\": \"\",\n  \"location\": \"\",\n  \"start_date\": \"\",\n  \"image_color\": \"\",\n  \"period_unit\": \"\",\n  \"period_value\": 0,\n  \"google_domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_search_google_local_services",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/google/local/services",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "google",
            "local",
            "services"
          ]
        },
        "description": "Search Google Local Services for service providers like electricians, plumbers, HVAC technicians, and more. Use when you need to find local service professionals with Google's guaranteed badge and ver",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"hl\": \"\",\n  \"bid\": \"\",\n  \"cid\": \"\",\n  \"pid\": \"\",\n  \"async\": false,\n  \"output\": \"\",\n  \"data_cid\": \"\",\n  \"job_type\": \"\",\n  \"no_cache\": false,\n  \"zero_trace\": false,\n  \"json_restrictor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_search_yelp",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/yelp",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "yelp"
          ]
        },
        "description": "Tool to search Yelp for businesses and places using SerpApi. Returns business listings with ratings, reviews, hours, contact information, and location details. Use when you need to find local business",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"attrs\": \"\",\n  \"start\": 0,\n  \"sortby\": \"\",\n  \"find_loc\": \"\",\n  \"no_cache\": false,\n  \"find_desc\": \"\",\n  \"yelp_domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_shopping_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/shopping/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "shopping",
            "search"
          ]
        },
        "description": "Searches Google Shopping via SerpAPI for a specific product, returning structured listings in results.shopping_results. Requires an active SerpAPI connection. Response fields such as rating, review_co",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"num\": 0,\n  \"query\": \"\",\n  \"start\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_trends_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/trends/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "trends",
            "search"
          ]
        },
        "description": "Fetches Google Trends data; returns relative 0–100 interest indices (not absolute volumes) meaningful only when comparing queries within the same request. The `query`'s format (single/multiple terms) ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"data_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_walmart_product_reviews",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/walmart/product/reviews",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "walmart",
            "product",
            "reviews"
          ]
        },
        "description": "Tool to scrape full Walmart product reviews using SerpApi's Walmart Product Reviews API. Retrieves ratings, review text, user information, and helpful votes for a specific product. Use when you need d",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"sort\": \"\",\n  \"async\": false,\n  \"output\": \"\",\n  \"rating\": 0,\n  \"no_cache\": false,\n  \"product_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_walmart_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/walmart/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "walmart",
            "search"
          ]
        },
        "description": "Retrieve Walmart Search Results. Supports parameters like query, location, store ID, etc. Returns product SERP data in JSON format.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"page\": 0,\n  \"sort\": \"\",\n  \"type\": \"\",\n  \"location\": \"\",\n  \"store_id\": \"\",\n  \"max_price\": 0,\n  \"min_price\": 0,\n  \"min_rating\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_yahoo_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/yahoo/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "yahoo",
            "search"
          ]
        },
        "description": "Retrieve Yahoo! Search Engine Results. Supports query, location, language, and device parameters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"b\": 0,\n  \"d\": \"\",\n  \"p\": \"\",\n  \"vc\": \"\",\n  \"vf\": \"\",\n  \"vl\": \"\",\n  \"vm\": \"\",\n  \"vs\": \"\",\n  \"fr2\": \"\",\n  \"device\": \"\",\n  \"output\": \"\",\n  \"no_cache\": false,\n  \"yahoo_domain\": \"\",\n  \"async_request\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_yahoo_videos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/yahoo/videos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "yahoo",
            "videos"
          ]
        },
        "description": "Scrape Yahoo! Videos results with position, title, thumbnail, link, preview, source, duration, date and more. Use when you need to search for video content on Yahoo! Videos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"b\": 0,\n  \"p\": \"\",\n  \"durs\": \"\",\n  \"vage\": \"\",\n  \"vres\": \"\",\n  \"async\": false,\n  \"vsite\": \"\",\n  \"device\": \"\",\n  \"output\": \"\",\n  \"no_cache\": false,\n  \"zero_trace\": false,\n  \"yahoo_domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_yandex_images_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/yandex/images/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "yandex",
            "images",
            "search"
          ]
        },
        "description": "Tool to search Yandex Images for image results with advanced filters. Use when searching for images on Yandex with filters like size, color, type, or performing reverse image search.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"p\": 0,\n  \"tab\": \"\",\n  \"url\": \"\",\n  \"crop\": \"\",\n  \"site\": \"\",\n  \"text\": \"\",\n  \"async\": false,\n  \"color\": \"\",\n  \"width\": 0,\n  \"height\": 0,\n  \"output\": \"\",\n  \"recent\": false,\n  \"crop_id\": \"\",\n  \"no_cache\": false,\n  \"file_type\": \"\",\n  \"image_type\": \"\",\n  \"zero_trace\": false,\n  \"orientation\": \"\",\n  \"yandex_domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_yandex_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/yandex/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "yandex",
            "search"
          ]
        },
        "description": "Retrieve Yandex Search Results. Supports parameters like text (query), location, etc. Returns SERP data in JSON format.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"p\": 0,\n  \"num\": 0,\n  \"lang\": \"\",\n  \"text\": \"\",\n  \"location\": \"\",\n  \"yandex_domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "serpapi_you_tube_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/you/tube/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "you",
            "tube",
            "search"
          ]
        },
        "description": "Retrieve YouTube Search Results. Supports parameters like search_query, location, etc. Returns video SERP data in JSON format.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"gl\": \"\",\n  \"hl\": \"\",\n  \"sp\": \"\",\n  \"async\": false,\n  \"output\": \"\",\n  \"no_cache\": false,\n  \"zero_trace\": false,\n  \"search_query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}