Field Types
Each field in a recipe has a type that determines what data is extracted from the matched elements.
| Type | Description | Example |
|---|---|---|
text | Extracts the visible text content of the element | Product names, titles, descriptions |
link | Extracts the href attribute from anchor tags | URLs, navigation links |
image | Extracts the src attribute from image elements | Product images, thumbnails |
number | Extracts text and parses it as a number | Prices, ratings, counts |
html | Extracts the raw innerHTML of the element | Rich text content, embedded markup |