Pipeline Steps
- method
- GET
- selector
- url
- https://www.bol.com/nl/nl/p/proof-and-the-art-of-mathematics-examples-and-extensions/9300000004308283/?cid=1772366449657-3576165257621&bltgh=569fae8d-f2d6-41b1-9b15-c16edfdfcfbf.topDealsForYou.product-tile-9300000004308283.ProductImage&promo=main_860_deals_for_you___product_0_9300000004308283
{
"method": "GET",
"selector": "",
"url": "https://www.bol.com/nl/nl/p/proof-and-the-art-of-mathematics-examples-and-extensions/9300000004308283/?cid=1772366449657-3576165257621\u0026bltgh=569fae8d-f2d6-41b1-9b15-c16edfdfcfbf.topDealsForYou.product-tile-9300000004308283.ProductImage\u0026promo=main_860_deals_for_you___product_0_9300000004308283"
}
- fields
- [
"name",
"price"
]
{
"fields": [
"name",
"price"
]
}
- body_template
- Product name: {{.name}}
Price: {{.price}}
- subject
- Product info: {{.name}}
{
"body_template": "Product name: {{.name}}\nPrice: {{.price}}",
"subject": "Product info: {{.name}}"
}
Pipeline JSON
{
"id": "7306d1bb-025d-4527-b7c5-64fc8a933bb7",
"name": "bol-product-price-email",
"description": "Fetch the specified bol.com product page, extract the product name and price, and email them.",
"schedule": "",
"steps": [
{
"id": "s1",
"type": "http",
"config": {
"method": "GET",
"selector": "",
"url": "https://www.bol.com/nl/nl/p/proof-and-the-art-of-mathematics-examples-and-extensions/9300000004308283/?cid=1772366449657-3576165257621\u0026bltgh=569fae8d-f2d6-41b1-9b15-c16edfdfcfbf.topDealsForYou.product-tile-9300000004308283.ProductImage\u0026promo=main_860_deals_for_you___product_0_9300000004308283"
}
},
{
"id": "s2",
"type": "llm_extract",
"config": {
"fields": [
"name",
"price"
]
}
},
{
"id": "s3",
"type": "email",
"config": {
"body_template": "Product name: {{.name}}\nPrice: {{.price}}",
"subject": "Product info: {{.name}}"
}
}
]
}