GET/v1/results

Get Results

Retrieve scraped LinkedIn leads with contact and company information

Retrieve scraped lead profiles from LinkedIn Sales Navigator including personal details, company information, and enriched email addresses.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Lead Information Fields

id
integer
Unique result identifier
Example: 1287975
object
string
Always "result"
Example: result
squid
string
Squid that produced this result
Example: 25baebaace0143f1bfa185e7541c1d43
run
string
Run that produced this result
Example: 02a09b072c0447d08cd7b604ebe1d98d
first_name
string
Lead's first name
Example: John
last_name
string
Lead's last name
Example: Smith
full_name
string
Lead's full name
Example: John Smith
headline
string
LinkedIn headline (job title + company)
Example: Vice President of Operations at Example Corp
position
string
Current position title
Example: Vice President of Operations
seniority
string
Seniority level
Example: Vice President
location
string
Lead's location (city, state, country)
Example: Los Angeles, California, United States
connections
integer
Number of 1st-degree connections
Example: 500
industry
stringnull
Lead's industry category
Example: Food and Beverage Manufacturing
email
stringnull
Enriched email address (if functions.email enabled)
Example: john.smith@example.com
linkedin_profile_url
string
URL to public LinkedIn profile
Example: https://www.linkedin.com/in/johnsmith
sales_navigator_profile_url
string
URL to Sales Navigator profile
Example: https://www.linkedin.com/sales/people/...

Position Details

started_on
string
When lead started current position (ISO date)
Example: 2013-08-01T00:00:00Z
months_in_position
integer
Tenure in current role (months)
Example: 132
years_in_position
integer
Tenure in current role (years)
Example: 11
months_in_company
integer
Time at current company (months)
Example: 132
years_in_company
integer
Time at current company (years)
Example: 11
current_job_numbers
integer
Number of concurrent positions held
Example: 1

Company Information

company_name
string
Name of the company
Example: Example Corp
company_id
integer
LinkedIn company ID
Example: 1006741
company_linkedin_url
string
URL to company LinkedIn page
Example: https://www.linkedin.com/company/example-corp/
company_domain
string
Company website domain
Example: example.com
company_description
string
Company description text
Example: Example Corp is a leading provider...
company_industry
string
Company industry category
Example: Food and Beverage Manufacturing
company_employee_count_range
string
Company size range
Example: 51-200
company_revenue_range
string
Revenue bracket
Example: 10.0 mil USD - 20.0 mil USD
company_type
string
Company type
Example: Privately Held
company_location
string
Company headquarters location
Example: United States
company_profile_picture
string
URL to company logo
Example: https://media.licdn.com/...

Enrichment & Metadata

functions.email.filling_date
string
When email enrichment was performed
Example: 06/20/2025, 12:16:58 +0200
match_filters
boolean
Whether lead matched Sales Navigator filters exactly
Example: true
degree
string
Connection degree (1st, 2nd, 3rd)
Example: 3rd
scraping_time
string
When this result was scraped (ISO 8601)
Example: 2025-06-20T11:47:53.554Z

Parameters

squidstring
Required
Hash of the squid to get results from
Example: 25baebaace0143f1bfa185e7541c1d43
runstring
Optional
Hash of a specific run (optional, filters to that run only)
Example: 02a09b072c0447d08cd7b604ebe1d98d
pageinteger
Optional
Page number (default: 1)
Example: 1
page_sizeinteger
Optional
Results per page (default: 50, max: 100)
Example: 50
Pro Tip

Pro Tip

Use the `next` URL in the response to paginate through all results automatically.
Pro Tip

Pro Tip

The `email` field is only populated when `functions.email` is enabled in settings.
Note

Note

Company data is enriched automatically and may include additional details not visible in Sales Navigator.