curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/top-brands \
--header 'Authorization: Bearer <token>'{
"total_count": 123,
"data": [
{
"brand": "<string>",
"nb_keywords": 123,
"total_mentions": 123,
"visibility_score": 123,
"average_rank": 123,
"presence_rate": 123,
"total": 123,
"occurrences": 123,
"is_my_brand": true,
"competitor_type": "UNKNOWN",
"nb_keywords_prev_collect": 123,
"total_mentions_prev_collect": 123,
"average_rank_prev_collect": 123,
"presence_rate_prev_collect": 123,
"total_prev_collect": 123,
"occurrences_prev_collect": 123
}
]
}Get the top visible brands for a project across different sources with metrics including visibility score, presence rate, and average rank.
curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/top-brands \
--header 'Authorization: Bearer <token>'{
"total_count": 123,
"data": [
{
"brand": "<string>",
"nb_keywords": 123,
"total_mentions": 123,
"visibility_score": 123,
"average_rank": 123,
"presence_rate": 123,
"total": 123,
"occurrences": 123,
"is_my_brand": true,
"competitor_type": "UNKNOWN",
"nb_keywords_prev_collect": 123,
"total_mentions_prev_collect": 123,
"average_rank_prev_collect": 123,
"presence_rate_prev_collect": 123,
"total_prev_collect": 123,
"occurrences_prev_collect": 123
}
]
}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.
Bing, BingAIO, ChatGPT, Perplexity, Google, GoogleAIO, GoogleAIMode, Claude, Gemini, AmazonRufus ToFu, MoFu, BoFu neutral BRANDED_WEBSITE, COMMUNITY_HELP_CENTER, COMPARISON_SITE, GOVERNMENT_ACADEMIC, INFLUENCER_CREATOR_BLOG, NEWS_MEDIA, PRODUCT_REVIEW_SITE, QA_FORUM, RETAIL_ECOMMERCE, SPECIALIST_BLOG, WIKI_ENCYCLOPEDIA, UNKNOWN brand, visibility_score, nb_mentions, nb_distinct_keywords, average_position, presence_rate asc, desc Project Id
Client id
Brands