Skip to main content
POST
https://api.clay.com/public/v0
/
searches
/
{search_id}
/
next
Advance the search iterator and return the next page of results
curl --request POST \
  --url https://api.clay.com/public/v0/searches/{search_id}/next \
  --header 'Content-Type: application/json' \
  --header 'clay-api-key: <api-key>' \
  --data '{
  "limit": 20
}'
{
  "data": [
    {}
  ],
  "has_more": true
}

Authorizations

clay-api-key
string
header
required

Personal API key tied to your Clay user. Create one under Settings → Account in the Clay app.

Path Parameters

search_id
string
required

Body

application/json

Body

limit
integer
default:20
Required range: 1 <= x <= 10000

Response

200

data
object[]
required
has_more
boolean
required