Search API
The APIs around Search are the ways to search for influencers around given topics.
The deployment end-point for our APIs is: http://api.spotright.com
The People APIs all use a path of the form: VERSION/TOKEN/search/…
Currently VERSION is “v1″. I.e., version 1 of the API.
Search
To search for influencers on a given topic make the following call:
GET http://api.spotright.com/*VERSION*/*TOKEN*/search/*TOPIC* Accept: application/json
or
POST http://api.spotright.com/*VERSION*/*TOKEN*/search Content-Type: x-www-form-urlencoded Accept: application/json q=*TOPIC*
Example
Coming Soon.