GET
/v2/squid/{squid_id}/resultGet Results
Retrieve scraped LinkedIn profile data from your squidRetrieve comprehensive LinkedIn profile data from your completed scraping tasks. The scraper extracts detailed information including work history, education, skills, and optionally email addresses.
Profile Information Fields
url
string
Example: https://www.linkedin.com/in/williamhgates/
public_identifier
string
Example: williamhgates
first_name
string
Example: Bill
last_name
string
Example: Gates
full_name
string
Example: Bill Gates
headline
string
Example: Co-chair, Bill & Melinda Gates Foundation
description
string
Example: Co-chair of the Bill & Melinda Gates Foundation...
location
string
Example: Seattle, Washington, United States
industry
string
Example: Philanthropy
vmid
string
Example: ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc
sales_nav_url
string
Example: https://www.linkedin.com/sales/people/ACoAAA8BYqE
picture_url
string
Example: https://media.licdn.com/dms/image/...
background_picture_url
string
Example: https://media.licdn.com/dms/image/...
is_creator
string
Example: True
open_to_work
boolean
Example: false
num_connections
integer
Example: 500
num_followers
integer
Example: 35421987
Email Enrichment Fields
email
string
Example: contact@example.com
email_status
string
Example: valid
Connection Fields
connection_degree
string
Example: 2
connections_url
string
Example: https://www.linkedin.com/search/results/people/?...
mutual_connections_url
string
Example: https://www.linkedin.com/search/results/people/?...
mutual_connections_text
string
Example: 15 mutual connections
Work Experience Fields
jobs
array
Example: [{title: CEO, company_name: Microsoft, ...}]
job_1
object
Example: {title: Co-chair, company_name: Bill & Melinda Gates Foundation}
job_1_title
string
Example: Co-chair
job_1_company_name
string
Example: Bill & Melinda Gates Foundation
job_1_company_url
string
Example: https://www.linkedin.com/company/8736/
job_1_company_logo
string
Example: https://media.licdn.com/dms/image/...
job_1_location
string
Example: Seattle, Washington, United States
job_1_description
string
Example: Leading global health and education initiatives...
job_1_start_year
integer
Example: 2000
job_1_start_month
integer
Example: 1
job_1_end_year
integer
Example: null
job_1_end_month
integer
Example: null
Education Fields
educations
array
Example: [{school_name: Harvard University, field_of_study: Computer Science}]
education_1
object
Example: {school_name: Harvard University, ...}
Skills & Interests Fields
skills
array
Example: [Strategic Planning, Leadership, Public Speaking]
interests_companies
array
Example: [{company_id: 123, company_name: Microsoft, ...}]
interests_groups
array
Example: [{group_id: 456, group_name: Tech Leaders, ...}]
Featured Posts Fields
featured_1
object
Example: {post_url: https://linkedin.com/feed/..., num_likes: 156, text: ...}
featured_2
object
Example: {}
featured_3
object
Example: {}
featured_4
object
Example: {}
featured_5
object
Example: {}
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Parameters
limitinteger
OptionalExample:
10offsetinteger
OptionalExample:
0Pro Tip
Use the `jobs` array for easier processing, or use flattened fields like `job_1_title` for direct access to specific positions.
Note
The scraper extracts up to 10 jobs and 10 education entries per profile.
Pro Tip
Check `open_to_work` to identify candidates actively seeking new opportunities.
Note
Email fields are only populated when email enrichment is enabled in settings.