$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "authorization": "I confirm I am authorized to process and deliver these Willhaben listing records",
< "sourceContext": "advertiser_authorized_export",
< "listings": [
< {
< "listingId": "authorized-vienna-1001",
< "listingUrl": "https://www.willhaben.at/iad/immobilien/d/mietwohnungen/wien/wien-1020-leopoldstadt/authorized-example-1001/",
< "title": "Authorized Vienna apartment evidence",
< "price": 1290,
< "currency": "EUR",
< "dealType": "rent",
< "propertyType": "Wohnung",
< "rooms": 2,
< "areaSqm": 54.5,
< "location": "Wien, 2. Bezirk, Leopoldstadt",
< "latitude": 48.216,
< "longitude": 16.392,
< "postedAt": "2026-08-12T08:30:00Z",
< "description": "Buyer-supplied minimal listing summary with unnecessary personal contact data removed.",
< "images": [],
< "sourceName": "Advertiser-authorized listing export",
< "sourceLicense": "Buyer confirms authorization to process and deliver this listing record.",
< "sourceRetrievedAt": "2026-08-13T00:00:00Z"
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/actors/zinin~willhaben-vienna/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'