Skip to main content
GET
Domain Overview
Return the organic search overview for a domain in a given regional database: Rank, organic keyword count, organic traffic, organic traffic cost, and Adwords keyword count. Billing is per successful call, $0.09. Failed calls (4xx/5xx) are not charged. ⚠️ The response is semicolon-delimited text, not JSON — parse it as CSV-style rows. Related: get_semrush-domain-rank-history, 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.

database
string
default:us

Regional database / country code. Defaults to us. Examples: us, uk, cn.

Response

200 - text/plain

Semicolon-delimited overview: Database;Domain;Rank;OrganicKeywords;OrganicTraffic;OrganicCost;AdwordsKeywords.

The response is of type string.