curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/keywords-metrics/brand-mentions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"keyword_id": "<string>",
"keyword_text": "<string>",
"thematic_name": "<string>",
"topic": "<string>",
"persona": "<string>",
"funnel_stage": "<string>",
"strength": "<string>",
"weakness": "<string>",
"related_product": "<string>",
"sub_brand": "<string>",
"brand": "<string>",
"intent": [
"<string>"
],
"search_volume": 123,
"trends": [
123
],
"search_interest_trends": [
123
],
"related_queries": [
{
"query": "<string>",
"relevance": 123,
"search_volume": 123,
"trends": [
123
],
"intents": [
"<string>"
]
}
],
"score": 123,
"bing_seo_rank": 123,
"bing_seo_previous_rank": 123,
"bing_seo_content": "<string>",
"google_seo_rank": 123,
"google_seo_previous_rank": 123,
"google_seo_content": "<string>",
"bing_aio_rank": 123,
"bing_aio_previous_rank": 123,
"bing_aio_content": "<string>",
"google_aio_rank": 123,
"google_aio_previous_rank": 123,
"google_aio_content": "<string>",
"gpt_rank": 123,
"gpt_previous_rank": 123,
"gpt_content": "<string>",
"gemini_rank": 123,
"gemini_previous_rank": 123,
"gemini_content": "<string>",
"perplexity_rank": 123,
"perplexity_previous_rank": 123,
"perplexity_content": "<string>",
"type": "<string>",
"has_google_aio": false,
"has_bing_aio": false,
"claude_rank": 123,
"claude_previous_rank": 123,
"claude_content": "<string>",
"google_ai_mode_rank": 123,
"google_ai_mode_previous_rank": 123,
"google_ai_mode_content": "<string>",
"entity_type": "brand"
}
]
}Brand mentions rankings aggregated per keyword including rankings, search volume, trends, and related queries. Supports filtering and comparison with previous collects.
curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/keywords-metrics/brand-mentions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"keyword_id": "<string>",
"keyword_text": "<string>",
"thematic_name": "<string>",
"topic": "<string>",
"persona": "<string>",
"funnel_stage": "<string>",
"strength": "<string>",
"weakness": "<string>",
"related_product": "<string>",
"sub_brand": "<string>",
"brand": "<string>",
"intent": [
"<string>"
],
"search_volume": 123,
"trends": [
123
],
"search_interest_trends": [
123
],
"related_queries": [
{
"query": "<string>",
"relevance": 123,
"search_volume": 123,
"trends": [
123
],
"intents": [
"<string>"
]
}
],
"score": 123,
"bing_seo_rank": 123,
"bing_seo_previous_rank": 123,
"bing_seo_content": "<string>",
"google_seo_rank": 123,
"google_seo_previous_rank": 123,
"google_seo_content": "<string>",
"bing_aio_rank": 123,
"bing_aio_previous_rank": 123,
"bing_aio_content": "<string>",
"google_aio_rank": 123,
"google_aio_previous_rank": 123,
"google_aio_content": "<string>",
"gpt_rank": 123,
"gpt_previous_rank": 123,
"gpt_content": "<string>",
"gemini_rank": 123,
"gemini_previous_rank": 123,
"gemini_content": "<string>",
"perplexity_rank": 123,
"perplexity_previous_rank": 123,
"perplexity_content": "<string>",
"type": "<string>",
"has_google_aio": false,
"has_bing_aio": false,
"claude_rank": 123,
"claude_previous_rank": 123,
"claude_content": "<string>",
"google_ai_mode_rank": 123,
"google_ai_mode_previous_rank": 123,
"google_ai_mode_content": "<string>",
"entity_type": "brand"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project Id
Sources
Bing, BingAIO, ChatGPT, Perplexity, Google, GoogleAIO, GoogleAIMode, Claude, Gemini, AmazonRufus Client id
Thematic
Keyword Type
Generic, Brand Successful Response
Show child attributes