Product Details
Provides details for a specific product including description, features, and pricing. Provide as much information as you have — more context improves accuracy.
Input:
- product_name: Required.
- product_url, brand_url, brand_name: Optional. At least one required to identify the brand.
Effort Levels:
- low: fast extraction from the product page.
- high: includes competitive research (alternatives).
Documentation Index
Fetch the complete documentation index at: https://docs.upriver.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
Input model for detailed product research endpoint.
The name of the product to research.
"Boy Brow"
The brand's website URL.
"https://glossier.com"
Deprecated — brand name is now resolved automatically from the URL. This field is accepted but ignored.
The product page URL.
"https://www.glossier.com/products/boy-brow"
Effort level: 'low' (basic details), 'high' (includes competitive info)
auto, low, mid, high "low"
Response
Successful Response
Response model for detailed product research.
Official product name
"Boy Brow"
Detailed product description
"A brushable, buildable brow gel that thickens and shapes brows. Available in 5 shades, Boy Brow uses a short bristle brush to deposit a flexible, buildable hold formula."
Key features
[
"Flexible, buildable hold",
"Short bristle brush for precise application",
"Available in 5 shades",
"Conditioning formula with cellulose and oleic acid"
]
Technical specifications
{
"shades": "Blond, Brown, Black, Auburn, Clear",
"size": "3.12 g / 0.11 oz",
"type": "Brow gel"
}
Price information
"$18.00"
Currency code
"USD"
Summary of reviews
"4.5 stars from 3,200+ reviews. Customers love the natural look and easy application."
Alternative products (high effort only)
[
"Benefit Gimme Brow+",
"NYX Thick It Stick It Brow Gel"
]
Product images
[
"https://www.glossier.com/cdn/images/boy-brow-brown.jpg"
]