$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://schema.org/Product",
< "sourceId": "SCHEMA-ORG-PRODUCT",
< "userData": {
< "sourceId": "SCHEMA-ORG-PRODUCT"
< }
< },
< {
< "url": "https://developers.google.com/search/docs/appearance/structured-data/product",
< "sourceId": "GOOGLE-PRODUCT-STRUCTURED-DATA",
< "userData": {
< "sourceId": "GOOGLE-PRODUCT-STRUCTURED-DATA"
< }
< },
< {
< "url": "https://docs.apify.com/platform/storage/dataset",
< "sourceId": "APIFY-DATASETS",
< "userData": {
< "sourceId": "APIFY-DATASETS"
< }
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/zentrafoundry~ecommerce-price-stock-change-monitor/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'