Category Browse
Scout (Free)No auth requiredcategory_browse
Browse the directory's 40+ industry categories. Use 'list' to see all categories, 'detail' to explore a specific one.
When to use
Use for market research, sector analysis, and industry landscapes.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| action | stringlistdetail | Yes | List all or get detail |
| slug | string | No | Category slug (required for detail) |
| subcategory | string | No | Subcategory filter (detail only) |
| depth | stringsummaryfull | No | Detail level (default summary) |
Try this in Claude
Browse all categories in the Optimly directoryExample request
{
"action": "list"
}Example response
{
"categories": [
{
"slug": "developer-tools",
"name": "Developer Tools",
"brand_count": 142,
"avg_bai": 68
}
],
"total": 42
}