# Find the Events a Edtech Company Sponsors

**Use case:** 

Returns the conferences and trade shows one edtech company sponsors, exhibits at or speaks at, with evidence URLs.

## Input

```json
{
  "domain": "multiverse.io",
  "company_name": "6sense",
  "years": "2026",
  "include_own_events": true,
  "max_queries": "3",
  "skipCache": "false",
  "source_tag": "event-presence-index:find-events-a-edtech-company-sponsors"
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "event_count": {
    "label": "Event Count",
    "format": "integer"
  },
  "event_1_name": {
    "label": "Event 1 Name",
    "format": "string"
  },
  "event_1_year": {
    "label": "Event 1 Year",
    "format": "integer"
  },
  "event_1_url": {
    "label": "Event 1 Evidence URL",
    "format": "string"
  },
  "event_2_name": {
    "label": "Event 2 Name",
    "format": "string"
  },
  "event_2_year": {
    "label": "Event 2 Year",
    "format": "integer"
  },
  "event_3_name": {
    "label": "Event 3 Name",
    "format": "string"
  },
  "event_3_year": {
    "label": "Event 3 Year",
    "format": "integer"
  },
  "most_recent_event_name": {
    "label": "Most Recent Event Name",
    "format": "string"
  },
  "most_recent_event_year": {
    "label": "Most Recent Event Year",
    "format": "integer"
  },
  "dated_event_count": {
    "label": "Dated Event Count",
    "format": "integer"
  },
  "undated_event_count": {
    "label": "Undated Event Count",
    "format": "integer"
  },
  "runs_own_event": {
    "label": "Runs Own Event",
    "format": "boolean"
  },
  "own_event_name": {
    "label": "Own Event Name",
    "format": "string"
  },
  "excluded_own_event_count": {
    "label": "Excluded Own Event Count",
    "format": "integer"
  },
  "queries_run": {
    "label": "Queries Run",
    "format": "integer"
  },
  "queries_failed": {
    "label": "Queries Failed",
    "format": "integer"
  },
  "queries_fallback": {
    "label": "Queries Fallback",
    "format": "integer"
  },
  "results_examined": {
    "label": "Results Examined",
    "format": "integer"
  },
  "search_source": {
    "label": "Search Source",
    "format": "string"
  },
  "coverage": {
    "label": "Coverage",
    "format": "string"
  },
  "fetch_status": {
    "label": "Fetch Status",
    "format": "string"
  },
  "run_date": {
    "label": "Run Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Event Presence Index Conference Booth Sponsor Signals Clay](https://apify.com/mambalabs/event-presence-index.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/event-presence-index.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/mambalabs/event-presence-index.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
