curl --request GET \ --url https://web-scraping-api2.p.rapidapi.com/get-post-reactions \ --header 'x-rapidapi-key: <api-key>'
Copy
{ "data": [ { "reactor": { "headline": "A research Engineer at aeronautics company working with multi scale simulations (from FEM through Dislocation dynamics down to Quantum mechanics) as well as thinking with innovative ideas", "linkedin_url": "https://www.linkedin.com/in/ACoAABQcMlMBXO-SUcqXCk2C5PBvpUWJ53ejdVY", "name": "Hyung-Jun Chang", "urn": "ACoAABQcMlMBXO-SUcqXCk2C5PBvpUWJ53ejdVY" }, "type": "LIKE", "following_state": null } ], "message": "ok", "total": 74}
Post Data
Get Post's Reaction
Get reactions of a post.
1 credit per call.
GET
/
get-post-reactions
cURL
Copy
curl --request GET \ --url https://web-scraping-api2.p.rapidapi.com/get-post-reactions \ --header 'x-rapidapi-key: <api-key>'
Copy
{ "data": [ { "reactor": { "headline": "A research Engineer at aeronautics company working with multi scale simulations (from FEM through Dislocation dynamics down to Quantum mechanics) as well as thinking with innovative ideas", "linkedin_url": "https://www.linkedin.com/in/ACoAABQcMlMBXO-SUcqXCk2C5PBvpUWJ53ejdVY", "name": "Hyung-Jun Chang", "urn": "ACoAABQcMlMBXO-SUcqXCk2C5PBvpUWJ53ejdVY" }, "type": "LIKE", "following_state": null } ], "message": "ok", "total": 74}