Beta feature: Extract product information from a brand’s website. Brand.dev will analyze the website and return a list of products with details such as name, description, image, pricing, features, and more.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The domain name to analyze
Maximum number of products to extract.
1 <= x <= 12Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
1 <= x <= 300000Successful response
Array of products extracted from the website