Trendtracker Connect

Facts

Knowledge-graph organizations, investments, and acquisitions as structured records.

Facts are stable knowledge-graph entities: companies, investment rounds, and acquisitions. They are not documents. Use them when you need deal amounts, founding dates, or canonical organization IDs.

For the documents that mention those entities, use Proof points. For grouped events that mix documents and facts, use Manifestations.

Each fact type exposes:

  • Search — a page of records (skip / take, max 100)
  • Time series — counts per bucket; investments and acquisitions also return amounts

All of these are POST with a JSON body. Date filters use calendar dates (YYYY-MM-DD), not datetimes.

Shared request fields

FieldPurpose
topicIds / organizationIdsScope to topics and organizations
queryOptional free-text over organization labels (max 50 characters)
certaintyTopic-link confidence threshold, 0–1. Only valid when topicIds is set
start / endInclusive date window
skip / takeOffset paging; take max 100
sortDirectiondesc (default) or asc
resolutionTime series only: month, quarter, or year (default year)

Entity types

Interactive schemas live in the API reference.

On this page