/keywords/all POST
Allows you to retrieve a paginated list of all the keywords being tracked within your account.
Optional parameters
Name | Type | Description |
---|---|---|
page | integer | The page number being requested |
limit | 10, 100 or 1000 | Sets the size of the paged list of results |
Cost
0.01 credits * page size (a default page size of 100 = 1 credit).
Example response
{
"status":"ok",
"request_time":1356225452,
"data":{
"4ff9a8c0c787725343000000":{
"phrase":"cheap laptops",
"engines":[
"google_en-us",
"yahoo_en-us",
"bing_en-us"
]
},
"4ff9acd9c787728b46000000":{
"phrase":"flights to nyc",
"engines":[
"google_en-us"
]
}
/* ----- snip ---- */
}
}