Skip to main content
GET
Search Branded Foods

Authorizations

Authorization
string
header
required

Your API key, which starts with orbbit_data_.

Query Parameters

description
string

Product name contains this, ignoring case; empty or absent means no filter

brand
string

Brand owner, brand name, or sub-brand contains this, ignoring case

category
string

Exact category, ignoring case — see GET /v1/branded-foods/categories for the accepted values

upc
string

Exact barcode (GTIN/UPC)

ingredient
string

Ingredient statement contains this, ignoring case

limit
integer
default:50

Page size, 1–200; defaults to 50

Required range: 1 <= x <= 200
cursor
string

The next_cursor of the previous page; absent means the first page

Response

Success

data
object[]
required
next_cursor
string | null
required