DataKeywordMetricsDifficultyFetch

⌘K

Retrieve the most recent difficulty metric for any keyword that exists in our database.

JSON-RPC Method:

data.keyword.metrics.difficulty.fetch
Go to Example Code

Request

serp_query

object

The SERP query object describes a keyword or search phrase in combination with several options to specify how the query is run (i.e. how a SERP should be retrieved for this keyword if necessary).

1{2"serp_query":{3"keyword":"domain authority",4"locale":"en-US",5"device":"desktop",6"engine":"google"7}8}

Response

Results include both the parsed Serp Query along with the keyword metrics. If a value cannot be found, a `NotFoundError` is thrown.

keyword_metrics

object

Available metrics for a given keyword. In this action only difficulty will have a value, all other metrics will always be null.

serp_query

object

Represents a SERP query object.

1{2"serp_query":{3"keyword":"domain authority",4"locale":"en-US",5"device":"desktop",6"engine":"google",7"vicinity":""8},9"keyword_metrics":{10"volume":null,11"difficulty":69,12"organic_ctr":null,13"priority":null14}15}

Example Code

Quota Usage

Uses one row per call.

api.limits.data.rows

AltStyle によって変換されたページ (->オリジナル) /