Search products by name

Search the Tuduu master catalog of packaged products by product name, ranked using Italian full-text search. Returns the whole catalog, edible and non-edible alike, and exposes the Tuduu internal identifier accepted by the other product endpoints. Ingredients are not always known: the 'ingredients' field is null for products whose label we have not collected, and those products are searchable all the same. To search foods for a diary, with generic foods and nutrients included, use the Foods endpoints instead. Italian only: this endpoint answers 406 for any other Accept-Language, because the master catalog holds Italian data.

POST
/products/search
Products
Cost: 10 credits

Request

application/json
object

ProductSearchRequest

object

searchText

Free-text product name to search for

string

page

Zero-based page number

integer<int32> | null

size?

Number of items per page

integer<int32>