discover_inventory
Discover available DOOH screens across the exchange 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 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum screens to return (default: 50, max: 200) | |
| location | No | Location filter — use city/state OR lat/lng/radius_km | |
| venue_types | No | Filter by venue types: transit, retail, outdoor, health_beauty, point_care, education, office, entertainment, government, financial, residential | |
| audience_profile | No | Filter screens by current audience characteristics |