curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/serp-details/raw \
--header 'Authorization: Bearer <token>'{
"total_count": 123,
"items": [
{
"collect_id": "<string>",
"engine": "<string>",
"keyword_id": "<string>",
"text": "<string>"
}
]
}Get the raw data related to the LLM responses for a project.
curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/serp-details/raw \
--header 'Authorization: Bearer <token>'{
"total_count": 123,
"items": [
{
"collect_id": "<string>",
"engine": "<string>",
"keyword_id": "<string>",
"text": "<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.
Collect Ids
1Project Id
Client id
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