Essential Tools
- Claude Pro ($20/month)
- Apify
- For data scraping capabilities
- Important tip: Choose pay-per-result actors instead of rented actors for better cost efficiency
- Create an Apify account here
- Specific Apify Actors
System Prerequisites
- Operating System: MacOS or Windows
- Required Software:
- Claude Desktop (latest version)
- Node.js v18 or higher
- NPX (comes with Node.js)
- API Credentials:
Checking Your Prerequisites
Verify your Node.js and NPX installation by running these commands in your terminal:
node -v
npx -v
If these commands return version numbers, you're good to go. If not, you'll need to install Node.js:
- Visit nodejs.org
- Download the LTS version for your operating system
- Follow the installation instructions
- Restart your terminal and verify installation with the commands above