GET
/v2/squid/{squid_id}/resultGet Results
Retrieve scraped LinkedIn post engagement data from your squidRetrieve profile data of users who commented on or reacted to LinkedIn posts. Each result includes profile information and engagement details.
Profile Information
profile_url
string
Example: https://www.linkedin.com/in/john-doe/
first_name
string
Example: John
last_name
string
Example: Doe
full_name
string
Example: John Doe
Email Enrichment Fields
email
string
Example: john.doe@example.com
email_status
string
Example: valid
Engagement Details
post_url
string
Example: https://www.linkedin.com/posts/...
has_commented
boolean
Example: true
comment
string
Example: This is a great post! Thanks for sharing.
comment_url
string
Example: https://www.linkedin.com/feed/update/urn:li:comment:...
has_liked
boolean
Example: true
reaction_type
string
Example: LIKE
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Parameters
limitinteger
OptionalExample:
10offsetinteger
OptionalExample:
0Pro Tip
Filter by `has_commented: true` to focus on users who engaged deeply with the content.
Note
A user may appear once with both comment and reaction data if they did both.
Pro Tip
Use `reaction_type` to identify enthusiastic supporters (CELEBRATE, LOVE) vs casual engagement (LIKE).