Skip to content

theseoriddler/paa

Repository files navigation

People Also Asked SEO Tool

Discover Google's People Also Ask questions for any keyword using SerpAPI. Built with Next.js and TypeScript.

Features

  • 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

Tech Stack

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS
  • Recharts (charts)
  • SerpAPI (Google search data)

Getting Started

  1. Clone the repo:

    git clone https://github.com/theseoriddler/paa.git
    cd paa
  2. Install dependencies:

    npm install
  3. Run the dev server:

    npm run dev
  4. Open http://localhost:3000 and enter your SerpAPI key to get started.

About

Built by Sara Taher. The code was originally in Python (Streamlit) and converted to JavaScript/TypeScript using Claude Code.

About

Pull all the people also asked question from search for a keyword and classify them based on the type of answer expected for each.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors