Quickstart Examples
Quickly get started with the Supacrawler API using these light examples. Each guide provides ready-to-use snippets for cURL, Python, and JavaScript SDKs to perform common tasks.
Setup
Before you begin, make sure you have your API key from the Supacrawler Dashboard.
Install SDKs
We recommend using our official Python and JavaScript SDKs for a better developer experience.
Install the Supacrawler SDKs
pip install supacrawler-py
Available Examples
-
Use Supacrawler to extract content from JS-heavy sites by enabling render mode in the SDKs.
-
Create an async crawl job to collect multiple pages, then process results.
-
Capture full-page screenshots with waits and device settings using the SDKs.