Returns a list of products associated with a brand. Requires brand_url on every request, including pagination requests that send cursor. When cursor is provided, brand_url must match the brand encoded in that cursor.
Response format:
The service prioritizes prominent and popular products from the brand’s website.
Input model for brand product research endpoint.
Required. Brand website URL to research for products. Provide this on every request, including pagination requests that also send a cursor.
"https://glossier.com"
Deprecated — brand name is now resolved automatically from the URL. This field is accepted but ignored.
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. When set, brand_url is still required and must match the brand encoded in the cursor. If omitted, the first page of results is returned.
Maximum number of products to return per page.
5 <= x <= 20Effort 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"