Skip to main content
Mentions

Web pages that mention a brand for a query

View Markdown

Searches Google for a query (or the brand name) and returns the organic results that mention the brand in their title, URL, or snippet. Costs 2 credits.

POST/v1/mentions/

Authorization

accessKey
x-access-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/mentions/" \  -H "Content-Type: application/json" \  -d '{    "brand": "string"  }'
{
  "success": true,
  "credits": {
    "charged": 0,
    "remaining": 0
  },
  "data": {
    "brand": "string",
    "query": "string",
    "total_mentions": 0,
    "mentions": [
      {
        "position": null,
        "title": null,
        "url": null,
        "domain": null,
        "snippet": null
      }
    ]
  }
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}