Every request to the Scrapely API requires an API key. You can get yours from the Dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.scrapely.io/llms.txt
Use this file to discover all available pages before exploring further.
Passing your API key
- Python SDK (Recommended)
- Header (cURL)
- JSON Body
If you’re using Python, simply pass your API key when initializing the client. The SDK will automatically handle sending it in the headers for all subsequent requests.

