Domain Overview
Semrush API
Domain Overview
Semrush organic search overview: rank, organic keywords, traffic, traffic cost, and Adwords keywords.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Target domain, e.g. ahrefs.com.
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.