GET
/
get-post-reactions
curl --request GET \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/get-post-reactions \
  --header 'x-rapidapi-key: <api-key>'
{
  "data": [
    {
      "following_state": null,
      "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"
    }
  ],
  "message": "ok",
  "total": 74
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

urn
string
required
type
enum<string>
Available options:
ALL,
LIKE,
EMPATHY,
APPRECIATION,
INTEREST,
PRAISE
Example:

"ALL"

page
integer

Response

200
application/json
data
object[]
required
message
string
required
Example:

"ok"

total
integer
required
Example:

74