Brave Search integration (Data). Imported from open-connector.
https://api.search.brave.com/res/v1/web/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The user's search query term. Maximum of 400 characters. |
| search_lang | string | optional | The preferred search result language code. |
| ui_lang | string | optional | The preferred user interface language for response formatting. |
| country | string | optional | The two-letter country code for result localization, or ALL for worldwide resul… |
| safesearch | string | optional | Filters adult content from web results. |
| count | integer | optional | The maximum number of web results to return. |
| offset | integer | optional | The zero-based results page offset used for pagination. |
| spellcheck | boolean | optional | Whether Brave Search should spellcheck the query before searching. |
| freshness | string | optional | Filters web results by page age. |
| result_filter | string | optional | A comma-delimited list of result types to include, such as web,news,videos,loca… |
| extra_snippets | boolean | optional | Whether Brave Search should return extra alternate snippets. |
| goggles | string | optional | One or more Brave Search goggles used to rerank results. |
| text_decorations | boolean | optional | Whether display strings should include decoration markers such as highlights. |
| units | string | optional | The measurement units used for localized results. |
| operators | boolean | optional | Whether Brave Search should apply search operators. |
| include_fetch_metadata | boolean | optional | Whether Brave Search should include fetch metadata in results when available. |
/res/v1/news/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The user's search query term. Maximum of 400 characters. |
| search_lang | string | optional | The preferred search result language code. |
| ui_lang | string | optional | The preferred user interface language for response formatting. |
| country | string | optional | The two-letter country code for result localization, or ALL for worldwide resul… |
| safesearch | string | optional | Filters adult content from news results. |
| count | integer | optional | The maximum number of results to return. |
| offset | integer | optional | The zero-based results page offset used for pagination. |
| spellcheck | boolean | optional | Whether Brave Search should spellcheck the query before searching. |
| freshness | string | optional | Filters news results by page age. |
| extra_snippets | boolean | optional | Whether Brave Search should return extra alternate snippets. |
| goggles | string | optional | One or more Brave Search goggles used to rerank results. |
| operators | boolean | optional | Whether Brave Search should apply search operators. |
| include_fetch_metadata | boolean | optional | Whether Brave Search should include fetch metadata in results when available. |
/res/v1/videos/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The user's search query term. Maximum of 400 characters. |
| search_lang | string | optional | The preferred search result language code. |
| ui_lang | string | optional | The preferred user interface language for response formatting. |
| country | string | optional | The two-letter country code for result localization, or ALL for worldwide resul… |
| safesearch | string | optional | Filters adult content from video results. |
| count | integer | optional | The maximum number of results to return. |
| offset | integer | optional | The zero-based results page offset used for pagination. |
| spellcheck | boolean | optional | Whether Brave Search should spellcheck the query before searching. |
| freshness | string | optional | Filters video results by page age. |
| operators | boolean | optional | Whether Brave Search should apply search operators. |
| include_fetch_metadata | boolean | optional | Whether Brave Search should include fetch metadata in results when available. |
/res/v1/images/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The user's search query term. Maximum of 400 characters. |
| search_lang | string | optional | The preferred search result language code. |
| country | string | optional | The two-letter country code for result localization, or ALL for worldwide resul… |
| safesearch | string | optional | Filters adult content from image results. |
| count | integer | optional | The maximum number of image results to return. |
| spellcheck | boolean | optional | Whether Brave Search should spellcheck the query before searching. |