Source code for the Vibe Coding with SerpApi YouTube series. Each folder is a self-contained project built live on stream using SerpApi and AI-assisted coding.
- YouTube: SerpApi channel
- SerpApi docs: serpapi.com/search-engine-apis
Check whether a keyword triggers a Google AI Overview or AI Mode response.
Built with Node.js + Express. Queries SerpApi's google and google_ai_mode engines and displays the AI-generated blocks and source references.
Compare product prices and ratings across Amazon, eBay, and Google Shopping side by side.
Built with Node.js + Express. Uses SerpApi's amazon, ebay, and google_shopping engines.
Each project is independent. To run one:
cd <project-folder>
npm install
cp .env.example .env # add your SERPAPI_KEY
npm startThen open http://localhost:3000 in your browser.
- Node.js 18+
- A SerpApi API key (free plan available)