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.
Add Sales Navigator company search URLs as tasks to your squid. The scraper will export all companies matching your search filters.
Your API authentication token. Value: Token YOUR_API_KEY
Request body format. Value: application/json
Use Sales Navigator company search URLs with your desired filters:
https://www.linkedin.com/sales/search/company?query=(keywords:technology)
Build your search in Sales Navigator with all desired filters, then copy the URL from your browser.
Request Body
| Field | Type | Required | Description |
|---|
| url | string | Yes | Sales Navigator Companies Search URL containing your search filters |
Build your search in Sales Navigator first, apply all filters, then copy the URL to ensure accurate results.
This scraper requires a linked Sales Navigator account. Connect your account in lobstr.io settings first.
Each search URL can return up to 2,500 companies (100 pages × 25 results per page).
Code Examples
curl -X POST "https://api.lobstr.io/api/v2/squid/YOUR_SQUID_ID/task" \
-H "Authorization: Token YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"url": "https://www.linkedin.com/sales/search/company?query=(keywords:technology)"
}'
Response
{
"id": "task_abc123def456",
"status": "pending",
"created_at": "2025-01-15T10:30:00Z",
"url": "https://www.linkedin.com/sales/search/company?query=(keywords:technology)"
}