---
title: "Search foods by brand names. Return maximum of 20 items"
method: GET
path: "/foods/search_by_brand"
tags: ["food"]
---

# Search foods by brand names. Return maximum of 20 items

`GET /foods/search_by_brand`

## Query parameters

- `search_text` string, required

## Response `200`

successful operation

- CognitiveSearchResponse
  - `context` string, required — context
  - `parameters` CognitiveSearchParametersResponse, required
    - `search` string, required — matching food name
    - `skip` integer, required — row id in index
  - `search_results` CognitiveSearchRowResponse[], nullable, required
    - `brand_name` string, nullable — matching brand name
    - `food_name` string, required — matching food name
    - `id` integer, required — row id in index
    - `manufacturer` string, nullable — matching manufacturer name
    - `score` number, required — context

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/a61b77b30e63?raw)
