Keywords selection
Method SerpstatKeywordProcedure.exportKeywordsPhrase exports to .csv file all organic keywords associated with the researched keyword. The data is similar to the report from the section "Keyword research — SEO research — Keywords selection".
Request parameters | |||
Parametr | Description | Optional | Value options |
id | A request id: the response contains the same id. Enter any number (number) or text (string) value | no | 1, test |
method | API method name | no | SerpstatKeywordProcedure.exportKeywordsPhrase |
params | The object with parameters {...}, it lists all the following parameters and arrays [...] | no | |
keyword | Keyword to search for | no | "iphone 13" |
se | ID of the search base to be searched. | no | g_us |
sort | Order of sorting the results in the format: {"field": "order"} | yes | "cost": "asc", "region_queries_count": "desc" |
size | Number of results per page in response (min: 1, max: 1000) | yes | "size": "10" |
page | Page number in response | yes | "page": "5" |
filters | Filter conditions | yes | "difficulty": 3; "cpc": 30; "region_queries_count": 1000; "keyword_length": 3; |
Response example | ||||||||||
Keyword | Volume | CPC | Competition in PPC | Results found | Snippet | Social domains | Right spelling | Keyword length | Language | Keywords difficulty |
iphone 13 | 3.4M | 1.87 | 100 | 3.1B | knowledge_graph, top_ppc_block, video_thumbnail, related_questions, images, related_keywords | wikipedia | 2 | en | 46 | |
iphone 13 pro max | 1.2M | 2.37 | 100 | 635M | knowledge_graph, top_ppc_block, video_thumbnail, related_questions, related_keywords | amazon, wikipedia, pinterest | 4 | en | 50 | |
iphone 13 pro | 450K | 2.27 | 100 | 1.5B | related_keywords, images, related_questions, knowledge_graph, top_ppc_block, video_thumbnail | amazon, wikipedia, pinterest | 3 | en | 18 | |
iphone 13 release dates | 368K | 1.52 | 100 | 548M | related_keywords, related_questions | wikipedia, pinterest | 4 | en | 50 | |
iphone 13 color | 301K | 0.74 | 100 | 3.1B | video_thumbnail, related_questions, images, related_keywords | amazon, wikipedia, pinterest, twitter | 3 | en | 22 | |
iphone 13 pro max cases | 201K | 0.56 | 100 | 107M | related_questions, bottom_ppc_block | amazon | 5 | en | 6 | |
iphone 13 mini | 201K | 1.74 | 100 | 2.1B | knowledge_graph, top_ppc_block, video_thumbnail, related_questions, images, related_keywords | amazon, wikipedia | 3 | en | 14 |
1 API credit is charged for 1 row of response.
{
"id": 1,
"method": "SerpstatKeywordProcedure.exportKeywordsPhrase",
"params": {
"keyword": "iphone 13",
"se": "g_us",
"size": 100,
"page": 2,
"sort": {
"region_queries_count": "desc"
},
"filters": {
"difficulty_to": 20
}
}
}