Skip to main content

Documentation Index

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

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

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

Find and copy your lobstr.io API key from Settings
1

Go to Settings

Log in to your lobstr.io dashboard and click Settings.
2

Open the API key section

On the Settings page, click the API key tab.
3

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.