Run rank check
run_rank_checkRuns a provider-backed keyword rank check. Use sync mode for immediate results or async mode to queue and poll for completion.
Instructions
Run a provider-backed rank check for one keyword. Requires write access and may incur provider cost. Ask for explicit user approval immediately before calling; this server cannot enforce the client's confirmation UI. By default the check runs synchronously and returns the completed result. Set async to true to enqueue the check and return a running rank check immediately; poll it with get_rank_check_result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | ||
| keyword_id | Yes | Identifier of the tracked keyword to operate on. | |
| project_id | No | Identifier of the bisibility project to operate on; list_projects returns valid project ids. | |
| provider_id | No | SERP provider id, validated server-side. Known values: dataforseo and serpapi. | |
| idempotency_key | No |