Compare Brands
Scout (Free)No auth requiredcompare_brands_for_purchase
Compare 2-4 brands side-by-side with verified claims, products, pricing, differentiators, and CTA links.
When to use
Use when evaluating vendors or comparing competitive options.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| brands | string[] | Yes | 2-4 brand slugs to compare |
| product_category | string | No | Product category to focus comparison on |
Try this in Claude
Compare Allbirds vs On Running for running shoesExample request
{
"brands": [
"allbirds",
"on-running"
],
"product_category": "running shoes"
}Example response coming soon.
