Using SmartCrawler for multi-page extraction
SmartCrawler is the recommended service for crawling multiple pages. It follows links and aggregates results across pages automatically.Using SmartScraper with explicit page URLs
If you know the URL pattern for each page, scrape them individually and aggregate results:Using the pagination parameter
For services that support it, you can pass the pagination parameter to iterate through pages automatically:
Tips
- Add delays between pages to avoid triggering rate limits on the target website.
- Check for a “next page” link in your prompt —
"Extract all items and the URL of the next page"— to discover pagination dynamically. - Stop early when the extracted list is empty or a “no more results” message appears.