
Template of Outsavvy Event Details Scraper-2025-11-19
Workflow Structure Explanation:
**Two-Stage Data Extraction Process:**
**Stage 1: Activity List Page**
Extracts:
• Activity name
• Activity URL
**Stage 2: Activity Detail Page**
Extracts:
• Complete activity details
• Additional information fields
**Why this two-stage approach?**
This design ensures maximum accuracy when capturing activity URLs. By separating URL extraction from detail extraction, we prevent any broken links or incorrect mappings between activities and their corresponding details.
**Loop List Configuration - "Focus Item" Setting:**
This page uses a "Load More" button to dynamically load additional content.
**Configuration Rule:**
The "Focus Item" count should match the number of activities you want to extract.
**Example:**
• If you want to extract **10 activities** → Set Focus Item to **10**
• If you want to extract **20 activities** → Set Focus Item to **20**
• If you want to extract **50 activities** → Set Focus Item to **50**

