Attach a platform account to a squid so account-based scrapers can authenticate
Some scrapers require a connected platform account to run (LinkedIn, Facebook, Sales Navigator, etc.). Link one or more accounts to a squid by passing their hash IDs in theDocumentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
accounts array when updating the squid.
accounts field. For public scrapers (Google Maps, Trustpilot, etc.) this field is ignored.Token YOUR_API_KEYapplication/json[] or null to remove all linked accounts. Each hash must correspond to an account of the correct type for the scraper.id (hash) values:
id field in each account object is the hash you pass in the accounts array.
| Error | Cause |
|---|---|
AccountDoesNotExist | One of the account hashes was not found or doesn’t belong to you |
InvalidParamType | accounts is not an array, or contains non-string values |