Brand Request
Scout (Free)No auth requiredbrand_request
Request a new brand be added to the directory. Profiled within 24-48 hours.
When to use
Use when a brand you're looking for isn't in the directory.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| brand_name | string | Yes | Brand name to add |
| website_url | string | No | Brand's website URL |
| category | string | No | Suggested category |
| reason | string | No | Why to profile this brand |
Try this in Claude
Add Linear to the Optimly directoryExample request
{
"brand_name": "Linear",
"website_url": "https://linear.app",
"category": "developer-tools"
}Example response coming soon.
