Returns a list of products associated with a brand. Requires brand_url (or cursor for pagination); optionally accepts brand_name as a hint (resolved automatically from URL if omitted).
Response format:
The service prioritizes prominent and popular products from the brand’s website.
Input model for brand product research endpoint.
The URL of the brand's website to research for products
"https://glossier.com"
Optional brand name hint (resolved automatically from URL if omitted)
"Glossier"
Format for the response: 'json' for structured data, 'text' for natural language
json, text "json"
Use this to paginate through results, providing the next_cursor returned from a previous request. If omitted, the first page of results is returned.
Effort level for product research; 'auto' will adjust hydration effort based on result quality.
auto, low, mid, high Successful Response
Response model for brand product research results.
The brand's primary website URL
"https://www.glossier.com"
The resolved brand name
"Glossier"
List of products found on the brand's website
Pagination cursor for the next page of results (if available).
Whether there are more pages available.
true
Effective effort level actually used to produce these results (resolved; never 'auto').
auto, low, mid, high "low"