Buyer Simulation
Scout (Free)No auth requiredbuyer_simulation
Simulate what AI models would recommend in a product category. For MARKET RESEARCH, not product discovery (use find_by_intent for that).
When to use
Use to see who AI recommends in a category and whether your brand shows up.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | Buyer question |
| category_slug | string | No | Category slug (always provide for best results) |
| max_results | number | No | Max brands to return (default 10) |
Try this in Claude
Simulate what a VP of Marketing sees when they ask AI to recommend CRM toolsExample request
{
"query": "best CRM for mid-market SaaS",
"category_slug": "sales-crm",
"max_results": 10
}Example response coming soon.
