Load more backlink rows
load_more_backlink_rowsExtend an existing backlinks snapshot by fetching additional rows in batches of 100, up to 1,000. Run analyze_backlinks first to create a current snapshot; returns 409 snapshot_expired if none exists.
Instructions
Requires API write scope. Extends the current unexpired backlinks snapshot at the per-100-row provider rate. Returns 409 snapshot_expired when no current snapshot exists; run analyze_backlinks first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of additional rows to fetch, in multiples of 100 up to 1000. | |
| target | Yes | Domain or full page URL matching the current unexpired snapshot. | |
| project_id | Yes | Project id whose provider budget and snapshot are used. | |
| target_scope | No | Site or page scope matching the current unexpired snapshot. | |
| include_subdomains | No | Include backlinks to subdomains for site targets. Ignored for page targets. |