Tracking the right prompts is half the battle. The question miner discovers real questions UK buyers ask, organised by source:
- PAA (People Also Ask) - DataForSEO's SERP API returns the PAA questions Google shows for each query. Paid per call (~0.0006 USD).
- Reddit - public Reddit JSON API for r/AskUK and vertical subs. Free.
- Quora - SerpAPI snippets (planned).
- AIO follow-ups - the "People also ask" extension below the AI Overviews block (planned).
- Manual - admin or user can drop questions in via /app/questions (planned UI).
De-dupe: questions are stored in questions_mined with (site_id, user_id, question_text, source) UNIQUE. Re-mining the same query just bumps last_seen_at.
Clustering (planned for v0.8.3+): a Claude-embeddings job groups semantically-similar questions into question_clusters so a backlog of 200 questions becomes 12 themes.
Turning it on:
- /admin/setup -> DataForSEO step (same as AIO above).
- Add the daily cron entry (45 6 * * * ... cron-questions.php ...).
- /admin/features -> flip feature.questions.enabled to ON.
Results appear on /admin/questions; per-user view (/app/questions) lands in v0.8.3.