This API returns Right Relevance details for a specified list of comma separated domains. Metadata including top topics and top influencers associated with each domain.
Resource URL
GET https://api.rightrelevance.com/v2/domains/metadata?domains=<d1,d2>&access_token=
Parameters
domains=d1,d2,d3
(required)
|
list of domains for which to fetch metadata
Example Values: bbc.com, amazon.com |
Example Request
GET https://api.rightrelevance.com/v2/domains/metadata?domains=forbes.com,a16z.com&access_token=PLACE_ACCESS_TOKEN
Example Response
{ forbes.com: { topics: [ { topic: "forbes", topic_type: "single_topic", count: 31 }, ... { topic: "robotics", topic_type: "single_topic", count: 3 } ], influencers: [ { expert_id: "http://twitter.com/i_vamshi", sfc: 503, count: 200 }, ... { expert_id: "http://twitter.com/doyouvidit", sfc: 111, count: 31 } ] }, a16z.com: { ... (a16z.com associated topics and influencers) ... } }
Response Fields
Returns details for forbes.com & az16.com including top associated topics and top influencers who post on that domain. Most fields are self-explanatory.
topics | List of topics associated with that domain in affinity sorted order |
influencers | List of influencers posting on that domain sorted on number of posts over 30 days |