Skip to main content
Extract content research data for any keyword — People Also Ask questions, Reddit and Quora discussions, and AI-generated meta titles and descriptions.
Full endpoint reference available on Swagger.

Quick Start

Create a keyword content order to extract People Also Ask questions:

Endpoints

MethodPathDescription
POST/api/keyword-content/order/Create a keyword content order
GET/api/keyword-content/order/?order_id={id}Get order status and results

Parameters

Required

ParameterTypeDescription
keywordstringTarget keyword to research
languagestringLanguage code (e.g. en). See /api/content-brief/languages/
locationstringLocation name (e.g. United States). See /api/keywords-insights/locations/
content_insightsstring[]Types of content insights to extract (see below)

Optional

ParameterTypeDefaultDescription
devicestringdesktopdesktop or mobile

Content Insight Types

The content_insights array controls which data is extracted. You can combine multiple types in a single order:
InsightDescriptionCost
paaPeople Also Ask questions from Google SERP50 credits
reddit_questionsRelated Reddit discussions and questions50 credits
quora_questionsRelated Quora questions50 credits
meta_titlesAI-generated meta title suggestions200 credits
meta_descriptionsAI-generated meta description suggestions200 credits
Total cost = sum of selected insights.

Customizations

All Content Insights

Extract everything in a single order:

Questions Only

Get user questions from multiple platforms at a lower cost:

Retrieving Results

Poll until the order status is "done":
The results include download links for CSV exports:

Complete Example

Extract People Also Ask and Reddit questions, then save results to a file: