Web Scraping
Extract Cards
Extract card-style elements from web pages
Extract Cards
The Extract Cards node helps you extract repeated card-style elements from web pages.
Overview
This node enables you to:
- Extract repeated elements
- Parse card structures
- Handle dynamic loading
- Process grid layouts
- Extract media content
Configuration
Parameter | Type | Description |
---|---|---|
URL | String | Target webpage URL |
Card Selector | String | CSS selector for card elements |
Fields | Object | Mapping of card fields to selectors |
Pagination | Object | Pagination configuration |
Example Usage
Basic Card Extraction
Advanced Configuration
Field Types
Text Content
Images
Links
Data Processing
Transformations
Validation Rules
Error Handling
Common issues and solutions:
- Missing elements
- Invalid selectors
- Dynamic content
- Rate limiting
- Network errors