LocalLocationLocalGridKeywordList

⌘K

Returns the keywords available to generate a Local Grid report on for a given location. A Local Grid report shows how a location ranks for a keyword across a geographic grid of search points.

JSON-RPC Method:

local.location.local.grid.keyword.list
Go to Example Code

Request

location_id

number

The id of the location

1{
2  "location_id": 12345
3}

Response

keywords

array

Available Local Grid keywords.

items

string

(Optional)

The Local Grid keyword the grid ranks are for.

1{
2  "keywords": [
3    "tutoring",
4    "tutoring near me"
5  ]
6}

Example Code

Quota Usage

Does not require any quota.