Search Google for brand mentions. Returns URLs, titles, snippets, sentiment, and...
https://api.strale.io/x402/v2/brand-mention-searchOverview
Search Google for brand mentions. Returns URLs, titles, snippets, sentiment, and source type. Every result is a clickable, verifiable URL.
Protocol
x402
Price
$0.32
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
tools/search
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:44
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"brand_name": {
"required": true,
"type": "string"
},
"exclude_own_domain": {
"type": "string"
},
"max_results": {
"type": "integer"
}
},
"type": "http"
}
Output Schema
{
"brand_name": {
"type": "string"
},
"mentions": {
"type": "array"
},
"total_results_found": {
"type": "integer"
}
}