Actions29
- Backlink Actions
- SERP Actions
- Business Data Actions
- On Page Actions
- Keywords Data Actions
- Labs Actions
Overview
The "Get Domain Rank Overview" operation in the Labs resource of this node fetches an overview of a domain's ranking data. It is useful for SEO professionals and digital marketers who want to analyze how a specific domain performs in search engine rankings across different locations and languages.
Typical use cases include:
- Monitoring the overall search visibility of a website.
- Comparing domain rank performance across various geographic locations or languages.
- Identifying core keywords driving traffic to the domain.
- Filtering out synonyms to focus on unique keyword rankings.
For example, a user might input their domain (e.g., "example.com") along with a target location like "United Kingdom" and language "English" to get a detailed snapshot of how that domain ranks in UK English search results.
Properties
| Name | Meaning |
|---|---|
| Target Domain | The domain to analyze, specified without the https:// prefix or www. subdomain. For example, example.com. |
| Location | Full name of the geographic location to target the ranking data for. Example: "United Kingdom". Supported locations are documented externally. |
| Language | Full name of the language to filter the ranking data by. Example: "English". Supported languages are documented externally. |
| Ignore Synonyms | Boolean flag to exclude highly similar keywords from the results. If set to true, only core keywords will be included, filtering out synonyms or near duplicates. |
| Limit | Maximum number of results to return, up to 1000. Controls pagination size. |
| Offset | Number of results to skip before starting to collect the output. Useful for paginating through large result sets. |
Output
The node outputs a JSON array where each item contains the domain rank overview data as returned by the external API. This typically includes metrics such as keyword rankings, search volume, position changes, and other SEO-related statistics relevant to the domain.
No binary data output is produced by this operation.
Dependencies
- Requires an active API key credential for the DataForSEO service.
- The node makes POST requests to the DataForSEO API endpoint at
https://api.dataforseo.com/v3. - Users must ensure the API key has permissions to access the Labs resource and specifically the domain rank overview operation.
- Supported locations and languages must be valid according to DataForSEO documentation (links provided in property hints).
Troubleshooting
- Invalid domain format: Ensure the target domain does not include
https://orwww.prefixes. - Unsupported location or language: Verify that the location_name and language_name values match supported entries listed in the DataForSEO documentation.
- API authentication errors: Confirm that the API key credential is correctly configured and has necessary permissions.
- Limit and offset issues: The limit must be between 1 and 1000; offset cannot be negative.
- Empty or incomplete results: Try toggling the "Ignore Synonyms" option to see if it affects the returned keywords.
Common error messages usually relate to invalid parameters or authentication failures and can be resolved by checking input correctness and credential validity.