We invite you to explore our blog for more details.
Before building the application, you’ll need to set up a basic Node environment. Follow these steps to get started:
- Visit the official Node.js website: https://nodejs.org.
- Download the LTS (Long-Term Support) version for Windows.
- Run the installer and follow the setup wizard (keep default options).
- Verify installation:
node -v
npm -v
- Go to https://nodejs.org and download the macOS installer (LTS).
- Follow the installation wizard.
- Verify installation::
node -v
npm -v
- Install Node.js LTS via NodeSource:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
- Verify installation:
node -v
npm -v
- Sign up for a Crawlbase account and log in.
- Upon registration, you’ll receive 5,000 free requests to get started.
- Navigate to your Account Docs and copy your Crawling API token (Normal requests token).
Before running the examples, ensure that you replace all instances of the following placeholders:
<Normal requests token>
- Replace this with your Crawling API requests token.
npm run generic
npm run custom
🛡 Disclaimer This repository is for educational purposes only. Please make sure you comply with the Terms of Service of any website you scrape. Use this responsibly and only where permitted.
Copyright 2025 Crawlbase