$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "startUrls": [
< {
< "url": "https://docs.ted.europa.eu/api/latest/search.html",
< "sourceId": "TED-SEARCH",
< "userData": {
< "sourceId": "TED-SEARCH"
< }
< },
< {
< "url": "https://single-market-economy.ec.europa.eu/single-market/public-procurement/digital-procurement/common-procurement-vocabulary_en",
< "sourceId": "TED-CPV",
< "userData": {
< "sourceId": "TED-CPV"
< }
< },
< {
< "url": "https://oeffentlichevergabe.de/ui/en/Open-Data-Richtlinie",
< "sourceId": "OEV-OPEN",
< "userData": {
< "sourceId": "OEV-OPEN"
< }
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/acts/zentrafoundry~dach-public-wifi-network-infrastructure-tender-feed/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'