curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/top-domains \
--header 'Authorization: Bearer <token>'[
{
"domain": "<string>",
"nb_keywords": 123,
"nb_unique_urls": 123,
"visibility_score": 123,
"average_rank": 123,
"presence_rate": 123,
"total": 123,
"occurrences": 123,
"is_my_domain": true,
"competitor_type": "UNKNOWN",
"nb_keywords_prev_collect": 123,
"nb_unique_urls_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 domains for a project across different sources with metrics including visibility score, presence rate, average rank, and number of unique URLs.
curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/top-domains \
--header 'Authorization: Bearer <token>'[
{
"domain": "<string>",
"nb_keywords": 123,
"nb_unique_urls": 123,
"visibility_score": 123,
"average_rank": 123,
"presence_rate": 123,
"total": 123,
"occurrences": 123,
"is_my_domain": true,
"competitor_type": "UNKNOWN",
"nb_keywords_prev_collect": 123,
"nb_unique_urls_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.
Project Id
Sources
Bing, BingAIO, ChatGPT, Perplexity, Google, GoogleAIO, GoogleAIMode, Claude, Gemini, AmazonRufus Client id
Domains
Competitor Types
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 Successful Response
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