Submit URLs for Google indexing
submit_urls_for_indexingSubmit URLs for indexing to signal Googlebot to crawl each URL, speeding up Google discovery. Use estimate_cost first for large batches to confirm credit usage.
Instructions
Create an indexing task: Rapid Indexer signals Googlebot to crawl each URL so Google discovers it fast. SPENDS CREDITS immediately (standard ~2 credits/URL, VIP ~10 credits/URL). Run estimate_cost first and confirm with the user for large batches. Standard queue starts within minutes; VIP starts immediately with priority. drip_feed spreads submissions over several days for a natural pattern. Returns the task id; poll get_task for progress and get_task_links for per-URL status. Google makes the final indexing decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vip | No | Use the VIP priority queue (faster, higher cost). | |
| urls | Yes | Absolute URLs (https://...). Scheme is added when missing. Max 10000 per task. | |
| title | No | Optional label shown in the dashboard. | |
| engine | No | google (default) or bing (Bing Indexing only, no Google). | |
| drip_feed | No | Spread the URLs over drip_duration_days instead of submitting all at once. | |
| drip_duration_days | No | Days to spread a drip-feed task over (only when drip_feed is true). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vip | Yes | ||
| message | Yes | ||
| task_id | Yes | ||
| url_count | Yes | ||
| is_drip_feed | Yes | ||
| dashboard_url | Yes |