← Pipelines

bol-product-price-email

Fetch the specified bol.com product page, extract the product name and price, and email them.

Schedule

Manual only

Steps

3 steps

Created

2026-03-01 13:03:18

Run History

Run ID Status Started Finished Error
b55d571b-412b-4365-889a-cf904e47317c success 2026-03-01 13:03:56 2026-03-01 13:04:06

Update Pipeline

Pipeline Steps

s1 http
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
s2 llm_extract
fields
[ "name", "price" ]
s3 email
body_template
Product name: {{.name}} Price: {{.price}}
subject
Product info: {{.name}}

Pipeline JSON