Answer the Public Scraper
The Problem: The 1-Search Limit
Answer the Public (ATP) is an invaluable tool for understanding user intent. It visualizes the “who, what, where, when, and why” questions people ask Google. However, the free tier is strictly limited to 1 search per day. For SEO agencies and content teams, this is a major bottleneck. Manual research becomes impossible when you need to analyze 50+ topics for a content calendar.The Solution: Headless Browser Cluster
Our Apify Actor automates the entire ATP discovery process. It spins up a headless browser, navigates the visualization interface, and extracts the underlying raw data into a structured JSON format.- Unlimited Searches: We handle the IP rotation and session management.
- Bulk Processing: Queue up hundreds of keywords in a single run.
- Raw Data Access: Get the data behind the visualization (Questions, Prepositions, Comparisons).
Technical Specification
Input Schema
The actor accepts a list of keywords and localization settings.Output Structure
Data is returned as a flat JSON array, optimized for ingestion into databases or spreadsheets.Integration Guide
1. Running via API
You can trigger the scraper from any HTTP client.2. Automated Content Workflows (n8n / Make)
This actor is designed to fit into larger automation pipelines. A common pattern is:- Trigger: New row in Google Sheets (Topic Idea).
- Action: Run Apify Actor (Get Questions).
- Process: Use GPT-4 to generate an article outline based on the questions.
- Output: Save outline to Notion/Google Docs.
Performance & Cost
- Speed: ~30 seconds per keyword.
- Cost: Runs on Apify’s “Rental” pricing or usage-based. Extremely cost-effective compared to enterprise SEO tools.
- Reliability: 99.9% success rate via built-in retry logic.
Use Cases
Programmatic SEO
Generate thousands of long-tail content pages based on real user questions.
Topic Clusters
Map out entire content silos by recursively scraping related keywords.
Voice Search Optimization
Target natural language queries (“how to…”, “what is…”) that drive voice search traffic.
Market Research
Understand customer pain points by analyzing “why” and “problem” queries.