curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/keywords-metrics \
--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>",
"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_url": "<string>",
"google_seo_rank": 123,
"google_seo_previous_rank": 123,
"google_seo_url": "<string>",
"bing_aio_rank": 123,
"bing_aio_previous_rank": 123,
"bing_aio_url": "<string>",
"google_aio_rank": 123,
"google_aio_previous_rank": 123,
"google_aio_url": "<string>",
"gpt_rank": 123,
"gpt_previous_rank": 123,
"gpt_url": "<string>",
"gemini_rank": 123,
"gemini_previous_rank": 123,
"gemini_url": "<string>",
"perplexity_rank": 123,
"perplexity_previous_rank": 123,
"perplexity_url": "<string>",
"google_seo_main_brand_ranked": true,
"google_aio_main_brand_ranked": true,
"bing_seo_main_brand_ranked": true,
"bing_aio_main_brand_ranked": true,
"gemini_main_brand_ranked": true,
"perplexity_main_brand_ranked": true,
"gpt_main_brand_ranked": true,
"type": "<string>",
"has_google_aio": false,
"has_bing_aio": false,
"claude_rank": 123,
"claude_previous_rank": 123,
"claude_url": "<string>",
"google_ai_mode_rank": 123,
"google_ai_mode_previous_rank": 123,
"google_ai_mode_url": "<string>"
}
]
}Getrankings for the main domain of a project aggregated per keyword including rankings, search volume, trends, and related queries.
curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/keywords-metrics \
--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>",
"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_url": "<string>",
"google_seo_rank": 123,
"google_seo_previous_rank": 123,
"google_seo_url": "<string>",
"bing_aio_rank": 123,
"bing_aio_previous_rank": 123,
"bing_aio_url": "<string>",
"google_aio_rank": 123,
"google_aio_previous_rank": 123,
"google_aio_url": "<string>",
"gpt_rank": 123,
"gpt_previous_rank": 123,
"gpt_url": "<string>",
"gemini_rank": 123,
"gemini_previous_rank": 123,
"gemini_url": "<string>",
"perplexity_rank": 123,
"perplexity_previous_rank": 123,
"perplexity_url": "<string>",
"google_seo_main_brand_ranked": true,
"google_aio_main_brand_ranked": true,
"bing_seo_main_brand_ranked": true,
"bing_aio_main_brand_ranked": true,
"gemini_main_brand_ranked": true,
"perplexity_main_brand_ranked": true,
"gpt_main_brand_ranked": true,
"type": "<string>",
"has_google_aio": false,
"has_bing_aio": false,
"claude_rank": 123,
"claude_previous_rank": 123,
"claude_url": "<string>",
"google_ai_mode_rank": 123,
"google_ai_mode_previous_rank": 123,
"google_ai_mode_url": "<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.
Project Id
Sources
Bing, BingAIO, ChatGPT, Perplexity, Google, GoogleAIO, GoogleAIMode, Claude, Gemini, AmazonRufus Client id
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