Discover Google's People Also Ask questions for any keyword using SerpAPI. Built with Next.js and TypeScript.
- Fetches PAA questions recursively up to 5 levels deep
- Classifies questions into 8 categories (short_fact, bool, instruction, definition, reason, comparison, consequence, other)
- Streams results in real-time with live progress
- Stop and Resume support
- Benchmark comparison chart
- Export results as CSV or plain text
- Supports US, Canada, UK, and Australia locations
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Recharts (charts)
- SerpAPI (Google search data)
-
Clone the repo:
git clone https://github.com/theseoriddler/paa.git cd paa -
Install dependencies:
npm install
-
Run the dev server:
npm run dev
-
Open http://localhost:3000 and enter your SerpAPI key to get started.
Built by Sara Taher. The code was originally in Python (Streamlit) and converted to JavaScript/TypeScript using Claude Code.