Domain rank overview
dataforseo/labs_google_domain_rank_overview_liveSummarise a domain's organic and paid visibility in one line.
- call
- $0.0242
- DataForSEO
- 3 min
Overview
Gives a top-level summary of how a domain performs in search without enumerating individual keywords. For the market you select it reports how many results place the domain in each position band, separately for organic listings and paid ads, and estimates the monthly organic traffic along with what buying that traffic would cost. Change indicators show how much of the profile is newly gained, improved, declined, or lost. This is the companion to the ranked-keywords report: the overview for scale, the keyword list for detail.
One row per market with organic and paid position-band counts, traffic estimates, and traffic cost.
Input
These go in the input object of the run request.
| Field | Type | Required | Description |
|---|---|---|---|
| target | string | Yes | The domain to report on, written without a scheme or `www`. |
| location_name | string | No | Which market to report on; omit for every market on record. |
| language_name | string | No | Which language to report on; omit for every language on record. |
| limit | integer | No | How many rows to return. |
| ignore_synonyms | boolean | No | Exclude near-identical keywords from the totals. |
Requests up to 1 MB.
Example
A call that works, with your own key.
curl https://gateway.agentsky.dev/v1/run \
-H "authorization: Bearer $AGENTSKY_API_KEY" \
-H "content-type: application/json" \
-d '{"provider":"dataforseo","endpoint":"labs_google_domain_rank_overview_live","input":{"target":"example.com","location_name":"United States","language_name":"English"}}'Pricing
$0.0242 per call on the default plan. That is the list price; when the provider reports what a call actually cost, you are billed that instead. Every run carries its price in the response.
