US Brand Signal Co-occurrence Analyzer is a paid API for AI agents from api.timzinin.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).
Computes pairwise co-occurrence statistics (Jaccard similarity, support, count) across buyer-supplied brand signals grouped into observations
Pay-per-call data & tool APIs
Returns a JSON object with pair-level co-occurrence rows (each containing Jaccard similarity, support, co-occurrence count, and signal IDs), per-signal group counts, per-group unique signal counts, totals for groups and unique signals, cryptographic digests for input and output integrity verification, schema version, and attribution metadata clarifying that all group and signal IDs are buyer-supplied with no external identity or causality claims made.
POSThttps://api.timzinin.com/api/us-brand-signal-cooccurrence-analyzerChoose this endpoint when you have buyer-supplied, opaque observation groups tagged with brand signals and need pairwise co-occurrence statistics including Jaccard similarity and support values. It is purpose-built for US brand signal analysis workflows where you control the signal taxonomy and observation groupings. Prefer this over generic association rule mining tools when you need cryptographic result digests for auditability and a clear attribution model that makes no external truth or identity claims about the signals.
| Field | Type | Description |
|---|---|---|
| groups | array | |
| schemaVersion | string |
{
"type": "json",
"example": {
"meta": {
"run_ms": 1200,
"settled": true,
"item_count": 1
},
"results": [
{
"counts": {
"pairs": 3,
"groups": 4,
"uniqueSignals": 3
},
"pairRows": [
{
"jaccard": 0.5,
"signalA": "signal-a",
"signalB": "signal-b",
"support": 0.5,
"cooccurrenceCount": 2
},
{
"jaccard": 0.5,
"signalA": "signal-a",
"signalB": "signal-c",
"support": 0.5,
"cooccurrenceCount": 2
},
{
"jaccard": 0.5,
"signalA": "signal-b",
"signalB": "signal-c",
"support": 0.5,
"cooccurrenceCount": 2
}
],
"reportType": "us_brand_signal_cooccurrence_analyzer",
"attribution": {
"type": "buyer_supplied_opaque_observations",
"meaning": "Groups and signal IDs were supplied by the buyer; this Actor measures co-occurrence in those observations only and makes no external truth, identity, source, or causality claim."
},
"groupCounts": [
{
"groupId": "observation-001",
"uniqueSignalCount": 3
},
{
"groupId": "observation-002",
"uniqueSignalCount": 2
},
{
"groupId": "observation-003",
"uniqueSignalCount": 2
},
{
"groupId": "observation-004",
"uniqueSignalCount": 2
}
],
"inputDigest": "04a1bf62a4ba93dad393d7fa80e30924356b103be663e9caf99179a2a2dd40f5",
"totalGroups": 4,
"groupsDigest": "f54aa33c541ff7c6fe5c1631073fc2713b6ec4263cde9046020e0fe192d6d37c",
"resultDigest": "48e5bd5dff30ad3a580e8191115b4ce79839cccb8ac6c1dc079784492c37b19e",
"signalCounts": [
{
"signalId": "signal-a",
"groupCount": 3
},
{
"signalId": "signal-b",
"groupCount": 3
},
{
"signalId": "signal-c",
"groupCount": 3
}
],
"schemaVersion": "1.0",
"pairRowsDigest": "b6f0aca08a22e4cda4a31f45365cf5f35709e67433f858bbb593827bb504d4b1",
"signalCountsDigest": "d36b00fcfca7a1dac8d7ba1af2ec3ad24037af40fa12992cbc91589a0e26c197",
"totalUniqueSignals": 3
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"