Competitor domains
dataforseo/labs_google_competitors_domain_liveFind the domains competing with a site for the same queries.
- call
- $0.048
- DataForSEO
- 3 min
Overview
Discovers a website's real search competitors by finding the other domains that repeatedly appear alongside it for the same queries. Each competitor is returned with the number of keywords it shares with the target, its average and summed position across those queries, and its own visibility profile, so a genuinely comparable rival can be told from a large site that merely overlaps. A market must be given here, because competitive sets differ sharply between countries. The internet's largest generic destinations can be excluded, and a rank ceiling sets how deep a competitor must appear to count.
Competitor domains with their shared keyword count, average position, and their own visibility metrics.
Input
These go in the input object of the run request.
| Field | Type | Required | Description |
|---|---|---|---|
| target | string | Yes | The domain to find competitors for, written without a scheme or `www`. |
| location_name | string | Yes | Which market to report on. |
| language_name | string | Yes | Which language to report on. |
| limit | integer | No | How many rows to return. |
| exclude_top_domains | boolean | No | Drop the largest generic sites from the comparison. |
| max_rank_group | integer | No | Only count competitors ranking at least this high. |
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_competitors_domain_live","input":{"target":"example.com","location_name":"United States","language_name":"English","limit":20}}'Pricing
$0.048 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.
