GET
/v2/squid/{squid_id}/resultGet Results
Retrieve scraped Sales Navigator company data from your squidRetrieve company data from your completed Sales Navigator scraping tasks. The scraper extracts company information from your search results.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Result Fields
company_name
string
Example: Crab Technologies
company_id
integer
Example: 99391839
company_url
string
Example: https://www.linkedin.com/sales/company/99391839
company_picture
string
Example: https://media.licdn.com/dms/image/...
description
string
Example: DECISION SUPPORT Data is the new oil...
employee_count_range
string
Example: 51-200
employee_display_count
integer
Example: 156
industry
string
Example: IT services and consulting
is_saved
boolean
Example: false
Parameters
limitinteger
OptionalExample:
10offsetinteger
OptionalExample:
0Pro Tip
Use `company_id` to fetch detailed company information using other LinkedIn scrapers.
Note
The `company_url` links to Sales Navigator - use it to view the full company profile.
Pro Tip
Filter by `employee_count_range` to segment companies by size for targeted outreach.