You can’t use pagination tokens directly in Clay’s HTTP API integration—only the first page is imported. To get all pages, you’d need to use an external tool like n8n to handle pagination and send the full dataset back to Clay. Alternatively, you could manually create a row for each page number, use a formula to generate dynamic URLs, and run a scrape for each page, but this won’t work with token-based pagination. For now, Clay doesn’t support looping through pages automatically with tokens. [1] [2] [3]