curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/competitors/keywords-metrics-by-brands \
--header 'Authorization: Bearer <token>'[
{
"keyword_id": "<string>",
"keyword_text": "<string>",
"thematic_name": "<string>",
"brands": {},
"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,
"last_processed_at": "2023-11-07T05:31:56Z",
"type": "<string>",
"persona": "<string>",
"topic": "<string>",
"funnel_stage": "<string>",
"strength": "<string>",
"weakness": "<string>",
"related_product": "<string>",
"sub_brand": "<string>"
}
]Get brand rankings for multiple competitors 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/competitors/keywords-metrics-by-brands \
--header 'Authorization: Bearer <token>'[
{
"keyword_id": "<string>",
"keyword_text": "<string>",
"thematic_name": "<string>",
"brands": {},
"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,
"last_processed_at": "2023-11-07T05:31:56Z",
"type": "<string>",
"persona": "<string>",
"topic": "<string>",
"funnel_stage": "<string>",
"strength": "<string>",
"weakness": "<string>",
"related_product": "<string>",
"sub_brand": "<string>"
}
]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.
All, Common, Absent, Unexplored, Exclusive, Underperforming, Outperforming Project Id
Client id
Sources
Bing, BingAIO, ChatGPT, Perplexity, Google, GoogleAIO, GoogleAIMode, Claude, Gemini, AmazonRufus Brands
Thematic
Keyword Type
Generic, Brand 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
Show child attributes