Search questions and suggestions export
Method SerpstatKeywordProcedure.exportSuggestions exports to .csv file search suggestions and questions. The data is similar to the report from the section “Keyword research — SEO research — Search suggestions and Search questions”.
General request parameters and instructions for using Serpstat API
Search databases available
Request parameters | |||||
Parameter | Description | Type | Required | Default value | Value options |
id | A request id: the response contains the same id. Enter any number (number) or text (string) value | int/string | yes | 1, test | |
method | API method name | string | yes | SerpstatKeywordProcedure.exportKeywordsPhrase | |
params | The object with parameters {...}, it lists all the following parameters and arrays [...] | array | yes | ||
keyword | Keyword to search for | string | yes | "iphone 13" | |
se | ID of the search base to be searched. | string | yes | g_us | |
filters | Filter conditions | array | no | "difficulty": 2 - The difficulty of the keyword "difficulty_from": 1 "difficulty_to": 5 "cpc": 0.17 - Cost per click (in US $; exact match) "cpc_from": 0.08 "cpc_to": 0.97 "region_queries_count": 1000 - Volume of the keyword by the selected region "region_queries_count_from": 480 "region_queries_count_to": 1900 "keyword": "apple 10" - Filtration by keyword "keyword_length": 3 - Number of words in the keyword "keyword_length_from": 1 "keyword_length_to": 5 "questions": List of the available questions for each search region | |
withQuestions | With/without question keywords in report | string | no | "true" - with questions, "false" - without questions | |
size | Number of results per page in response (min: 1, max: 1000) | int | no | 500 | "size": "10" |
page | Page number in response | int | no | 1 | "page": "5" |
Response parameters | |
Parameter | Description |
keyword | Keyword |
question | Question for the phrase |
Credits: the number of charged credits corresponds to the number of results obtained upon request. You can get no more than 1000 results per a query. Part of the API response, for which 1 credit is charged:
"what do apple seeds need to germinate","what,do"
{
"id": 1,
"method": "SerpstatKeywordProcedure.exportSuggestions",
"params": {
"keyword": "apple",
"se": "g_us",
"size": 10,
"page": 1,
"withQuestions":true,
"filters": {
"questions": [
"what"
],
"keyword_length": 3
}
}
}
"Search suggestions","Вопрос"
"what do apple seeds need to germinate","what,do"
"what is apple id client identifier","what,is"
"what is my apple id client identifier","what,is"
"what is apple client id","what,is"
"what does it mean when your apple store and itunes is disabled","what,does,it,when,is"
"what to do when new apple watch won't turn on","what,do,when"
"what is the best free plant identifier app for apple","what,is"
"what temperature to bake apple cake","what"
"what do i do if my apple watch will not turn on","what,do,i,do"
"what do i do if my apple watch isn't turning on","what,do,i,do"