Discover available DOOH screens in the Trillboards network.
WHEN TO USE:
- Finding screens by venue type (retail, transit, office, etc.)
- Finding screens in a specific city/state or within a radius
- Finding screens with a specific audience profile (high income, professionals, etc.)
- Getting an overview of available inventory with live audience data
RETURNS:
- screens: Array of screen objects with location, venue type, online status, and live audience data
- total: Total matching screens
- online_count: Number of currently online screens
Each screen includes real-time audience data when available:
- face_count, attention_score, income_level, mood, lifestyle
- purchase_intent, crowd_density, ad_receptivity, dwell_time
EXAMPLE:
User: "Find retail screens in New York with high-income audience"
discover_inventory({
venue_types: ["retail"],
location: { city: "New York", state: "NY" },
audience_profile: { income: "high" },
limit: 20
})