ScrepyDocs

List prioritized search-performance opportunities

The selected crawl verifies access and completion. Result rows vary by quick-win type.

GET/projects/{project_uid}/crawls/{crawl_uid}/quick-wins

The selected crawl verifies access and completion. Result rows vary by quick-win type.

Authorization

bearerApiKey
AuthorizationBearer <token>

Create a REST API key in Settings > Connected Apps. MCP credentials do not authenticate this API.

In: header

Path Parameters

project_uid*string

Accessible project UID. Discover it with GET /projects; do not guess it.

Match^[a-z0-9]{10}$
crawl_uid*string

Crawl UID belonging to the selected project. Discover it with GET /projects/{project_uid}/crawls.

Match^[a-z0-9]{16}$

Query Parameters

type?string

Value in

  • "strikingDistancePages"
  • "ctrOpportunities"
  • "cannibalizationRisks"
  • "contentDecay"
  • "newVisibilityOpportunities"
  • "visibilityGrowthClicksFlat"
  • "newContentOpportunities"
  • "secondPageKeywords"
  • "lostQueries"
  • "risingQueries"
  • "fallingQueries"
  • "risingPages"
  • "fallingPages"
range?string

Content decay supports 90d, 180d, and 365d. Other categories use their documented shorter ranges.

Value in

  • "7d"
  • "28d"
  • "30d"
  • "90d"
  • "180d"
  • "365d"
  • "3m"
  • "6m"
limit?integer

Maximum records to return. Defaults to 50.

Range1 <= value <= 100
Default50
cursor?string

Opaque cursor returned by the prior response. Do not construct or alter it.

Lengthlength <= 512

Response 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"    ]  }}