Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "company_name": "<string>",
  "company_id": 123,
  "company_url": "<string>",
  "company_picture": "<string>",
  "description": "<string>",
  "employee_count_range": "<string>",
  "employee_display_count": 123,
  "industry": "<string>",
  "is_saved": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve scraped data from your Sales Navigator Companies Scraper 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:
company_name
string
Name of the company as listed on LinkedIn Sales Navigator. Example: Tesla
company_id
integer
Unique LinkedIn identifier for the company. Example: 15564
company_url
string
LinkedIn company page URL. Example: https://www.linkedin.com/sales/company/15564
company_picture
string
URL of the company’s LinkedIn logo or profile image. Example: https://media.licdn.com/dms/image/v2/C4D0BAQHUcu98SZ2TVw/company-logo_400_400/company-logo_400_400/0/1630576446368/tesla_motors_logo?e=1775692800&v=beta&t=Us0zonMvyG5zEfLxKeZlk6JOmvV8tGtBIyHjJdWmBUc
description
string
Company description from the LinkedIn company page. Example: `Tesla is accelerating the world’s transition to sustainable abundance. To achieve our mission, we’re building a world powered by solar, enabled by battery storage and transported by electric vehicles.We’re committed to hiring and developing top talent from around the world for any given discipline. Headquartered in Texas, we operate six huge, vertically integrated factories across three continents. With over 100,000 employees, our teams take a first-principles approach to designing, building, selling and servicing our products in-house.Our world-class teams operate with a non-conventional philosophy of inter-disciplinary collaboration. Each member of the team is expected to challenge and to be challenged, to create, and to innovate. We’re tackling the world’s most difficult and important problems—and we wouldn’t succeed without our shared passion for making the world a better place.`
employee_count_range
string
Company size by number of employees (e.g. 51–200, 1001–5000). Example: 10,001+ employees
employee_display_count
integer
Employee count as displayed on the LinkedIn company page. Example: 83K+
industry
string
Industry the company operates in. Example: Motor Vehicle Manufacturing
is_saved
boolean
Whether the company is saved as a lead in LinkedIn Sales Navigator. Example: false