People Also Ask API - Google PAQ Keyword Research
收藏RapidAPI2026-03-18 更新2026-03-22 收录
下载链接:
https://rapidapi.com/tim-ZJaOdg278/api/people-also-ask-api-google-paq-keyword-research
下载链接
链接失效反馈官方服务:
资源简介:
Mine Google's "People Also Ask" questions for any keyword. Recursively expands PAQ boxes to build complete question trees with answer snippets, source URLs, and topic clustering. Perfect for SEO keyword research, content gap analysis, blog topic generation, FAQ schema markup, and programmatic SEO. Returns related searches, question clusters by topic, and nested sub-questions at configurable depth. Replaces manual SERP scraping with a clean JSON API.
创建时间:
2026-03-18
原始信息汇总
People Also Ask API - Google PAQ Keyword Research 数据集概述
基本信息
- 数据集名称:People Also Ask API - Google PAQ Keyword Research
- 提供者:Tim Shea
- 类别:Search
- 订阅者数量:2
- API版本:1.0.0 (current)
- API评分:9.1 Popularity
- 服务等级:100% Service Level
- 平均延迟:4892ms
定价方案
- BASIC:$0.00 / mo
- PRO:$29.00 / mo
- ULTRA:$79.00 / mo
- MEGA:$199.00 / mo
核心功能
- 递归扩展:根据设定深度(1-3级)递归挖掘Google“People Also Ask”问题,形成结构化问题树。
- 主题聚类:问题自动按主题(如定价、比较、操作指南等)分组。
- 相关搜索:返回Google的相关搜索建议。
- 答案摘要:包含Google精选摘要文本和每个问题的来源URL。
- 24小时缓存:24小时内相同请求返回缓存结果,无额外成本。
关键特性
- 包含20+相关搜索。
- 问题按主题自动聚类。
主要用途
- 博客主题生成:输入主关键词,获取20-50个作为文章创意的问题。
- FAQ架构标记:生成包含真实问题与答案的完整FAQ部分。
- 内容差距分析:将现有内容与用户实际提问的问题进行比较。
- 程序化SEO:大规模将问题输入页面生成器。
- 关键词聚类:按主题对问题进行分组,以规划内容结构。
- 竞争对手研究:输入竞争对手品牌名称,查看用户对其提出的问题。
端点信息
- 端点:
/v1/questions - 方法:GET 或 POST
- 速度:2-30s
- SerpAPI调用次数:1-20次(取决于深度)
深度指南
- depth=1:约1次API调用,返回4-8个问题。速度快、成本低。
- depth=2:约5-10次调用,返回15-40个问题。覆盖范围与成本的最佳平衡。
- depth=3:约10-20次调用,返回30-100+个问题。最大覆盖范围。
请求示例
GET /v1/questions?keyword=best+crm+software&depth=2&max_questions=30
响应示例(摘要)
json { "keyword": "best crm software", "total_questions": 17, "questions": [ { "question": "What is the most popular CRM software?", "snippet": "Salesforce remains the most widely used CRM...", "source_url": "https://...", "related_questions": [ {"question": "What is the #1 CRM in the world?", "snippet": "..."}, {"question": "What are the 4 types of CRM?", "snippet": "..."} ] } ], "clusters": [ {"topic": "comparison", "count": 5, "questions": ["..."]} ], "related_searches": ["crm software comparison", "free crm tools"], "search_volume_used": 5 }
认证与限制
- 认证方式:通过标准
X-RapidAPI-Key头部传递您的RapidAPI密钥。 - 速率限制:每分钟10个请求。



