curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/keyword-details \
--header 'Authorization: Bearer <token>'{
"data": [
{
"source": "Bing",
"url": "<string>",
"rank": 123,
"ranked_keywords": 123
}
]
}Get the ranked urls for the main domain of a project for a specific keyword across different search sources.
curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/keyword-details \
--header 'Authorization: Bearer <token>'{
"data": [
{
"source": "Bing",
"url": "<string>",
"rank": 123,
"ranked_keywords": 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
Collect Id
Sources
Bing, BingAIO, ChatGPT, Perplexity, Google, GoogleAIO, GoogleAIMode, Claude, Gemini, AmazonRufus Client id
Keyword Id
Successful Response
Show child attributes