List Page Scenarios
These pages test different types of list navigation common in scraping.
- Numbered Pagination - Classic page number navigation.
- "Load More" Button - Appending content with a button click.
- Infinite Scroll - Appending content automatically on scroll.
- Nested Pagination - Multi-level category navigation
- Filtered/Sorted Lists - Dynamic filtering and sorting
- Hybrid Navigation - Pagination with "Load More" on each page.
Detail Page Scenarios
These pages test extraction from various single-item page layouts.
- Basic Detail Page - Simple item with various data types.
- Detail Page with Tabs - Content hidden behind interactive tabs.
- Detail Page with Variations - Content that changes based on user selection (e.g., color, size).
- Detail Page with Paginated Reviews - A list within a detail page.
- Multi-Vendor Product - Price comparisons across sellers
- Product Bundle Configurator - Customizable packages
- Real-time Inventory - Dynamic stock information
- Multi-language Content - Content that changes based on language selection.
Special Case Scenarios
Advanced cases testing edge scenarios and anti-scraping measures
- Authentication-Gated Content - Login-walled resources
- Geolocated Content - Location-based variations
- A/B Test Variations - Multiple layout versions
- Shadow DOM Components - Web component extraction
- Cookie Consent Walls - GDPR-compliant blockers
Data Extraction Challenges
Specialized cases for data parsing and normalization
- Mixed Structured Data - Multiple schema formats
- Malformed Markup - Invalid HTML handling
- Text Extraction Challenges - Complex text nodes