Skip to main content

Business Data Schema

Truee returns business data in two levels: search results and full business profiles.

Search result

A compact search result contains:

FieldDescription
idStable business ID.
nameRegistered or public business name.
slugPublic profile slug.
titleSearch-friendly title.
summaryShort business summary.
categoryPrimary category.
locationHuman-readable location.
verifiedWhether the business is verified.
freshnessFreshness bucket: FRESH, RECENT, STALE, or LEGACY.
qualification_statusQUALIFIED, PARTIAL, or INCOMPLETE.
match_scoreRelevance score from 0 to 1.
profile_urlHuman profile URL.
data_urlAPI profile URL.

Full business profile

Fetch a full profile with:

GET /registry/businesses/{idOrSlug}

Full profiles can include:

  • Business identity and description.
  • Locations and branches.
  • Products and services.
  • Announcements and media.
  • Contact fields.
  • Trust signals and verification state.
  • Freshness and scoring metadata.

Delta sync

Use delta sync to keep your local cache fresh:

GET /registry/updated?since=2026-05-01T00:00:00Z

This returns changed business IDs and update metadata.