Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "url": "<string>",
  "public_identifier": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "full_name": "<string>",
  "email": "<string>",
  "email_status": "<string>",
  "headline": "<string>",
  "description": "<string>",
  "location": "<string>",
  "industry": "<string>",
  "vmid": "<string>",
  "sales_nav_url": "<string>",
  "connection_degree": "<string>",
  "connections_url": "<string>",
  "mutual_connections_url": "<string>",
  "mutual_connections_text": "<string>",
  "picture_url": "<string>",
  "background_picture_url": "<string>",
  "is_creator": true,
  "open_to_work": true,
  "num_connections": 123,
  "num_followers": 123,
  "skills": "<any>",
  "job_1": "<any>",
  "job_1_title": "<string>",
  "job_1_company_name": "<string>",
  "job_1_company_url": "<string>",
  "job_1_company_logo": "<string>",
  "job_1_location": "<string>",
  "job_1_description": "<string>",
  "job_1_start_year": 123,
  "job_1_start_month": 123,
  "job_1_end_year": 123,
  "job_1_end_month": 123,
  "job_2": "<any>",
  "job_2_title": "<string>",
  "job_2_company_name": "<string>",
  "job_2_company_url": "<string>",
  "job_2_company_logo": "<string>",
  "job_2_location": "<string>",
  "job_2_description": "<string>",
  "job_2_start_year": 123,
  "job_2_start_month": 123,
  "job_2_end_year": 123,
  "job_2_end_month": 123,
  "job_3": "<any>",
  "job_3_title": "<string>",
  "job_3_company_name": "<string>",
  "job_3_company_url": "<string>",
  "job_3_company_logo": "<string>",
  "job_3_location": "<string>",
  "job_3_description": "<string>",
  "job_3_start_year": 123,
  "job_3_start_month": 123,
  "job_3_end_year": 123,
  "job_3_end_month": 123,
  "education_1": "<any>",
  "education_2": "<any>",
  "education_3": "<any>",
  "interests_companies": "<any>",
  "interests_groups": "<any>",
  "featured_1": "<any>",
  "featured_2": "<any>",
  "featured_3": "<any>",
  "jobs": "<any>",
  "educations": "<any>",
  "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 Leads 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:
url
string
Direct URL to the LinkedIn profile. Example: https://www.linkedin.com/in/williamhgates
public_identifier
string
LinkedIn public profile slug used in the profile URL. Example: williamhgates
first_name
string
First name of the LinkedIn member. Example: Bill
last_name
string
Last name of the LinkedIn member. Example: Gates
full_name
string
Full name of the LinkedIn member. Example: Bill Gates
email
string
Email address found or enriched for this LinkedIn member. Example: bill@microsoft.com
email_status
string
Validation status of the email address (e.g. valid, risky, invalid). Example: valid
headline
string
LinkedIn headline / job title of the member. Example: Co-chair, Bill & Melinda Gates Foundation
description
string
LinkedIn profile summary / about section. Example: Sharing things I'm learning through my foundation work and other interests.
location
string
Geographic location of the LinkedIn member. Example: Seattle, Washington, United States
industry
string
Industry of the LinkedIn member. Example: Philanthropic Fundraising Services
vmid
string
LinkedIn internal member ID (numeric vmid). Example: 251749025
sales_nav_url
string
Sales Navigator URL for the LinkedIn member. Example: https://www.linkedin.com/sales/people/251749025
connection_degree
string
Connection degree between the scraping account and this member (1, 2, 3, Out of Network). Example: 2
connections_url
string
URL to see the connections of this LinkedIn member. Example: https://www.linkedin.com/search/results/people/?facetConnectionOf=%5B%22251749025%22%5D
mutual_connections_url
string
URL to see mutual connections with this LinkedIn member. Example: https://www.linkedin.com/search/results/people/?facetNetwork=%5B%22F%22%5D&facetConnectionOf=%5B%22251749025%22%5D
mutual_connections_text
string
Human-readable text describing mutual connections. Example: 3 mutual connections
picture_url
string
Profile picture URL of the LinkedIn member. Example: https://media.licdn.com/dms/image/v2/example.jpg
background_picture_url
string
Background/banner picture URL of the LinkedIn member. Example: https://media.licdn.com/dms/image/v2/example-bg.jpg
is_creator
boolean
Whether the member has Creator mode enabled. Example: true
open_to_work
boolean
Whether the member has the Open To Work frame on their profile picture. Example: false
num_connections
integer
Number of connections the member has. Example: 500
num_followers
integer
Number of followers the member has. Example: 35000000
skills
json
List of skills listed on the member’s profile. Example: ['Software Development', 'Philanthropy']
job_1
json
Most recent job position (structured object). Example: {}
job_1_title
string
Job title of the most recent position. Example: Co-chair
job_1_company_name
string
Company name of the most recent position. Example: Bill & Melinda Gates Foundation
job_1_company_url
string
LinkedIn company URL for the most recent position. Example: https://www.linkedin.com/company/bill-melinda-gates-foundation/
Company logo URL for the most recent position. Example: https://media.licdn.com/dms/image/v2/example-logo.jpg
job_1_location
string
Location of the most recent position. Example: Seattle, WA
job_1_description
string
Description of the most recent position. Example: Leading philanthropic initiatives...
job_1_start_year
integer
Start year of the most recent position. Example: 2000
job_1_start_month
integer
Start month of the most recent position. Example: 1
job_1_end_year
integer
End year of the most recent position (null if current)
job_1_end_month
integer
End month of the most recent position (null if current)
job_2
json
2nd most recent job position (structured object). Example: {}
job_2_title
string
Job title of the 2nd position
job_2_company_name
string
Company name of the 2nd position
job_2_company_url
string
Company URL of the 2nd position
Company logo URL of the 2nd position
job_2_location
string
Location of the 2nd position
job_2_description
string
Description of the 2nd position
job_2_start_year
integer
Start year of the 2nd position
job_2_start_month
integer
Start month of the 2nd position
job_2_end_year
integer
End year of the 2nd position
job_2_end_month
integer
End month of the 2nd position
job_3
json
3rd most recent job position (structured object). Example: {}
job_3_title
string
Job title of the 3rd position
job_3_company_name
string
Company name of the 3rd position
job_3_company_url
string
Company URL of the 3rd position
Company logo URL of the 3rd position
job_3_location
string
Location of the 3rd position
job_3_description
string
Description of the 3rd position
job_3_start_year
integer
Start year of the 3rd position
job_3_start_month
integer
Start month of the 3rd position
job_3_end_year
integer
End year of the 3rd position
job_3_end_month
integer
End month of the 3rd position
education_1
json
Most recent education entry (school name, field of study, dates). Example: {}
education_2
json
2nd education entry. Example: {}
education_3
json
3rd education entry. Example: {}
interests_companies
json
List of companies the member follows on LinkedIn. Example: []
interests_groups
json
List of LinkedIn groups the member has joined. Example: []
First featured post or article on the member’s profile. Example: {}
Second featured post or article. Example: {}
Third featured post or article. Example: {}
jobs
json
Full list of all job positions (raw array). Example: []
educations
json
Full list of all education entries (raw array). Example: []
functions
json
Additional enrichment functions enabled for this record. Example: []
scraping_time
datetime
Timestamp when this record was scraped. Example: 2026-04-01T10:00:00Z