The Searchspring Trending API gives you the most popular searches from the past 90 days for your site.
See Also: Response Format
API Endpoint URL
https://suggest.searchspring.net/api/suggest/trending
Request Parameters
Uses POST. Parameters cannot be passed in the URL. JSON objects are accepted.
siteId (Required)
Format | String |
Description | The siteId parameter identifies your site. You can find your siteId on the My Account page. |
Example Value | "scmq7n" |
limit
Format | Integer |
Description | The number of popular queries to return. |
Default | 6 |
Max | 25 |
Example Value | 4 |
Example Request
cURL
curl -X POST https://suggest.searchspring.net/api/suggest/trending -H 'Content-Type: application/json' -d '{"siteId": "scmq7n", "limit": 4}'
Comments
0 comments
Please sign in to leave a comment.