Returns a list of products associated with a brand. Supports various input methods:
Response format:
The service prioritizes prominent and popular products from the brand’s website.
Input model for brand product research endpoint.
Raw text containing brand information for auto-detection. When provided, brand name and URL will be extracted automatically.
"Check out Nike's latest collection at nike.com"
The URL of the brand's website to research for products
"https://nike.com"
The brand name to research (will search for website if URL not provided)
"Nike"
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://nike.com"
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"