$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://www.debragga.com/gift-sets.html"
< },
< {
< "url": "https://www.debragga.com/specials.html"
< },
< {
< "url": "https://www.debragga.com/beef.html"
< },
< {
< "url": "https://www.debragga.com/grass-fed-beef.html"
< },
< {
< "url": "https://www.debragga.com/naturally-raised-beef.html"
< },
< {
< "url": "https://www.debragga.com/wagyu-beef.html"
< },
< {
< "url": "https://www.debragga.com/pork.html"
< },
< {
< "url": "https://www.debragga.com/lamb.html"
< },
< {
< "url": "https://www.debragga.com/poultry.html"
< },
< {
< "url": "https://www.debragga.com/veal.html"
< },
< {
< "url": "https://www.debragga.com/ham-sausages.html"
< },
< {
< "url": "https://www.debragga.com/salumi-smoked-meats.html"
< },
< {
< "url": "https://www.debragga.com/pantry.html"
< },
< {
< "url": "https://www.debragga.com/new-items.html"
< },
< {
< "url": "https://www.debragga.com/grill-kits.html"
< }
< ],
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}
<EOF
$curl "https://api.apify.com/v2/actors/scraping_crew~debragga-scraper/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'