This API returns details including topical tags with scores for a Right Relevance Influencer identified by Twitter screen_name.
Resource URL
GET http://api.rightrelevance.com/v2/experts/lookup?screen_name=<screen_name>&access_token=
Parameters
screen_name=twitter_screen_name
(required)
|
Twitter screen_name to fetch influencer details
Example Values: elonmusk, billgates |
Example Request
GET http://api.rightrelevance.com/v2/experts/lookup?screen_name=swainjo&access_token=PLACE_ACCESS_TOKEN
Example Response
{ twitter_id_str: "15181803", id: "http://twitter.com/swainjo", twitter_screen_name_cs: "swainjo", twitter_screen_name: "swainjo", name: "John Swain", location: { name: "London, UK", latitude: 51.5073509, longitude: -0.1277583 }, primary_tags_scores: [ { tag: "graph databases", score: "68", count: "12" }, { tag: "social network analysis", score: "67", count: "22" }, { tag: "data science", score: "64", count: "78" }, { tag: "neo4j", score: "64", count: "9" }, { tag: "data visualization", score: "63", count: "62" }, { tag: "data analysis", score: "63", count: "46" }, { tag: "machine learning", score: "62", count: "44" }, { tag: "data driven journalism", score: "60", count: "35" }, { tag: "r programming language", score: "48", count: "7" }, { tag: "web analytics", score: "46", count: "9" }, { tag: "information retrieval", score: "45", count: "5" } ] }
Response Fields
Returns details for specified influencer including scored topical tags and Twitter data. Most fields are self-explanatory.
primary_tags_scores | List of topic tags with scores representing measure of influence in that topic |