
Template of Amazon Product Details Scraper-2025-11-13
Data Limit Parameter Guide
Parameter: Data LimitPurpose: Set the number of data items you want to extractUsage Scenarios:Scenario 1: Target ≤ Items on Current Page
Example:• Target quantity: 5 items• Items on current page: 20 items• Setting: Set Max Items to 5• Result: Extracts only 5 items from the current page, no paginationScenario 2: Target > Items on Current Page
Example:• Target quantity: 50 items• Items per page: 20 items• Setting: Set Max Items to 50
• Execution Process: 1. Extract all 20 items from page 1 2. Automatically navigate to page 2 3. Extract all 20 items from page 2 (total: 40) 4. Automatically navigate to page 3 5. Extract 20 items from page 3 (total: 60) 6. Target reached → Stop and exit workflowAuto-Pagination:✓ Automatically triggered when target exceeds single page capacity✓ Continues pagination until target is reached✓ Stops automatically when complete, no manual intervention needed
