Check whether URLs are indexed by Google
check_index_statusCheck each URL to see if Google has it indexed, returning indexed or unindexed status within minutes.
Instructions
Create an index-check task that reports, per URL, whether Google currently has it in the index (indexed / unindexed). Cheap (~0.1 credit per URL) but still SPENDS CREDITS. Results arrive within a few minutes: poll get_task, then read get_task_links. Does not submit anything to Google; use submit_urls_for_indexing for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Absolute URLs (https://...). Scheme is added when missing. Max 10000 per task. | |
| title | No | Optional label shown in the dashboard. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| task_id | Yes | ||
| url_count | Yes | ||
| dashboard_url | Yes |