Event Presence Index
Company domain in, the third party conferences and trade shows that company publicly says it attends out. Searches the company's own domain, tells its own conference apart from the ones it attends, and returns event names with years plus an honest account of what the search could see.
Use Cases
- Who buys it. Built for GTM teams who already have an account list and want to know where those accounts will physically be: to book meetings around a show, time a campaign to a conference week, or open with a shared event.
- Clay enrichment column. Add the conferences an account sponsors or attends as flat columns, then time a campaign to the show week.
Features
- Events the company attends, with a year and an evidence URL for each
- Its own conference, told apart, reported separately and never mixed in
- A resolved year, or an explicit null when the year cannot be trusted
- An honest coverage account, so you can see what the search actually saw
- Searches the company's own domain, which is what kills brand collisions
Input
domainstringrequiredCompany domain, for example 6sense.com. Protocol and path are stripped.
company_namestringoptionalHelps when the brand differs from the domain stem. Default: derived.
yearsstringoptionalComma separated. Events dated outside the set are still returned and flagged. Default: 2025,2026.
max_queriesstringoptional1 to 5. Two is the measured sweet spot. Default: 2.
include_own_eventsbooleanoptionalReport the company's own conference in its own field. Default: true.
skipCachestringoptionaltrue forces a fresh look instead of the 21 day cache. Default: false.
Output schema
{
"domain": "6sense.com",
"company_name": "6sense",
"event_count": 2,
"event_1_name": "Adobe Summit 2026",
"event_1_year": 2026,
"event_1_url": "https://abx.6sense.com/adobe2026",
"event_2_name": "Forrester B2B Summit 2026",
"event_2_year": 2026,
"most_recent_event_name": "Adobe Summit 2026",
"most_recent_event_year": 2026,
"dated_event_count": 2,
"undated_event_count": 0,
"runs_own_event": false,
"own_events_json": null,
"excluded_own_event_count": 0,
"queries_run": 2,
"queries_failed": 0,
"results_examined": 24,
"coverage": "good",
"fetch_status": "ok",
"run_date": "2026-08-10T06:30:00.000Z"
}Pricing
Pay-per-event billing on the Apify platform. You are charged only when the actor returns a result. No subscription, no seat license.
Free-tier Apify accounts include monthly free compute. Upgrade for higher concurrency and volume.