# GET /seo-research/rank-snapshots

**Resource:** [SEO Research](./seo.md)  
**MCP tool:** `seo_list_rankings`  
**Scopes:** `seo:read`  
**Write operation:** no

List rank position snapshots for tracked keywords via TrustPager SEO, newest first. Paginated: pagination.total is the real number of snapshots matching the filter, and pagination.next_cursor pages back through older history.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `website_id` | query | string | no |  |
| `tracked_keyword_id` | query | string | no |  |
| `limit` | query | number | no | Page size, 1 to 100. Defaults to 25. |
| `after` | query | string | no | Snapshot id from a previous response's pagination.next_cursor, to fetch the next page of older snapshots. |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/seo-research/rank-snapshots"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`