GET/v2/squid/{squid_id}/result

Get Results

Retrieve scraped Sales Navigator company data from your squid

Retrieve company data from your completed Sales Navigator scraping tasks. The scraper extracts company information from your search results.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Result Fields

company_name
string
Company name
Example: Crab Technologies
company_id
integer
LinkedIn company ID (unique identifier)
Example: 99391839
company_url
string
Sales Navigator company profile URL
Example: https://www.linkedin.com/sales/company/99391839
company_picture
string
Company logo URL
Example: https://media.licdn.com/dms/image/...
description
string
Company description/tagline
Example: DECISION SUPPORT Data is the new oil...
employee_count_range
string
Employee count bracket
Example: 51-200
employee_display_count
integer
Number of employees on LinkedIn
Example: 156
industry
string
Company industry
Example: IT services and consulting
is_saved
boolean
Whether company is saved in your Sales Navigator lists
Example: false

Parameters

limitinteger
Optional
Number of results per page (default: 10, max: 100)
Example: 10
offsetinteger
Optional
Number of results to skip for pagination
Example: 0
Pro Tip

Pro Tip

Use `company_id` to fetch detailed company information using other LinkedIn scrapers.
Note

Note

The `company_url` links to Sales Navigator - use it to view the full company profile.
Pro Tip

Pro Tip

Filter by `employee_count_range` to segment companies by size for targeted outreach.