Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt

Use this file to discover all available pages before exploring further.

$1.9 / 1k reactions Monitor public LinkedIn profiles for reactions, along with full post details and social activities

Endpoint

POST /api/v1/agents/linkedin/profile-reactions/run

Parameters

profiles
array
required
List · LinkedIn profile URLs to scrape reactions from. One per line.
maxResults
integer
default:50
Number · Reactions per profile. Use 0 for all.
postedLimit
string
Dropdown · Only reactions within this time window.Options: any, 1h, 24h, week, monthLegend: any = Any time, 1h = Past hour, 24h = Past 24 hours, week = Past week, month = Past month

Response columns

FieldDisplay nameType
sourceProfileUrlSource Profile URLurl
reactionUrlReaction URLurl
reactionReactiontext
reactedByReacted Byurl
reactorAvatarReactor Avatarurl
reactedAtReacted Attext
postUrlPost URLurl
postTextPost Texttext
postAuthorPost Authortext
postAuthorTitlePost Author Titletext
postAuthorUrlPost Author URLurl
postAuthorAvatarJsonPost Author Avatar JSONobject
postAuthorHandlePost Author Handletext
postLikesPost Likesnumber
postCommentsPost Commentsnumber
postSharesPost Sharesnumber
postVideoThumbnailPost Video Thumbnailurl
postVideoPost Videourl
postDatePost Datetext

Example

curl -X POST https://api.mindcase.co/api/v1/agents/linkedin/profile-reactions/run \
  -H "Authorization: Bearer mk_live_abc123def456" \
  -H "Content-Type: application/json" \
  -d '{
  "params": {
    "profiles": [
      "https://www.linkedin.com/in/satyanadella"
    ],
    "maxResults": 10
  }
}'

Example response

Response
{
  "job_id": "job_7f3a2b1c",
  "status": "completed",
  "data": [
    {
      "sourceProfileUrl": "https://www.linkedin.com/in/satyanadella",
      "reactionUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7455770172134531072?updateEntityUrn=urn%3Ali%3Afsd_update%3A%28urn%3Ali%3Aactivity%3A7455770172134531072%2CPROFILE_REACTIONS%2CDEBUG_REASON%2CDEFAULT%2Cfalse%29&originTrackingId=EKBrCxhyy6mjvKxsLOcZ%2FQ%3D%3D",
      "reaction": "Satya Nadella likes this",
      "reactedBy": "https://www.linkedin.com/in/satyanadella?miniProfileUrn=urn%3Ali%3Afsd_profile%3AACoAAAEkwwAB9KEc2TrQgOLEQ-vzRyZeCDyc6DQ",
      "reactorAvatar": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1579726625483?e=1779321600&v=beta&t=ZdzsUEqwiaYe6oSSXZfab2tMfJ6kQONtu5QKmUngG5s",
      "reactedAt": "2026-05-01T00:08:50.548Z",
      "postUrl": "https://www.linkedin.com/posts/bradsmi_today-were-introducing-a-new-legal-agent-ugcPost-7455757960313716736-FZrT",
      "postText": "Today we\u2019re introducing a new Legal Agent in Microsoft Word, built to support the precision and rigor legal work demands. Every clause matters. Every redline tells a story. That\u2019s why this agent was built to follow the structured workflows lawyers use while keeping them fully in control.\n\u00a0\nEarly in my career, I asked for a computer on my desk because I believed technology could change how lawyers work. It did. Today, I believe this next generation of tools will do the same, grounded in trust and responsible use.\n\u00a0\nTake a look at the demo and learn more here: https://lnkd.in/ef6kba8X",
      "postAuthor": "Brad Smith",
      "postAuthorTitle": "Vice Chair and President at Microsoft Corporation",
      "postAuthorUrl": "https://www.linkedin.com/in/bradsmi?miniProfileUrn=urn%3Ali%3Afsd_profile%3AACoAAAFqmHMBRvI7O6GyhdtaXPyuHZSa4aQUEnw",
      "postAuthorAvatarJson": {
        "url": "https://media.licdn.com/dms/image/v2/C5603AQGnYfaUI8S0zQ/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1516342848914?e=1779321600&v=beta&t=nElpCC6ENw4G4r5BEl7fc_yXw53lEFZrUcPwX02jpWQ",
        "width": 332,
        "height": 332,
        "expiresAt": 1779321600000
      },
      "postAuthorHandle": "bradsmi",
      "postLikes": 1514,
      "postComments": 122,
      "postShares": 202,
      "postVideoThumbnail": "https://media.licdn.com/dms/image/v2/D4E05AQEC4YkH6L_PSg/videocover-low/B4EZ3gsaJ.HMBM-/0/1777591233523?e=1778245200&v=beta&t=8vFm0ACRxSFHzSvFJEmUAVQP1UwQaSxNeSsMMR3W1fQ",
      "postVideo": "https://dms.licdn.com/playlist/vid/v2/D4E05AQEC4YkH6L_PSg/mp4-720p-30fp-crf28/B4EZ3gsaJ.HMCA-/0/1777591242466?e=1778245200&v=beta&t=1jZwfoqXGsm7fgkIsrQKtWkmITLj81MojmS4nJxKXow",
      "postDate": "2026-05-01T00:08:50.548Z"
    }
  ]
}