List prioritized search-performance opportunities
The selected crawl verifies access and completion. Result rows vary by quick-win type.
/projects/{project_uid}/crawls/{crawl_uid}/quick-winsThe selected crawl verifies access and completion. Result rows vary by quick-win type.
Authorization
bearerApiKey Create a REST API key in Settings > Connected Apps. MCP credentials do not authenticate this API.
In: header
Path Parameters
Accessible project UID. Discover it with GET /projects; do not guess it.
^[a-z0-9]{10}$Crawl UID belonging to the selected project. Discover it with GET /projects/{project_uid}/crawls.
^[a-z0-9]{16}$Query Parameters
Value in
- "strikingDistancePages"
- "ctrOpportunities"
- "cannibalizationRisks"
- "contentDecay"
- "newVisibilityOpportunities"
- "visibilityGrowthClicksFlat"
- "newContentOpportunities"
- "secondPageKeywords"
- "lostQueries"
- "risingQueries"
- "fallingQueries"
- "risingPages"
- "fallingPages"
Content decay supports 90d, 180d, and 365d. Other categories use their documented shorter ranges.
Value in
- "7d"
- "28d"
- "30d"
- "90d"
- "180d"
- "365d"
- "3m"
- "6m"
Maximum records to return. Defaults to 50.
1 <= value <= 10050Opaque cursor returned by the prior response. Do not construct or alter it.
length <= 512Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/projects/string/crawls/string/quick-wins"{ "data": [ {} ], "links": { "next": "http://example.com" }, "meta": { "next_cursor": "string", "range": "7d", "warnings": [ "string" ] }}{ "message": "Unauthenticated."}{ "message": "string", "code": "string"}{ "message": "Project not found or not accessible."}{ "message": "string", "code": "string"}{ "message": "string", "code": "string", "errors": { "property1": [ "string" ], "property2": [ "string" ] }}{ "message": "string", "code": "string"}{ "message": "string", "code": "string"}