check_rank
Check where a domain ranks on Google for a keyword in a specific country. Get the position, ranking URL, and top 10 organic results, or an error if the domain is not found.
Instructions
Check where a domain ranks on Google for a keyword.
Args: domain: the site to look up, e.g. "example.com" (scheme/www/path ignored). keyword: the search query to rank for. country: ISO country code for the Google market (default "us"), e.g. "gb", "de". Rankings differ by country, so pass the market the user cares about.
Returns a dict with the 1-based position (null if the domain isn't in the
results checked), the ranking url, the top-10 organic results, and the
remaining quota. Failures come back as a dict with an error field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| country | No | us | |
| keyword | Yes |