$echo '{
< "startUrls": [
< {
< "url": "https://books.toscrape.com/"
< }
< ],
< "recordSelector": "article.product_pod",
< "fields": [
< {
< "name": "title",
< "selector": "h3 a",
< "source": "attribute",
< "attribute": "title",
< "type": "string",
< "required": true
< },
< {
< "name": "price",
< "selector": ".price_color",
< "type": "number",
< "pattern": "([0-9.]+)",
< "required": true
< },
< {
< "name": "productUrl",
< "selector": "h3 a",
< "source": "attribute",
< "attribute": "href",
< "type": "url",
< "required": true
< }
< ],
< "maxItems": 20
<}' |
<apify call automation-lab/schema-guided-web-data-to-excel --silent --output-dataset