$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "sourceMode": "sample",
< "mode": "demo",
< "startUrls": [
< {
< "url": "https://schema.org/Product",
< "sourceId": "SCHEMA-ORG-PRODUCT",
< "userData": {
< "sourceId": "SCHEMA-ORG-PRODUCT"
< }
< },
< {
< "url": "https://shopify.dev/docs/api/ajax/reference/product",
< "sourceId": "SHOPIFY-PRODUCTS-JSON",
< "userData": {
< "sourceId": "SHOPIFY-PRODUCTS-JSON"
< }
< },
< {
< "url": "https://woocommerce.com/document/woocommerce-rest-api/",
< "sourceId": "WOOCOMMERCE-PUBLIC-CATALOG",
< "userData": {
< "sourceId": "WOOCOMMERCE-PUBLIC-CATALOG"
< }
< }
< ],
< "maxItems": 25,
< "outputMode": "sample-records"
<}
<EOF
$curl "https://api.apify.com/v2/acts/zentrafoundry~any-store-price-monitor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'