Get your first crawler running directly in your browser.Documentation Index
Fetch the complete documentation index at: https://docs.crawlstack.dev/llms.txt
Use this file to discover all available pages before exploring further.
1. Install the Extension
Install from Web Store
Install from Web Store
Coming Soon to the Chrome Web Store.
Manual Installation (.crx)
Manual Installation (.crx)
- Download the latest
crawlstack.crxfrom our releases. - Open Chrome and navigate to
chrome://extensions. - Enable Developer Mode (top right toggle).
- Drag and drop the
.crxfile anywhere onto the extensions page. - Click Add extension when prompted.
2. Create Your First Crawler
Open the Crawlstack Dashboard by clicking the extension icon, then:- Click + New Crawler.
- Set the Start URL to
https://books.toscrape.com/. - Paste this extraction script:
- Click Save.
3. Run & View Data
- Click the Run button.
- Crawlstack will open the page in the background and execute the script.
- Click the Items tab to see your data live.
Next Steps
Scripting API
Learn how to handle pagination and complex data.
Public API
Access your browser programmatically via HTTP.