Notice: the Brave Search provider does not use any official API provided by Brave company, it simply scrapes the results page. Because this is an unofficial implementation, it might fail in some cases or when they changes the code.
We recommend using Microsoft Bing Search API - a reliable search API officialy provided by Microsoft.
To enable Google provider, add brave
into your config.json
file:
{
"providers": {
"search": [{
"provider": "brave"
}],
"suggestions": [
"brave"
]
}
}