Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "profile_url": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "full_name": "<string>",
  "email": "<string>",
  "email_status": "<string>",
  "post_url": "<string>",
  "has_commented": true,
  "comment": "<string>",
  "comment_url": "<string>",
  "has_liked": true,
  "reaction_type": "<string>",
  "result_type": "<string>",
  "functions": "<any>",
  "scraping_time": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt

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

Retrieve scraped data from your Linkedin Posts Commenters and Likers Scraper runs.

Headers

Authorization
string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

squid
string
required
Hash of the squid to get results from
run
string
Hash of a specific run (optional)
page
integer
Page number (default: 1). Example: 1

Result Fields

Each result object contains the following fields:
profile_url
string
Direct URL to the LinkedIn profile of the person who commented or liked. Example: https://www.linkedin.com/in/jonathan-sardo
first_name
string
First name of the LinkedIn member. Example: Jonathan
last_name
string
Last name of the LinkedIn member. Example: SARDO
full_name
string
Full name of the LinkedIn member. Example: Jonathan SARDO
email
string
Email address found or enriched for this LinkedIn member. Example: jonathan.sardo@uccellolabs.com
email_status
string
Validation status of the email address (e.g. valid, risky, invalid). Example: valid
post_url
string
URL of the LinkedIn post being analyzed. Example: https://www.linkedin.com/posts/ramzib_une-nouvelle-trend-arrive-sur-les-r%C3%A9seaux-activity-7419012050967748609-UkSj
has_commented
boolean
Whether this person commented on the post. Example: true
comment
string
Text content of the comment left on the LinkedIn post. Example: `Je partage pas l’image car elle fait peur 😂Mais voilà ses arguments :Dans un monde où une IA prendrait le contrôle, les profils comme le tien ne seraient ni éliminés, ni ignorés. Ils seraient neutralisés symboliquement : contenus, mais observés.`
comment_url
string
Direct URL to the comment on the LinkedIn post. Example: https://www.linkedin.com/feed/update/urn:li:activity:7419012050967748609?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7419012050967748609%2C7419056809266618368%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287419056809266618368%2Curn%3Ali%3Aactivity%3A7419012050967748609%29
has_liked
boolean
Whether this person liked or reacted to the post. Example: false
reaction_type
string
Type of reaction left on the post (e.g. Like, Celebrate, Support, Insightful)
result_type
string
Whether this entry is a commenter or a liker. Example: comment
functions
json
Additional enrichment functions enabled for this record. Example: []
scraping_time
datetime
Timestamp when this record was scraped. Example: 2026-03-19T11:34:43Z