Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "full_name": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "email": "<string>",
  "email_status": "<string>",
  "headline": "<string>",
  "summary": "<string>",
  "top_skills": "<string>",
  "location_name": "<string>",
  "country_code": "<string>",
  "industry_name": "<string>",
  "positions": "<string>",
  "educations": "<string>",
  "skills": "<string>",
  "certifications": "<string>",
  "courses": "<string>",
  "projects": "<string>",
  "publications": "<string>",
  "honors_and_awards": "<string>",
  "organizations": "<string>",
  "languages": "<string>",
  "volunteer_experiences": "<string>",
  "volunteer_causes": "<string>",
  "featured_items": "<string>",
  "profile_picture_url": "<string>",
  "background_image_url": "<string>",
  "linkedin_url": "<string>",
  "slug": "<string>",
  "entity_urn": "<string>",
  "object_urn": "<string>",
  "premium": true,
  "influencer": true,
  "is_creator": true,
  "member_distance": "<string>",
  "primary_locale": "<string>",
  "more_profiles": "<string>",
  "scraping_time": "<string>"
}
Retrieve scraped profiles from your LinkedIn Profile & Email Scraper (No Login) 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:
full_name
string
First and last name concatenated. Example: Bill Gates
first_name
string
First name on the profile. Example: Bill
last_name
string
Last name on the profile. Example: Gates
email
string
Email found via Lobstr.io’s enrichment service. Only populated when email_enrichment is enabled.
email_status
string
Validation status of the enriched email: valid, risky, etc.
headline
string
Profile headline — the short tagline shown under the name. Example: Co-chair, Bill & Melinda Gates Foundation
summary
string
Full About / summary section of the profile.
top_skills
string
First few skill names joined with . Example: Leadership • Strategic Planning • Philanthropy
location_name
string
Human-readable location string from the profile. Example: Seattle, Washington, United States
country_code
string
ISO country code resolved from the profile’s geo location. Example: US
industry_name
string
Resolved industry name. Example: Philanthropic Fundraising Services
positions
string
JSON array of work positions: title, company, location, employment type, dates, and description.
educations
string
JSON array of education entries: school, degree, field of study, dates, and description.
skills
string
JSON array of skills with name and entity URN.
certifications
string
JSON array of certifications: name, issuer, license number, dates, URL, and issuing authority.
courses
string
JSON array of courses: name, course number, and school association.
projects
string
JSON array of projects: title, description, URL, and dates.
publications
string
JSON array of publications: name, publisher, description, URL, and published date.
honors_and_awards
string
JSON array of honors and awards: title, issuer, description, and issued date.
organizations
string
JSON array of organizations, clubs, or professional bodies the member is affiliated with.
languages
string
JSON array of languages with name and proficiency level.
volunteer_experiences
string
JSON array of volunteer experiences: role, organization, cause, description, and dates.
volunteer_causes
string
JSON array of volunteer cause codes the member supports.
JSON array of items in the Featured section: posts, articles, links, and photos.
profile_picture_url
string
Direct URL to the highest-resolution profile picture available.
background_image_url
string
Direct URL to the largest cover/background image available.
linkedin_url
string
Public LinkedIn profile URL. Example: https://www.linkedin.com/in/williamhgates
slug
string
Public LinkedIn profile identifier. Example: williamhgates
entity_urn
string
LinkedIn fsd_profile entity URN. Example: urn:li:fsd_profile:ACoAAA8BYqEBhiA97dDu2Y4PxFPgBcPlMHXHQw4
object_urn
string
Stable numeric member URN.
premium
boolean
Whether the member has LinkedIn Premium.
influencer
boolean
Whether the member is a LinkedIn Influencer.
is_creator
boolean
Whether the profile has Creator Mode enabled.
member_distance
string
Connection distance from the scraping account: DISTANCE_1, DISTANCE_2, DISTANCE_3, or OUT_OF_NETWORK.
primary_locale
string
Profile’s primary display locale code. Example: en_US
more_profiles
string
JSON array of recommended/related profiles surfaced in the same response.
scraping_time
string
UTC timestamp when the profile was scraped.