$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "items": [
< {
< "domain": "apify.com",
< "input": "apify.com",
< "found": true,
< "partial": false,
< "checkedAt": "2026-09-22T05:45:22.120Z",
< "sourcePageUrls": [
< {
< "sourcePath": "/",
< "sourceUrl": "https://apify.com/"
< },
< {
< "sourcePath": "/contact",
< "sourceUrl": "https://apify.com/contact"
< }
< ],
< "emails": [
< "hello@apify.com"
< ],
< "error": null,
< "_exampleProvenance": {
< "sourceActorId": "CHnXcdLMha9GvwRh5",
< "sourceRunId": "fTQG832SGP7sB6hWk",
< "sourceDatasetId": "Gt7XpREftdsw0Ebz7",
< "curatedPublicSnapshot": true,
< "redaction": "Allowlisted public business/product fields only; review excerpts and social captions truncated; no reviewer identities."
< }
< }
< ]
<}
<EOF
$curl "https://api.apify.com/v2/actors/zinin~company-contact-route-planner/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'