curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/serp-details \
--header 'Authorization: Bearer <token>'[
{
"keyword_id": "<string>",
"collect_id": "<string>",
"image": "<string>",
"text": "<string>",
"source": "<string>",
"date": "<string>"
}
]Get Search Engine Results Page (SERP) details including images and text for a specific keyword and collect. Returns signed URLs for images stored in GCS.
curl --request GET \
--url https://api.shareofsearch.jplus.io/api/v1/serp-details \
--header 'Authorization: Bearer <token>'[
{
"keyword_id": "<string>",
"collect_id": "<string>",
"image": "<string>",
"text": "<string>",
"source": "<string>",
"date": "<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.
Client id
Keyword Id
Collect Id