Your lobstr.io API key gives you programmatic access to your scraping jobs. You can use it to trigger Squids, check their status, and retrieve results via the lobstr.io REST API — without touching the dashboard.
Find your API key
Open the API key section
On the Settings page, click the API key tab.
Copy your key
Click the Copy button to copy your API key to the clipboard.
Use your API key
Pass your API key as a Token in the Authorization header of every request to the lobstr.io API:
curl -X GET "https://api.lobstr.io/v1/me" -H "Authorization: Token YOUR_API_KEY"
Replace YOUR_API_KEY with the key you copied from Settings. For the full list of available endpoints, see the lobstr.io API documentation.
Treat your API key like a password. Do not share it publicly, commit it to version control, or include it in client-side code. If your key is compromised, generate a new one from Settings immediately.