US Brand Signal Batch Splitter
Pricing
Pay per event
Go to Apify Store
US Brand Signal Batch Splitter
Split already-normalized US brand signal rows into stable groups by one submitted grouping mode without network access or inference.
US Brand Signal Batch Splitter
Pricing
Pay per event
Split already-normalized US brand signal rows into stable groups by one submitted grouping mode without network access or inference.
You can access the US Brand Signal Batch Splitter programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "schemaVersion": "1.0",< "groupingMode": "brand",< "rows": [< {< "signalId": "sig-nike-launch-001",< "brandName": "Nike",< "eventType": "product_launch",< "severity": "high",< "analysisStatus": "unreviewed"< },< {< "signalId": "sig-nike-price-002",< "brandName": "Nike",< "eventType": "price_change",< "severity": "medium",< "analysisStatus": "reviewed"< },< {< "signalId": "sig-acme-recall-003",< "brandName": "Acme Labs",< "eventType": "recall",< "severity": "critical",< "analysisStatus": "reviewed"< },< {< "signalId": "sig-contoso-news-004",< "brandName": "Contoso",< "eventType": "news_item",< "severity": "low",< "analysisStatus": "unknown"< }< ]<}' |<apify call zinin/us-brand-signal-batch-splitter --silent --output-datasetThe Apify CLI is the official tool that allows you to use US Brand Signal Batch Splitter locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: