
Template of MAS Site Crawler-2025-11-24
Detail
About Parameter Usage:
page_limit: Sets the number of data pages to extract

When used with loop, it will automatically exit the loop after completing the specified number of pages
Default value: 2 (i.e., the task ends after completing page 2)
Customization: You can adjust this parameter based on your actual needs
Examples:
page_limit = 5 → Stops after extracting 5 pages
page_limit = 10 → Stops after extracting 10 pages
