Skip to main content
GET
Domain Paid Keywords
Keywords a domain bids on in Google Ads (position, volume, CPC, URL). Billing is per returned data row, $0.18 per row (up to 20 rows). A broad seed returns more rows, so the input size decides the cost — start narrow. ⚠️ The response is semicolon-delimited text, not JSON — parse it as CSV-style rows. Related: get_semrush-domain-organic-keywords.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

domain
string
required

Target domain, e.g. ahrefs.com.

Example:

"ahrefs.com"

database
string
required

Regional database / country code, e.g. us.

Example:

"us"

Response

200 - text/plain

Semicolon-delimited rows. Header: Keyword;Position;Search Volume;CPC;Url.

The response is of type string.