Get Person Activities Reactions
curl --request GET \
--url https://api.scrapin.io/v1/enrichment/persons/activities/reactions
Activities Reactions Found
{ "success" : true , "credits_left" : 19934 , "rate_limit_left" : 19999 , "daily_rate_limit_left" : 19999 , "minute_rate_limit_left" : 499 , "next_minute_rate_limit_reset" : "2024-01-15T10:31:00Z" , "reactions" : [ { "type" : "LIKE" , "author" : { "authorId" : "ACoAAZ12345EFGHIJ6LMNO7PQRS8TU9VWXY" , "authorName" : "Emily Johnson" }, "relatedPost" : { "activityId" : "7283749210384982025" , "text" : "š Excited to announce that our team has launched a new feature for better data visualization! š \n\n š A huge step forward for empowering businesses to make data-driven decisions with ease. \n\n š Explore more details here:" , "reactionsCount" : 102 , "commentsCount" : 15 , "activityDate" : "2024-11-10T10:45:00.000Z" , "author" : { "authorId" : "ACoAABc98765FGHIJKLMN4OPQRS3TUVWXY2Z" , "authorName" : "Alex Parker" , "authorPublicIdentifier" : "alex-parker-data" }, "activityUrl" : "https://www.social.com/posts/alex-parker_data-visualization-launch-activity-7283749210384982025" , "shareUrl" : "https://www.social.com/posts/daily-dev-comparator-work-729304143471596032-4b0e" , "relatedPost" : null } }, { "type" : "LIKE" , "author" : { "authorId" : "ACoAAD12345JKL6789MNOPQRST0UVWXY" , "authorName" : "John Smith" }, "relatedPost" : { "activityId" : "7289381238402947552" , "text" : "š Join us in celebrating the 10th anniversary of our startup! A decade of innovation and growth wouldn't have been possible without our amazing team and supporters. \n\n š Thank you for being part of our journey!" , "reactionsCount" : 250 , "commentsCount" : 35 , "activityDate" : "2024-12-01T14:20:00.000Z" , "author" : { "authorId" : "ACoAABd12345JKLMN6OPQRSTUV7WXYZ890" , "authorName" : "Sophia Taylor" , "authorPublicIdentifier" : "sophia-taylor" }, "activityUrl" : "https://www.social.com/posts/sophia-taylor_10th-anniversary-celebration-activity-7289381238402947552" , "shareUrl" : "https://www.social.com/posts/daily-dev-comparator-work-729304143471596032-4b0e" , "relatedPost" : null } } ] }