Google PSE (Google Programabe Search Engine)
| Concept | Details |
|---|---|
| 🌐 Website | https://programmablesearchengine.google.com/ (opens in a new tab) |
| 🗣️ Description | Google's Programmable Search Engine is a tool that enables you to create a search engine for your website, blog, or a collection of websites. |
| 🌟 LLM Description | |
| 📔 Notes |
Allowed connection parameters
| Parameter | Values | Default | Description |
|---|---|---|---|
| cr | https://developers.google.com/custom-search/docs/json_api_reference#countryCollections (opens in a new tab) | Restricts search results to documents originating in a particular country. | |
| cx | The Programmable Search Engine ID to use for this request. | ||
| filter | Controls turning on or off the duplicate content filter. 0: Turns off duplicate content filter. 1: Turns on duplicate content filter. | ||
| gl | https://developers.google.com/custom-search/docs/json_api_reference#countryCollections (opens in a new tab) | Geolocation of end user. The gl parameter value is a two-letter country code. The gl parameter boosts search results whose country of origin matches the parameter value. See the Country Codes page for a list of valid values.Specifying a gl parameter value should lead to more relevant results. This is particularly true for international customers and, even more specifically, for customers in English- speaking countries other than the United States. | |
| hl | https://developers.google.com/custom-search/docs/json_api_reference#wsInterfaceLanguages (opens in a new tab) | Sets the user interface language. Explicitly setting this parameter improves the performance and the quality of your search results. | |
| lr | Restricts the search to documents written in a particular language (e.g., lr=lang_ja). |