[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-brave-suggest":3,"mdc--5kr2za-key":30,"related-repo-brave-suggest":1535,"related-org-brave-suggest":1617},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":19,"repoUrl":20,"updatedAt":21,"license":22,"forks":23,"topics":24,"repo":25,"sourceUrl":28,"mdContent":29},"suggest","autocomplete search queries","USE FOR query autocomplete\u002Fsuggestions. Fast (\u003C100ms). Returns suggested queries as user types. Supports rich suggestions with entity info. Typo-resilient.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"brave","Brave","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fbrave.png",[12,16],{"name":13,"slug":14,"type":15},"Brave Search","brave-search","tag",{"name":17,"slug":18,"type":15},"Search","search",161,"https:\u002F\u002Fgithub.com\u002Fbrave\u002Fbrave-search-skills","2026-04-06T18:05:54.426217",null,11,[],{"repoUrl":20,"stars":19,"forks":23,"topics":26,"description":27},[],"Official skills for using Brave Search API with AI coding agents.","https:\u002F\u002Fgithub.com\u002Fbrave\u002Fbrave-search-skills\u002Ftree\u002FHEAD\u002Fskills\u002Fsuggest","---\nname: suggest\ndescription: USE FOR query autocomplete\u002Fsuggestions. Fast (\u003C100ms). Returns suggested queries as user types. Supports rich suggestions with entity info. Typo-resilient.\n---\n\n# Suggest \u002F Autocomplete\n\n> **Requires API Key**: Get one at https:\u002F\u002Fapi.search.brave.com\n>\n> **Plan**: Included in the **Suggest** plan. See https:\u002F\u002Fapi-dashboard.search.brave.com\u002Fapp\u002Fsubscriptions\u002Fsubscribe\n\n## Quick Start (cURL)\n\n### Basic Suggestions\n```bash\ncurl -s \"https:\u002F\u002Fapi.search.brave.com\u002Fres\u002Fv1\u002Fsuggest\u002Fsearch?q=how+to+\" \\\n  -H \"Accept: application\u002Fjson\" \\\n  -H \"X-Subscription-Token: ${BRAVE_SEARCH_API_KEY}\"\n```\n\n### With All Parameters\n```bash\ncurl -s \"https:\u002F\u002Fapi.search.brave.com\u002Fres\u002Fv1\u002Fsuggest\u002Fsearch\" \\\n  -H \"Accept: application\u002Fjson\" \\\n  -H \"X-Subscription-Token: ${BRAVE_SEARCH_API_KEY}\" \\\n  -G \\\n  --data-urlencode \"q=albert\" \\\n  --data-urlencode \"country=US\" \\\n  --data-urlencode \"lang=en\" \\\n  --data-urlencode \"count=10\" \\\n  --data-urlencode \"rich=true\"\n```\n\n## Endpoint\n\n```http\nGET https:\u002F\u002Fapi.search.brave.com\u002Fres\u002Fv1\u002Fsuggest\u002Fsearch\n```\n\n**Authentication**: `X-Subscription-Token: \u003CAPI_KEY>` header\n\n**Optional Headers**:\n- `Accept-Encoding: gzip` — Enable response compression\n\n## Parameters\n\n| Parameter | Type | Required | Default | Description |\n|--|--|--|--|--|\n| `q` | string | **Yes** | — | Suggest search query (1-400 chars, max 50 words) |\n| `lang` | string | No | `en` | Language preference (2+ char language code, e.g. `fr`, `de`, `zh-hans`) |\n| `country` | string | No | `US` | Search country (2-letter country code or `ALL`) |\n| `count` | int | No | `5` | Number of suggestions (1-20). Actual results may be fewer |\n| `rich` | bool | No | `false` | Enhance with entity info (title, description, image). Paid Search plan required |\n\n## Response Fields\n\n| Field | Type | Description |\n|--|--|--|\n| `type` | string | Always `\"suggest\"` |\n| `query.original` | string | The original suggest search query |\n| `results` | array | List of suggestions (may be empty) |\n| `results[].query` | string | Suggested query completion |\n| `results[].is_entity` | bool? | Whether the suggested enriched query is an entity (rich only) |\n| `results[].title` | string? | The suggested query enriched title (rich only) |\n| `results[].description` | string? | The suggested query enriched description (rich only) |\n| `results[].img` | string? | The suggested query enriched image URL (rich only) |\n\nFields with `null` values are excluded from the response. Non-rich results contain only the `query` field.\n\n### Rich Response Example (`rich=true`)\n```json\n{\n  \"type\": \"suggest\",\n  \"query\": { \"original\": \"albert\" },\n  \"results\": [\n    {\n      \"query\": \"albert einstein\",\n      \"is_entity\": true,\n      \"title\": \"Albert Einstein\",\n      \"description\": \"German-born theoretical physicist\",\n      \"img\": \"https:\u002F\u002Fimgs.search.brave.com\u002F...\"\n    },\n    { \"query\": \"albert einstein quotes\", \"is_entity\": false }\n  ]\n}\n```\n\n## Use Cases\n\n- **Search-as-you-type UI**: Real-time autocomplete dropdown. Debounce 150-300ms.\n- **Query refinement for RAG**: Expand partial\u002Fambiguous queries before calling `web-search` or `llm-context`.\n- **Entity detection**: Use `rich=true` to detect entities with title, description, and image for preview cards.\n- **Typo-tolerant input**: Get clean suggestions from misspelled input without separate spellcheck.\n\n## Notes\n\n- **Latency**: Designed for \u003C100ms response times\n- **Country\u002Flang**: Hints for suggestion relevance, not strict filters\n- **Typo handling**: Suggestions handle common typos without separate spellcheck\n",{"data":31,"body":32},{"name":4,"description":6},{"type":33,"children":34},"root",[35,44,91,98,105,215,221,447,453,469,487,497,513,519,766,772,974,995,1007,1418,1424,1490,1496,1529],{"type":36,"tag":37,"props":38,"children":40},"element","h1",{"id":39},"suggest-autocomplete",[41],{"type":42,"value":43},"text","Suggest \u002F Autocomplete",{"type":36,"tag":45,"props":46,"children":47},"blockquote",{},[48,68],{"type":36,"tag":49,"props":50,"children":51},"p",{},[52,58,60],{"type":36,"tag":53,"props":54,"children":55},"strong",{},[56],{"type":42,"value":57},"Requires API Key",{"type":42,"value":59},": Get one at ",{"type":36,"tag":61,"props":62,"children":66},"a",{"href":63,"rel":64},"https:\u002F\u002Fapi.search.brave.com",[65],"nofollow",[67],{"type":42,"value":63},{"type":36,"tag":49,"props":69,"children":70},{},[71,76,78,83,85],{"type":36,"tag":53,"props":72,"children":73},{},[74],{"type":42,"value":75},"Plan",{"type":42,"value":77},": Included in the ",{"type":36,"tag":53,"props":79,"children":80},{},[81],{"type":42,"value":82},"Suggest",{"type":42,"value":84}," plan. See ",{"type":36,"tag":61,"props":86,"children":89},{"href":87,"rel":88},"https:\u002F\u002Fapi-dashboard.search.brave.com\u002Fapp\u002Fsubscriptions\u002Fsubscribe",[65],[90],{"type":42,"value":87},{"type":36,"tag":92,"props":93,"children":95},"h2",{"id":94},"quick-start-curl",[96],{"type":42,"value":97},"Quick Start (cURL)",{"type":36,"tag":99,"props":100,"children":102},"h3",{"id":101},"basic-suggestions",[103],{"type":42,"value":104},"Basic Suggestions",{"type":36,"tag":106,"props":107,"children":112},"pre",{"className":108,"code":109,"language":110,"meta":111,"style":111},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -s \"https:\u002F\u002Fapi.search.brave.com\u002Fres\u002Fv1\u002Fsuggest\u002Fsearch?q=how+to+\" \\\n  -H \"Accept: application\u002Fjson\" \\\n  -H \"X-Subscription-Token: ${BRAVE_SEARCH_API_KEY}\"\n","bash","",[113],{"type":36,"tag":114,"props":115,"children":116},"code",{"__ignoreMap":111},[117,157,183],{"type":36,"tag":118,"props":119,"children":122},"span",{"class":120,"line":121},"line",1,[123,129,135,141,146,151],{"type":36,"tag":118,"props":124,"children":126},{"style":125},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[127],{"type":42,"value":128},"curl",{"type":36,"tag":118,"props":130,"children":132},{"style":131},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[133],{"type":42,"value":134}," -s",{"type":36,"tag":118,"props":136,"children":138},{"style":137},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[139],{"type":42,"value":140}," \"",{"type":36,"tag":118,"props":142,"children":143},{"style":131},[144],{"type":42,"value":145},"https:\u002F\u002Fapi.search.brave.com\u002Fres\u002Fv1\u002Fsuggest\u002Fsearch?q=how+to+",{"type":36,"tag":118,"props":147,"children":148},{"style":137},[149],{"type":42,"value":150},"\"",{"type":36,"tag":118,"props":152,"children":154},{"style":153},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[155],{"type":42,"value":156}," \\\n",{"type":36,"tag":118,"props":158,"children":160},{"class":120,"line":159},2,[161,166,170,175,179],{"type":36,"tag":118,"props":162,"children":163},{"style":131},[164],{"type":42,"value":165},"  -H",{"type":36,"tag":118,"props":167,"children":168},{"style":137},[169],{"type":42,"value":140},{"type":36,"tag":118,"props":171,"children":172},{"style":131},[173],{"type":42,"value":174},"Accept: application\u002Fjson",{"type":36,"tag":118,"props":176,"children":177},{"style":137},[178],{"type":42,"value":150},{"type":36,"tag":118,"props":180,"children":181},{"style":153},[182],{"type":42,"value":156},{"type":36,"tag":118,"props":184,"children":186},{"class":120,"line":185},3,[187,191,195,200,205,210],{"type":36,"tag":118,"props":188,"children":189},{"style":131},[190],{"type":42,"value":165},{"type":36,"tag":118,"props":192,"children":193},{"style":137},[194],{"type":42,"value":140},{"type":36,"tag":118,"props":196,"children":197},{"style":131},[198],{"type":42,"value":199},"X-Subscription-Token: ",{"type":36,"tag":118,"props":201,"children":202},{"style":137},[203],{"type":42,"value":204},"${",{"type":36,"tag":118,"props":206,"children":207},{"style":153},[208],{"type":42,"value":209},"BRAVE_SEARCH_API_KEY",{"type":36,"tag":118,"props":211,"children":212},{"style":137},[213],{"type":42,"value":214},"}\"\n",{"type":36,"tag":99,"props":216,"children":218},{"id":217},"with-all-parameters",[219],{"type":42,"value":220},"With All Parameters",{"type":36,"tag":106,"props":222,"children":224},{"className":108,"code":223,"language":110,"meta":111,"style":111},"curl -s \"https:\u002F\u002Fapi.search.brave.com\u002Fres\u002Fv1\u002Fsuggest\u002Fsearch\" \\\n  -H \"Accept: application\u002Fjson\" \\\n  -H \"X-Subscription-Token: ${BRAVE_SEARCH_API_KEY}\" \\\n  -G \\\n  --data-urlencode \"q=albert\" \\\n  --data-urlencode \"country=US\" \\\n  --data-urlencode \"lang=en\" \\\n  --data-urlencode \"count=10\" \\\n  --data-urlencode \"rich=true\"\n",[225],{"type":36,"tag":114,"props":226,"children":227},{"__ignoreMap":111},[228,256,279,311,324,350,375,400,425],{"type":36,"tag":118,"props":229,"children":230},{"class":120,"line":121},[231,235,239,243,248,252],{"type":36,"tag":118,"props":232,"children":233},{"style":125},[234],{"type":42,"value":128},{"type":36,"tag":118,"props":236,"children":237},{"style":131},[238],{"type":42,"value":134},{"type":36,"tag":118,"props":240,"children":241},{"style":137},[242],{"type":42,"value":140},{"type":36,"tag":118,"props":244,"children":245},{"style":131},[246],{"type":42,"value":247},"https:\u002F\u002Fapi.search.brave.com\u002Fres\u002Fv1\u002Fsuggest\u002Fsearch",{"type":36,"tag":118,"props":249,"children":250},{"style":137},[251],{"type":42,"value":150},{"type":36,"tag":118,"props":253,"children":254},{"style":153},[255],{"type":42,"value":156},{"type":36,"tag":118,"props":257,"children":258},{"class":120,"line":159},[259,263,267,271,275],{"type":36,"tag":118,"props":260,"children":261},{"style":131},[262],{"type":42,"value":165},{"type":36,"tag":118,"props":264,"children":265},{"style":137},[266],{"type":42,"value":140},{"type":36,"tag":118,"props":268,"children":269},{"style":131},[270],{"type":42,"value":174},{"type":36,"tag":118,"props":272,"children":273},{"style":137},[274],{"type":42,"value":150},{"type":36,"tag":118,"props":276,"children":277},{"style":153},[278],{"type":42,"value":156},{"type":36,"tag":118,"props":280,"children":281},{"class":120,"line":185},[282,286,290,294,298,302,307],{"type":36,"tag":118,"props":283,"children":284},{"style":131},[285],{"type":42,"value":165},{"type":36,"tag":118,"props":287,"children":288},{"style":137},[289],{"type":42,"value":140},{"type":36,"tag":118,"props":291,"children":292},{"style":131},[293],{"type":42,"value":199},{"type":36,"tag":118,"props":295,"children":296},{"style":137},[297],{"type":42,"value":204},{"type":36,"tag":118,"props":299,"children":300},{"style":153},[301],{"type":42,"value":209},{"type":36,"tag":118,"props":303,"children":304},{"style":137},[305],{"type":42,"value":306},"}\"",{"type":36,"tag":118,"props":308,"children":309},{"style":153},[310],{"type":42,"value":156},{"type":36,"tag":118,"props":312,"children":314},{"class":120,"line":313},4,[315,320],{"type":36,"tag":118,"props":316,"children":317},{"style":131},[318],{"type":42,"value":319},"  -G",{"type":36,"tag":118,"props":321,"children":322},{"style":153},[323],{"type":42,"value":156},{"type":36,"tag":118,"props":325,"children":327},{"class":120,"line":326},5,[328,333,337,342,346],{"type":36,"tag":118,"props":329,"children":330},{"style":131},[331],{"type":42,"value":332},"  --data-urlencode",{"type":36,"tag":118,"props":334,"children":335},{"style":137},[336],{"type":42,"value":140},{"type":36,"tag":118,"props":338,"children":339},{"style":131},[340],{"type":42,"value":341},"q=albert",{"type":36,"tag":118,"props":343,"children":344},{"style":137},[345],{"type":42,"value":150},{"type":36,"tag":118,"props":347,"children":348},{"style":153},[349],{"type":42,"value":156},{"type":36,"tag":118,"props":351,"children":353},{"class":120,"line":352},6,[354,358,362,367,371],{"type":36,"tag":118,"props":355,"children":356},{"style":131},[357],{"type":42,"value":332},{"type":36,"tag":118,"props":359,"children":360},{"style":137},[361],{"type":42,"value":140},{"type":36,"tag":118,"props":363,"children":364},{"style":131},[365],{"type":42,"value":366},"country=US",{"type":36,"tag":118,"props":368,"children":369},{"style":137},[370],{"type":42,"value":150},{"type":36,"tag":118,"props":372,"children":373},{"style":153},[374],{"type":42,"value":156},{"type":36,"tag":118,"props":376,"children":378},{"class":120,"line":377},7,[379,383,387,392,396],{"type":36,"tag":118,"props":380,"children":381},{"style":131},[382],{"type":42,"value":332},{"type":36,"tag":118,"props":384,"children":385},{"style":137},[386],{"type":42,"value":140},{"type":36,"tag":118,"props":388,"children":389},{"style":131},[390],{"type":42,"value":391},"lang=en",{"type":36,"tag":118,"props":393,"children":394},{"style":137},[395],{"type":42,"value":150},{"type":36,"tag":118,"props":397,"children":398},{"style":153},[399],{"type":42,"value":156},{"type":36,"tag":118,"props":401,"children":403},{"class":120,"line":402},8,[404,408,412,417,421],{"type":36,"tag":118,"props":405,"children":406},{"style":131},[407],{"type":42,"value":332},{"type":36,"tag":118,"props":409,"children":410},{"style":137},[411],{"type":42,"value":140},{"type":36,"tag":118,"props":413,"children":414},{"style":131},[415],{"type":42,"value":416},"count=10",{"type":36,"tag":118,"props":418,"children":419},{"style":137},[420],{"type":42,"value":150},{"type":36,"tag":118,"props":422,"children":423},{"style":153},[424],{"type":42,"value":156},{"type":36,"tag":118,"props":426,"children":428},{"class":120,"line":427},9,[429,433,437,442],{"type":36,"tag":118,"props":430,"children":431},{"style":131},[432],{"type":42,"value":332},{"type":36,"tag":118,"props":434,"children":435},{"style":137},[436],{"type":42,"value":140},{"type":36,"tag":118,"props":438,"children":439},{"style":131},[440],{"type":42,"value":441},"rich=true",{"type":36,"tag":118,"props":443,"children":444},{"style":137},[445],{"type":42,"value":446},"\"\n",{"type":36,"tag":92,"props":448,"children":450},{"id":449},"endpoint",[451],{"type":42,"value":452},"Endpoint",{"type":36,"tag":106,"props":454,"children":458},{"className":455,"code":456,"language":457,"meta":111,"style":111},"language-http shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","GET https:\u002F\u002Fapi.search.brave.com\u002Fres\u002Fv1\u002Fsuggest\u002Fsearch\n","http",[459],{"type":36,"tag":114,"props":460,"children":461},{"__ignoreMap":111},[462],{"type":36,"tag":118,"props":463,"children":464},{"class":120,"line":121},[465],{"type":36,"tag":118,"props":466,"children":467},{},[468],{"type":42,"value":456},{"type":36,"tag":49,"props":470,"children":471},{},[472,477,479,485],{"type":36,"tag":53,"props":473,"children":474},{},[475],{"type":42,"value":476},"Authentication",{"type":42,"value":478},": ",{"type":36,"tag":114,"props":480,"children":482},{"className":481},[],[483],{"type":42,"value":484},"X-Subscription-Token: \u003CAPI_KEY>",{"type":42,"value":486}," header",{"type":36,"tag":49,"props":488,"children":489},{},[490,495],{"type":36,"tag":53,"props":491,"children":492},{},[493],{"type":42,"value":494},"Optional Headers",{"type":42,"value":496},":",{"type":36,"tag":498,"props":499,"children":500},"ul",{},[501],{"type":36,"tag":502,"props":503,"children":504},"li",{},[505,511],{"type":36,"tag":114,"props":506,"children":508},{"className":507},[],[509],{"type":42,"value":510},"Accept-Encoding: gzip",{"type":42,"value":512}," — Enable response compression",{"type":36,"tag":92,"props":514,"children":516},{"id":515},"parameters",[517],{"type":42,"value":518},"Parameters",{"type":36,"tag":520,"props":521,"children":522},"table",{},[523,557],{"type":36,"tag":524,"props":525,"children":526},"thead",{},[527],{"type":36,"tag":528,"props":529,"children":530},"tr",{},[531,537,542,547,552],{"type":36,"tag":532,"props":533,"children":534},"th",{},[535],{"type":42,"value":536},"Parameter",{"type":36,"tag":532,"props":538,"children":539},{},[540],{"type":42,"value":541},"Type",{"type":36,"tag":532,"props":543,"children":544},{},[545],{"type":42,"value":546},"Required",{"type":36,"tag":532,"props":548,"children":549},{},[550],{"type":42,"value":551},"Default",{"type":36,"tag":532,"props":553,"children":554},{},[555],{"type":42,"value":556},"Description",{"type":36,"tag":558,"props":559,"children":560},"tbody",{},[561,597,655,696,731],{"type":36,"tag":528,"props":562,"children":563},{},[564,574,579,587,592],{"type":36,"tag":565,"props":566,"children":567},"td",{},[568],{"type":36,"tag":114,"props":569,"children":571},{"className":570},[],[572],{"type":42,"value":573},"q",{"type":36,"tag":565,"props":575,"children":576},{},[577],{"type":42,"value":578},"string",{"type":36,"tag":565,"props":580,"children":581},{},[582],{"type":36,"tag":53,"props":583,"children":584},{},[585],{"type":42,"value":586},"Yes",{"type":36,"tag":565,"props":588,"children":589},{},[590],{"type":42,"value":591},"—",{"type":36,"tag":565,"props":593,"children":594},{},[595],{"type":42,"value":596},"Suggest search query (1-400 chars, max 50 words)",{"type":36,"tag":528,"props":598,"children":599},{},[600,609,613,618,627],{"type":36,"tag":565,"props":601,"children":602},{},[603],{"type":36,"tag":114,"props":604,"children":606},{"className":605},[],[607],{"type":42,"value":608},"lang",{"type":36,"tag":565,"props":610,"children":611},{},[612],{"type":42,"value":578},{"type":36,"tag":565,"props":614,"children":615},{},[616],{"type":42,"value":617},"No",{"type":36,"tag":565,"props":619,"children":620},{},[621],{"type":36,"tag":114,"props":622,"children":624},{"className":623},[],[625],{"type":42,"value":626},"en",{"type":36,"tag":565,"props":628,"children":629},{},[630,632,638,640,646,647,653],{"type":42,"value":631},"Language preference (2+ char language code, e.g. ",{"type":36,"tag":114,"props":633,"children":635},{"className":634},[],[636],{"type":42,"value":637},"fr",{"type":42,"value":639},", ",{"type":36,"tag":114,"props":641,"children":643},{"className":642},[],[644],{"type":42,"value":645},"de",{"type":42,"value":639},{"type":36,"tag":114,"props":648,"children":650},{"className":649},[],[651],{"type":42,"value":652},"zh-hans",{"type":42,"value":654},")",{"type":36,"tag":528,"props":656,"children":657},{},[658,667,671,675,684],{"type":36,"tag":565,"props":659,"children":660},{},[661],{"type":36,"tag":114,"props":662,"children":664},{"className":663},[],[665],{"type":42,"value":666},"country",{"type":36,"tag":565,"props":668,"children":669},{},[670],{"type":42,"value":578},{"type":36,"tag":565,"props":672,"children":673},{},[674],{"type":42,"value":617},{"type":36,"tag":565,"props":676,"children":677},{},[678],{"type":36,"tag":114,"props":679,"children":681},{"className":680},[],[682],{"type":42,"value":683},"US",{"type":36,"tag":565,"props":685,"children":686},{},[687,689,695],{"type":42,"value":688},"Search country (2-letter country code or ",{"type":36,"tag":114,"props":690,"children":692},{"className":691},[],[693],{"type":42,"value":694},"ALL",{"type":42,"value":654},{"type":36,"tag":528,"props":697,"children":698},{},[699,708,713,717,726],{"type":36,"tag":565,"props":700,"children":701},{},[702],{"type":36,"tag":114,"props":703,"children":705},{"className":704},[],[706],{"type":42,"value":707},"count",{"type":36,"tag":565,"props":709,"children":710},{},[711],{"type":42,"value":712},"int",{"type":36,"tag":565,"props":714,"children":715},{},[716],{"type":42,"value":617},{"type":36,"tag":565,"props":718,"children":719},{},[720],{"type":36,"tag":114,"props":721,"children":723},{"className":722},[],[724],{"type":42,"value":725},"5",{"type":36,"tag":565,"props":727,"children":728},{},[729],{"type":42,"value":730},"Number of suggestions (1-20). Actual results may be fewer",{"type":36,"tag":528,"props":732,"children":733},{},[734,743,748,752,761],{"type":36,"tag":565,"props":735,"children":736},{},[737],{"type":36,"tag":114,"props":738,"children":740},{"className":739},[],[741],{"type":42,"value":742},"rich",{"type":36,"tag":565,"props":744,"children":745},{},[746],{"type":42,"value":747},"bool",{"type":36,"tag":565,"props":749,"children":750},{},[751],{"type":42,"value":617},{"type":36,"tag":565,"props":753,"children":754},{},[755],{"type":36,"tag":114,"props":756,"children":758},{"className":757},[],[759],{"type":42,"value":760},"false",{"type":36,"tag":565,"props":762,"children":763},{},[764],{"type":42,"value":765},"Enhance with entity info (title, description, image). Paid Search plan required",{"type":36,"tag":92,"props":767,"children":769},{"id":768},"response-fields",[770],{"type":42,"value":771},"Response Fields",{"type":36,"tag":520,"props":773,"children":774},{},[775,794],{"type":36,"tag":524,"props":776,"children":777},{},[778],{"type":36,"tag":528,"props":779,"children":780},{},[781,786,790],{"type":36,"tag":532,"props":782,"children":783},{},[784],{"type":42,"value":785},"Field",{"type":36,"tag":532,"props":787,"children":788},{},[789],{"type":42,"value":541},{"type":36,"tag":532,"props":791,"children":792},{},[793],{"type":42,"value":556},{"type":36,"tag":558,"props":795,"children":796},{},[797,824,845,867,888,910,932,953],{"type":36,"tag":528,"props":798,"children":799},{},[800,809,813],{"type":36,"tag":565,"props":801,"children":802},{},[803],{"type":36,"tag":114,"props":804,"children":806},{"className":805},[],[807],{"type":42,"value":808},"type",{"type":36,"tag":565,"props":810,"children":811},{},[812],{"type":42,"value":578},{"type":36,"tag":565,"props":814,"children":815},{},[816,818],{"type":42,"value":817},"Always ",{"type":36,"tag":114,"props":819,"children":821},{"className":820},[],[822],{"type":42,"value":823},"\"suggest\"",{"type":36,"tag":528,"props":825,"children":826},{},[827,836,840],{"type":36,"tag":565,"props":828,"children":829},{},[830],{"type":36,"tag":114,"props":831,"children":833},{"className":832},[],[834],{"type":42,"value":835},"query.original",{"type":36,"tag":565,"props":837,"children":838},{},[839],{"type":42,"value":578},{"type":36,"tag":565,"props":841,"children":842},{},[843],{"type":42,"value":844},"The original suggest search query",{"type":36,"tag":528,"props":846,"children":847},{},[848,857,862],{"type":36,"tag":565,"props":849,"children":850},{},[851],{"type":36,"tag":114,"props":852,"children":854},{"className":853},[],[855],{"type":42,"value":856},"results",{"type":36,"tag":565,"props":858,"children":859},{},[860],{"type":42,"value":861},"array",{"type":36,"tag":565,"props":863,"children":864},{},[865],{"type":42,"value":866},"List of suggestions (may be empty)",{"type":36,"tag":528,"props":868,"children":869},{},[870,879,883],{"type":36,"tag":565,"props":871,"children":872},{},[873],{"type":36,"tag":114,"props":874,"children":876},{"className":875},[],[877],{"type":42,"value":878},"results[].query",{"type":36,"tag":565,"props":880,"children":881},{},[882],{"type":42,"value":578},{"type":36,"tag":565,"props":884,"children":885},{},[886],{"type":42,"value":887},"Suggested query completion",{"type":36,"tag":528,"props":889,"children":890},{},[891,900,905],{"type":36,"tag":565,"props":892,"children":893},{},[894],{"type":36,"tag":114,"props":895,"children":897},{"className":896},[],[898],{"type":42,"value":899},"results[].is_entity",{"type":36,"tag":565,"props":901,"children":902},{},[903],{"type":42,"value":904},"bool?",{"type":36,"tag":565,"props":906,"children":907},{},[908],{"type":42,"value":909},"Whether the suggested enriched query is an entity (rich only)",{"type":36,"tag":528,"props":911,"children":912},{},[913,922,927],{"type":36,"tag":565,"props":914,"children":915},{},[916],{"type":36,"tag":114,"props":917,"children":919},{"className":918},[],[920],{"type":42,"value":921},"results[].title",{"type":36,"tag":565,"props":923,"children":924},{},[925],{"type":42,"value":926},"string?",{"type":36,"tag":565,"props":928,"children":929},{},[930],{"type":42,"value":931},"The suggested query enriched title (rich only)",{"type":36,"tag":528,"props":933,"children":934},{},[935,944,948],{"type":36,"tag":565,"props":936,"children":937},{},[938],{"type":36,"tag":114,"props":939,"children":941},{"className":940},[],[942],{"type":42,"value":943},"results[].description",{"type":36,"tag":565,"props":945,"children":946},{},[947],{"type":42,"value":926},{"type":36,"tag":565,"props":949,"children":950},{},[951],{"type":42,"value":952},"The suggested query enriched description (rich only)",{"type":36,"tag":528,"props":954,"children":955},{},[956,965,969],{"type":36,"tag":565,"props":957,"children":958},{},[959],{"type":36,"tag":114,"props":960,"children":962},{"className":961},[],[963],{"type":42,"value":964},"results[].img",{"type":36,"tag":565,"props":966,"children":967},{},[968],{"type":42,"value":926},{"type":36,"tag":565,"props":970,"children":971},{},[972],{"type":42,"value":973},"The suggested query enriched image URL (rich only)",{"type":36,"tag":49,"props":975,"children":976},{},[977,979,985,987,993],{"type":42,"value":978},"Fields with ",{"type":36,"tag":114,"props":980,"children":982},{"className":981},[],[983],{"type":42,"value":984},"null",{"type":42,"value":986}," values are excluded from the response. Non-rich results contain only the ",{"type":36,"tag":114,"props":988,"children":990},{"className":989},[],[991],{"type":42,"value":992},"query",{"type":42,"value":994}," field.",{"type":36,"tag":99,"props":996,"children":998},{"id":997},"rich-response-example-richtrue",[999,1001,1006],{"type":42,"value":1000},"Rich Response Example (",{"type":36,"tag":114,"props":1002,"children":1004},{"className":1003},[],[1005],{"type":42,"value":441},{"type":42,"value":654},{"type":36,"tag":106,"props":1008,"children":1012},{"className":1009,"code":1010,"language":1011,"meta":111,"style":111},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"type\": \"suggest\",\n  \"query\": { \"original\": \"albert\" },\n  \"results\": [\n    {\n      \"query\": \"albert einstein\",\n      \"is_entity\": true,\n      \"title\": \"Albert Einstein\",\n      \"description\": \"German-born theoretical physicist\",\n      \"img\": \"https:\u002F\u002Fimgs.search.brave.com\u002F...\"\n    },\n    { \"query\": \"albert einstein quotes\", \"is_entity\": false }\n  ]\n}\n","json",[1013],{"type":36,"tag":114,"props":1014,"children":1015},{"__ignoreMap":111},[1016,1024,1062,1121,1145,1153,1190,1215,1252,1289,1323,1331,1400,1409],{"type":36,"tag":118,"props":1017,"children":1018},{"class":120,"line":121},[1019],{"type":36,"tag":118,"props":1020,"children":1021},{"style":137},[1022],{"type":42,"value":1023},"{\n",{"type":36,"tag":118,"props":1025,"children":1026},{"class":120,"line":159},[1027,1032,1037,1041,1045,1049,1053,1057],{"type":36,"tag":118,"props":1028,"children":1029},{"style":137},[1030],{"type":42,"value":1031},"  \"",{"type":36,"tag":118,"props":1033,"children":1035},{"style":1034},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[1036],{"type":42,"value":808},{"type":36,"tag":118,"props":1038,"children":1039},{"style":137},[1040],{"type":42,"value":150},{"type":36,"tag":118,"props":1042,"children":1043},{"style":137},[1044],{"type":42,"value":496},{"type":36,"tag":118,"props":1046,"children":1047},{"style":137},[1048],{"type":42,"value":140},{"type":36,"tag":118,"props":1050,"children":1051},{"style":131},[1052],{"type":42,"value":4},{"type":36,"tag":118,"props":1054,"children":1055},{"style":137},[1056],{"type":42,"value":150},{"type":36,"tag":118,"props":1058,"children":1059},{"style":137},[1060],{"type":42,"value":1061},",\n",{"type":36,"tag":118,"props":1063,"children":1064},{"class":120,"line":185},[1065,1069,1073,1077,1081,1086,1090,1095,1099,1103,1107,1112,1116],{"type":36,"tag":118,"props":1066,"children":1067},{"style":137},[1068],{"type":42,"value":1031},{"type":36,"tag":118,"props":1070,"children":1071},{"style":1034},[1072],{"type":42,"value":992},{"type":36,"tag":118,"props":1074,"children":1075},{"style":137},[1076],{"type":42,"value":150},{"type":36,"tag":118,"props":1078,"children":1079},{"style":137},[1080],{"type":42,"value":496},{"type":36,"tag":118,"props":1082,"children":1083},{"style":137},[1084],{"type":42,"value":1085}," {",{"type":36,"tag":118,"props":1087,"children":1088},{"style":137},[1089],{"type":42,"value":140},{"type":36,"tag":118,"props":1091,"children":1092},{"style":125},[1093],{"type":42,"value":1094},"original",{"type":36,"tag":118,"props":1096,"children":1097},{"style":137},[1098],{"type":42,"value":150},{"type":36,"tag":118,"props":1100,"children":1101},{"style":137},[1102],{"type":42,"value":496},{"type":36,"tag":118,"props":1104,"children":1105},{"style":137},[1106],{"type":42,"value":140},{"type":36,"tag":118,"props":1108,"children":1109},{"style":131},[1110],{"type":42,"value":1111},"albert",{"type":36,"tag":118,"props":1113,"children":1114},{"style":137},[1115],{"type":42,"value":150},{"type":36,"tag":118,"props":1117,"children":1118},{"style":137},[1119],{"type":42,"value":1120}," },\n",{"type":36,"tag":118,"props":1122,"children":1123},{"class":120,"line":313},[1124,1128,1132,1136,1140],{"type":36,"tag":118,"props":1125,"children":1126},{"style":137},[1127],{"type":42,"value":1031},{"type":36,"tag":118,"props":1129,"children":1130},{"style":1034},[1131],{"type":42,"value":856},{"type":36,"tag":118,"props":1133,"children":1134},{"style":137},[1135],{"type":42,"value":150},{"type":36,"tag":118,"props":1137,"children":1138},{"style":137},[1139],{"type":42,"value":496},{"type":36,"tag":118,"props":1141,"children":1142},{"style":137},[1143],{"type":42,"value":1144}," [\n",{"type":36,"tag":118,"props":1146,"children":1147},{"class":120,"line":326},[1148],{"type":36,"tag":118,"props":1149,"children":1150},{"style":137},[1151],{"type":42,"value":1152},"    {\n",{"type":36,"tag":118,"props":1154,"children":1155},{"class":120,"line":352},[1156,1161,1165,1169,1173,1177,1182,1186],{"type":36,"tag":118,"props":1157,"children":1158},{"style":137},[1159],{"type":42,"value":1160},"      \"",{"type":36,"tag":118,"props":1162,"children":1163},{"style":125},[1164],{"type":42,"value":992},{"type":36,"tag":118,"props":1166,"children":1167},{"style":137},[1168],{"type":42,"value":150},{"type":36,"tag":118,"props":1170,"children":1171},{"style":137},[1172],{"type":42,"value":496},{"type":36,"tag":118,"props":1174,"children":1175},{"style":137},[1176],{"type":42,"value":140},{"type":36,"tag":118,"props":1178,"children":1179},{"style":131},[1180],{"type":42,"value":1181},"albert einstein",{"type":36,"tag":118,"props":1183,"children":1184},{"style":137},[1185],{"type":42,"value":150},{"type":36,"tag":118,"props":1187,"children":1188},{"style":137},[1189],{"type":42,"value":1061},{"type":36,"tag":118,"props":1191,"children":1192},{"class":120,"line":377},[1193,1197,1202,1206,1210],{"type":36,"tag":118,"props":1194,"children":1195},{"style":137},[1196],{"type":42,"value":1160},{"type":36,"tag":118,"props":1198,"children":1199},{"style":125},[1200],{"type":42,"value":1201},"is_entity",{"type":36,"tag":118,"props":1203,"children":1204},{"style":137},[1205],{"type":42,"value":150},{"type":36,"tag":118,"props":1207,"children":1208},{"style":137},[1209],{"type":42,"value":496},{"type":36,"tag":118,"props":1211,"children":1212},{"style":137},[1213],{"type":42,"value":1214}," true,\n",{"type":36,"tag":118,"props":1216,"children":1217},{"class":120,"line":402},[1218,1222,1227,1231,1235,1239,1244,1248],{"type":36,"tag":118,"props":1219,"children":1220},{"style":137},[1221],{"type":42,"value":1160},{"type":36,"tag":118,"props":1223,"children":1224},{"style":125},[1225],{"type":42,"value":1226},"title",{"type":36,"tag":118,"props":1228,"children":1229},{"style":137},[1230],{"type":42,"value":150},{"type":36,"tag":118,"props":1232,"children":1233},{"style":137},[1234],{"type":42,"value":496},{"type":36,"tag":118,"props":1236,"children":1237},{"style":137},[1238],{"type":42,"value":140},{"type":36,"tag":118,"props":1240,"children":1241},{"style":131},[1242],{"type":42,"value":1243},"Albert Einstein",{"type":36,"tag":118,"props":1245,"children":1246},{"style":137},[1247],{"type":42,"value":150},{"type":36,"tag":118,"props":1249,"children":1250},{"style":137},[1251],{"type":42,"value":1061},{"type":36,"tag":118,"props":1253,"children":1254},{"class":120,"line":427},[1255,1259,1264,1268,1272,1276,1281,1285],{"type":36,"tag":118,"props":1256,"children":1257},{"style":137},[1258],{"type":42,"value":1160},{"type":36,"tag":118,"props":1260,"children":1261},{"style":125},[1262],{"type":42,"value":1263},"description",{"type":36,"tag":118,"props":1265,"children":1266},{"style":137},[1267],{"type":42,"value":150},{"type":36,"tag":118,"props":1269,"children":1270},{"style":137},[1271],{"type":42,"value":496},{"type":36,"tag":118,"props":1273,"children":1274},{"style":137},[1275],{"type":42,"value":140},{"type":36,"tag":118,"props":1277,"children":1278},{"style":131},[1279],{"type":42,"value":1280},"German-born theoretical physicist",{"type":36,"tag":118,"props":1282,"children":1283},{"style":137},[1284],{"type":42,"value":150},{"type":36,"tag":118,"props":1286,"children":1287},{"style":137},[1288],{"type":42,"value":1061},{"type":36,"tag":118,"props":1290,"children":1292},{"class":120,"line":1291},10,[1293,1297,1302,1306,1310,1314,1319],{"type":36,"tag":118,"props":1294,"children":1295},{"style":137},[1296],{"type":42,"value":1160},{"type":36,"tag":118,"props":1298,"children":1299},{"style":125},[1300],{"type":42,"value":1301},"img",{"type":36,"tag":118,"props":1303,"children":1304},{"style":137},[1305],{"type":42,"value":150},{"type":36,"tag":118,"props":1307,"children":1308},{"style":137},[1309],{"type":42,"value":496},{"type":36,"tag":118,"props":1311,"children":1312},{"style":137},[1313],{"type":42,"value":140},{"type":36,"tag":118,"props":1315,"children":1316},{"style":131},[1317],{"type":42,"value":1318},"https:\u002F\u002Fimgs.search.brave.com\u002F...",{"type":36,"tag":118,"props":1320,"children":1321},{"style":137},[1322],{"type":42,"value":446},{"type":36,"tag":118,"props":1324,"children":1325},{"class":120,"line":23},[1326],{"type":36,"tag":118,"props":1327,"children":1328},{"style":137},[1329],{"type":42,"value":1330},"    },\n",{"type":36,"tag":118,"props":1332,"children":1334},{"class":120,"line":1333},12,[1335,1340,1344,1348,1352,1356,1360,1365,1369,1374,1378,1382,1386,1390,1395],{"type":36,"tag":118,"props":1336,"children":1337},{"style":137},[1338],{"type":42,"value":1339},"    {",{"type":36,"tag":118,"props":1341,"children":1342},{"style":137},[1343],{"type":42,"value":140},{"type":36,"tag":118,"props":1345,"children":1346},{"style":125},[1347],{"type":42,"value":992},{"type":36,"tag":118,"props":1349,"children":1350},{"style":137},[1351],{"type":42,"value":150},{"type":36,"tag":118,"props":1353,"children":1354},{"style":137},[1355],{"type":42,"value":496},{"type":36,"tag":118,"props":1357,"children":1358},{"style":137},[1359],{"type":42,"value":140},{"type":36,"tag":118,"props":1361,"children":1362},{"style":131},[1363],{"type":42,"value":1364},"albert einstein quotes",{"type":36,"tag":118,"props":1366,"children":1367},{"style":137},[1368],{"type":42,"value":150},{"type":36,"tag":118,"props":1370,"children":1371},{"style":137},[1372],{"type":42,"value":1373},",",{"type":36,"tag":118,"props":1375,"children":1376},{"style":137},[1377],{"type":42,"value":140},{"type":36,"tag":118,"props":1379,"children":1380},{"style":125},[1381],{"type":42,"value":1201},{"type":36,"tag":118,"props":1383,"children":1384},{"style":137},[1385],{"type":42,"value":150},{"type":36,"tag":118,"props":1387,"children":1388},{"style":137},[1389],{"type":42,"value":496},{"type":36,"tag":118,"props":1391,"children":1392},{"style":137},[1393],{"type":42,"value":1394}," false",{"type":36,"tag":118,"props":1396,"children":1397},{"style":137},[1398],{"type":42,"value":1399}," }\n",{"type":36,"tag":118,"props":1401,"children":1403},{"class":120,"line":1402},13,[1404],{"type":36,"tag":118,"props":1405,"children":1406},{"style":137},[1407],{"type":42,"value":1408},"  ]\n",{"type":36,"tag":118,"props":1410,"children":1412},{"class":120,"line":1411},14,[1413],{"type":36,"tag":118,"props":1414,"children":1415},{"style":137},[1416],{"type":42,"value":1417},"}\n",{"type":36,"tag":92,"props":1419,"children":1421},{"id":1420},"use-cases",[1422],{"type":42,"value":1423},"Use Cases",{"type":36,"tag":498,"props":1425,"children":1426},{},[1427,1437,1463,1480],{"type":36,"tag":502,"props":1428,"children":1429},{},[1430,1435],{"type":36,"tag":53,"props":1431,"children":1432},{},[1433],{"type":42,"value":1434},"Search-as-you-type UI",{"type":42,"value":1436},": Real-time autocomplete dropdown. Debounce 150-300ms.",{"type":36,"tag":502,"props":1438,"children":1439},{},[1440,1445,1447,1453,1455,1461],{"type":36,"tag":53,"props":1441,"children":1442},{},[1443],{"type":42,"value":1444},"Query refinement for RAG",{"type":42,"value":1446},": Expand partial\u002Fambiguous queries before calling ",{"type":36,"tag":114,"props":1448,"children":1450},{"className":1449},[],[1451],{"type":42,"value":1452},"web-search",{"type":42,"value":1454}," or ",{"type":36,"tag":114,"props":1456,"children":1458},{"className":1457},[],[1459],{"type":42,"value":1460},"llm-context",{"type":42,"value":1462},".",{"type":36,"tag":502,"props":1464,"children":1465},{},[1466,1471,1473,1478],{"type":36,"tag":53,"props":1467,"children":1468},{},[1469],{"type":42,"value":1470},"Entity detection",{"type":42,"value":1472},": Use ",{"type":36,"tag":114,"props":1474,"children":1476},{"className":1475},[],[1477],{"type":42,"value":441},{"type":42,"value":1479}," to detect entities with title, description, and image for preview cards.",{"type":36,"tag":502,"props":1481,"children":1482},{},[1483,1488],{"type":36,"tag":53,"props":1484,"children":1485},{},[1486],{"type":42,"value":1487},"Typo-tolerant input",{"type":42,"value":1489},": Get clean suggestions from misspelled input without separate spellcheck.",{"type":36,"tag":92,"props":1491,"children":1493},{"id":1492},"notes",[1494],{"type":42,"value":1495},"Notes",{"type":36,"tag":498,"props":1497,"children":1498},{},[1499,1509,1519],{"type":36,"tag":502,"props":1500,"children":1501},{},[1502,1507],{"type":36,"tag":53,"props":1503,"children":1504},{},[1505],{"type":42,"value":1506},"Latency",{"type":42,"value":1508},": Designed for \u003C100ms response times",{"type":36,"tag":502,"props":1510,"children":1511},{},[1512,1517],{"type":36,"tag":53,"props":1513,"children":1514},{},[1515],{"type":42,"value":1516},"Country\u002Flang",{"type":42,"value":1518},": Hints for suggestion relevance, not strict filters",{"type":36,"tag":502,"props":1520,"children":1521},{},[1522,1527],{"type":36,"tag":53,"props":1523,"children":1524},{},[1525],{"type":42,"value":1526},"Typo handling",{"type":42,"value":1528},": Suggestions handle common typos without separate spellcheck",{"type":36,"tag":1530,"props":1531,"children":1532},"style",{},[1533],{"type":42,"value":1534},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1536,"total":1333},[1537,1549,1565,1577,1586,1595,1607],{"slug":1538,"name":1538,"fn":1539,"description":1540,"org":1541,"tags":1542,"stars":19,"repoUrl":20,"updatedAt":1548},"answers","get AI-grounded answers via Brave","USE FOR AI-grounded answers via OpenAI-compatible \u002Fchat\u002Fcompletions. Two modes: single-search (fast) or deep research (enable_research=true, thorough multi-search). Streaming\u002Fblocking. Citations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1543,1544,1547],{"name":13,"slug":14,"type":15},{"name":1545,"slug":1546,"type":15},"LLM","llm",{"name":17,"slug":18,"type":15},"2026-04-06T18:05:53.15861",{"slug":1550,"name":1550,"fn":1551,"description":1552,"org":1553,"tags":1554,"stars":19,"repoUrl":20,"updatedAt":1564},"bx","perform token-efficient web searches","USE FOR web search, research, RAG, grounding, browse, find, lookups, fact-checking, documentation, agentic AI. All-in-one, optimized for AI agents. Pre-extracted, token-budgeted web content, deep research, news, images, videos, places, custom ranking",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1555,1558,1559,1560,1563],{"name":1556,"slug":1557,"type":15},"AI Context","ai-context",{"name":13,"slug":14,"type":15},{"name":1545,"slug":1546,"type":15},{"name":1561,"slug":1562,"type":15},"Research","research",{"name":17,"slug":18,"type":15},"2026-04-08T04:55:31.217318",{"slug":1566,"name":1566,"fn":1567,"description":1568,"org":1569,"tags":1570,"stars":19,"repoUrl":20,"updatedAt":1576},"bx-search","search the web via Brave CLI","Web search using the Brave Search CLI (`bx`). Use for ALL web search requests — including \"search for\", \"look up\", \"find\", \"what is\", \"how do I\", \"google this\", and any request needing current or external information. Prefer this over the built-in web_search tool whenever bx is available. Also use for: documentation lookup, troubleshooting research, RAG grounding, news, images, videos, local places, and AI-synthesized answers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1571,1572,1575],{"name":13,"slug":14,"type":15},{"name":1573,"slug":1574,"type":15},"CLI","cli",{"name":17,"slug":18,"type":15},"2026-04-06T18:06:05.777322",{"slug":1578,"name":1578,"fn":1579,"description":1580,"org":1581,"tags":1582,"stars":19,"repoUrl":20,"updatedAt":1585},"images-search","search images via Brave Search","USE FOR image search. Returns images with title, source URL, thumbnail. Supports SafeSearch filter. Up to 200 results.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1583,1584],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},"2026-04-06T18:06:04.504482",{"slug":1460,"name":1460,"fn":1587,"description":1588,"org":1589,"tags":1590,"stars":19,"repoUrl":20,"updatedAt":1594},"fetch web content for LLM grounding","USE FOR RAG\u002FLLM grounding. Returns pre-extracted web content (text, tables, code) optimized for LLMs. GET + POST. Adjust max_tokens\u002Fcount based on complexity. Supports Goggles, local\u002FPOI. For AI answers use answers. Recommended for anyone building AI\u002Fagentic applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1591,1592,1593],{"name":13,"slug":14,"type":15},{"name":1545,"slug":1546,"type":15},{"name":17,"slug":18,"type":15},"2026-04-06T18:05:58.243978",{"slug":1596,"name":1596,"fn":1597,"description":1598,"org":1599,"tags":1600,"stars":19,"repoUrl":20,"updatedAt":1606},"local-descriptions","fetch AI-generated descriptions for local POIs","USE FOR getting AI-generated POI text descriptions. Requires POI IDs obtained from web-search (with result_filter=locations). Returns markdown descriptions grounded in web search context. Max 20 IDs per request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1601,1602,1605],{"name":13,"slug":14,"type":15},{"name":1603,"slug":1604,"type":15},"Local Search","local-search",{"name":17,"slug":18,"type":15},"2026-04-06T18:06:03.239884",{"slug":1608,"name":1608,"fn":1609,"description":1610,"org":1611,"tags":1612,"stars":19,"repoUrl":20,"updatedAt":1616},"local-pois","fetch local business and POI details","USE FOR getting local business\u002FPOI details. Requires POI IDs obtained from web-search (with result_filter=locations). Returns full business information including ratings, hours, contact info. Max 20 IDs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1613,1614,1615],{"name":13,"slug":14,"type":15},{"name":1603,"slug":1604,"type":15},{"name":17,"slug":18,"type":15},"2026-04-06T18:05:55.722361",{"items":1618,"total":1333},[1619,1625,1633,1639,1644,1650,1656,1662,1671,1680,1685,1697],{"slug":1538,"name":1538,"fn":1539,"description":1540,"org":1620,"tags":1621,"stars":19,"repoUrl":20,"updatedAt":1548},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1622,1623,1624],{"name":13,"slug":14,"type":15},{"name":1545,"slug":1546,"type":15},{"name":17,"slug":18,"type":15},{"slug":1550,"name":1550,"fn":1551,"description":1552,"org":1626,"tags":1627,"stars":19,"repoUrl":20,"updatedAt":1564},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1628,1629,1630,1631,1632],{"name":1556,"slug":1557,"type":15},{"name":13,"slug":14,"type":15},{"name":1545,"slug":1546,"type":15},{"name":1561,"slug":1562,"type":15},{"name":17,"slug":18,"type":15},{"slug":1566,"name":1566,"fn":1567,"description":1568,"org":1634,"tags":1635,"stars":19,"repoUrl":20,"updatedAt":1576},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1636,1637,1638],{"name":13,"slug":14,"type":15},{"name":1573,"slug":1574,"type":15},{"name":17,"slug":18,"type":15},{"slug":1578,"name":1578,"fn":1579,"description":1580,"org":1640,"tags":1641,"stars":19,"repoUrl":20,"updatedAt":1585},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1642,1643],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"slug":1460,"name":1460,"fn":1587,"description":1588,"org":1645,"tags":1646,"stars":19,"repoUrl":20,"updatedAt":1594},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1647,1648,1649],{"name":13,"slug":14,"type":15},{"name":1545,"slug":1546,"type":15},{"name":17,"slug":18,"type":15},{"slug":1596,"name":1596,"fn":1597,"description":1598,"org":1651,"tags":1652,"stars":19,"repoUrl":20,"updatedAt":1606},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1653,1654,1655],{"name":13,"slug":14,"type":15},{"name":1603,"slug":1604,"type":15},{"name":17,"slug":18,"type":15},{"slug":1608,"name":1608,"fn":1609,"description":1610,"org":1657,"tags":1658,"stars":19,"repoUrl":20,"updatedAt":1616},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1659,1660,1661],{"name":13,"slug":14,"type":15},{"name":1603,"slug":1604,"type":15},{"name":17,"slug":18,"type":15},{"slug":1663,"name":1663,"fn":1664,"description":1665,"org":1666,"tags":1667,"stars":19,"repoUrl":20,"updatedAt":1670},"news-search","search news articles","USE FOR news search. Returns news articles with title, URL, description, age, thumbnail. Supports freshness and date range filtering, SafeSearch filter and Goggles for custom ranking.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1668,1669],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},"2026-04-06T18:06:01.995483",{"slug":1672,"name":1672,"fn":1673,"description":1674,"org":1675,"tags":1676,"stars":19,"repoUrl":20,"updatedAt":1679},"spellcheck","spell-correct search queries","USE FOR spell correction. Returns corrected query if misspelled. Most search endpoints have spellcheck built-in; use this only for pre-search query cleanup or \"Did you mean?\" UI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1677,1678],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},"2026-04-06T18:05:59.499925",{"slug":4,"name":4,"fn":5,"description":6,"org":1681,"tags":1682,"stars":19,"repoUrl":20,"updatedAt":21},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1683,1684],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"slug":1686,"name":1686,"fn":1687,"description":1688,"org":1689,"tags":1690,"stars":19,"repoUrl":20,"updatedAt":1696},"videos-search","search videos via Brave Search","USE FOR video search. Returns videos with title, URL, thumbnail, duration, view count, creator. Supports freshness filters, SafeSearch, pagination.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1691,1692,1693],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":1694,"slug":1695,"type":15},"Video","video","2026-04-06T18:05:56.996883",{"slug":1452,"name":1452,"fn":1698,"description":1699,"org":1700,"tags":1701,"stars":19,"repoUrl":20,"updatedAt":1704},"search the web via Brave API","USE FOR web search. Returns ranked results with snippets, URLs, thumbnails. Supports freshness filters, SafeSearch, Goggles for custom ranking, pagination. Primary search endpoint.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1702,1703],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},"2026-04-06T18:06:00.748827"]