> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /kharon/events/search

> Search Kharon's event listings — hosted webinars, in-person appearances at industry conferences and third-party events Kharon takes part in — newest scheduled date first. Narrows by free-text query, event format and sector. Returns the same detail the single-event endpoint does: dates and times, city and stand location, panels with their speakers, partner organisations, registration or recording links and the tag set.

**Price:** 10 credits per 100 results

**⚠️ Common errors:** 412: No event matched the query and filters



## OpenAPI

````yaml /openapi/compliance-sanctions.json post /api/kharon/events/search
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/kharon/events/search:
    post:
      tags:
        - /kharon
      summary: /kharon/events/search
      description: >-
        Search Kharon's event listings — hosted webinars, in-person appearances
        at industry conferences and third-party events Kharon takes part in —
        newest scheduled date first. Narrows by free-text query, event format
        and sector. Returns the same detail the single-event endpoint does:
        dates and times, city and stand location, panels with their speakers,
        partner organisations, registration or recording links and the tag set.


        **Price:** 10 credits per 100 results


        **⚠️ Common errors:** 412: No event matched the query and filters
      operationId: __api_kharon_events_search_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/KharonEventsSearchPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/KharonEvent'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    KharonEventsSearchPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        search:
          anyOf:
            - type: string
              minLength: 1
            - type: 'null'
        types:
          anyOf:
            - items:
                $ref: '#/components/schemas/KharonEventType'
              type: array
            - type: 'null'
        sectors:
          anyOf:
            - items:
                $ref: '#/components/schemas/KharonSector'
              type: array
            - type: 'null'
        count:
          type: integer
          maximum: 1000
          minimum: 1
      type: object
      required:
        - count
    KharonEvent:
      properties:
        '@type':
          type: string
          default: KharonEvent
        id:
          anyOf:
            - type: string
            - type: 'null'
        alias:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        subheader:
          anyOf:
            - type: string
            - type: 'null'
        summary:
          anyOf:
            - type: string
            - type: 'null'
        event_format:
          anyOf:
            - type: string
            - type: 'null'
        starts_at:
          anyOf:
            - type: string
            - type: 'null'
        start_time:
          anyOf:
            - type: string
            - type: 'null'
        start_timezone:
          anyOf:
            - type: string
            - type: 'null'
        ends_at:
          anyOf:
            - type: string
            - type: 'null'
        end_time:
          anyOf:
            - type: string
            - type: 'null'
        date_label:
          anyOf:
            - type: string
            - type: 'null'
        timezones:
          items:
            type: string
          type: array
          default: []
        city:
          anyOf:
            - type: string
            - type: 'null'
        location:
          anyOf:
            - type: string
            - type: 'null'
        panel_title:
          anyOf:
            - type: string
            - type: 'null'
        video_url:
          anyOf:
            - type: string
            - type: 'null'
        video_description:
          anyOf:
            - type: string
            - type: 'null'
        registration_url:
          anyOf:
            - type: string
            - type: 'null'
        hidden_from_brief:
          anyOf:
            - type: boolean
            - type: 'null'
        is_external:
          anyOf:
            - type: boolean
            - type: 'null'
        created_at:
          anyOf:
            - type: string
            - type: 'null'
        updated_at:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - $ref: '#/components/schemas/KharonAsset'
            - type: 'null'
        types:
          items:
            $ref: '#/components/schemas/KharonCategory'
          type: array
          default: []
        sectors:
          items:
            $ref: '#/components/schemas/KharonCategory'
          type: array
          default: []
        link:
          anyOf:
            - $ref: '#/components/schemas/KharonLink'
            - type: 'null'
        post_event_link:
          anyOf:
            - $ref: '#/components/schemas/KharonLink'
            - type: 'null'
        partners:
          items:
            $ref: '#/components/schemas/KharonEventPartner'
          type: array
          default: []
        speakers:
          items:
            $ref: '#/components/schemas/KharonPerson'
          type: array
          default: []
        panels:
          items:
            $ref: '#/components/schemas/KharonEventPanel'
          type: array
          default: []
        seo:
          anyOf:
            - $ref: '#/components/schemas/KharonSeo'
            - type: 'null'
      type: object
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    KharonEventType:
      type: string
      enum:
        - webinar
        - quick_take
        - in_focus
        - industry_event
        - hosted_event
    KharonSector:
      type: string
      enum:
        - aml
        - automotive
        - banking
        - compliance
        - crypto
        - defense_industrial_base
        - evasion
        - export_controls
        - financial_crimes
        - financial_services
        - forced_labor
        - investment_risk
        - meu
        - outbound_investments
        - public_sector
        - research_security
        - sanctioned_securities
        - sanctions
        - summit
        - supply_chain
        - sustainability
        - technology
    KharonAsset:
      properties:
        '@type':
          type: string
          default: KharonAsset
        id:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        alt:
          anyOf:
            - type: string
            - type: 'null'
        width:
          anyOf:
            - type: integer
            - type: 'null'
        height:
          anyOf:
            - type: integer
            - type: 'null'
        mime_type:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    KharonCategory:
      properties:
        '@type':
          type: string
          default: KharonCategory
        id:
          anyOf:
            - type: string
            - type: 'null'
        alias:
          anyOf:
            - type: string
            - type: 'null'
        duration:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - $ref: '#/components/schemas/KharonAsset'
            - type: 'null'
      type: object
    KharonLink:
      properties:
        '@type':
          type: string
          default: KharonLink
        text:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        link_type:
          anyOf:
            - type: string
            - type: 'null'
        target:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    KharonEventPartner:
      properties:
        '@type':
          type: string
          default: KharonEventPartner
        name:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        relationship:
          anyOf:
            - type: string
            - type: 'null'
        headline:
          anyOf:
            - type: string
            - type: 'null'
        subheader:
          anyOf:
            - type: string
            - type: 'null'
        industries:
          items:
            type: string
          type: array
          default: []
        image:
          anyOf:
            - $ref: '#/components/schemas/KharonAsset'
            - type: 'null'
        image_on_dark:
          anyOf:
            - $ref: '#/components/schemas/KharonAsset'
            - type: 'null'
        website:
          anyOf:
            - $ref: '#/components/schemas/KharonLink'
            - type: 'null'
        categories:
          items:
            $ref: '#/components/schemas/KharonCategory'
          type: array
          default: []
      type: object
    KharonPerson:
      properties:
        '@type':
          type: string
          default: KharonPerson
        name:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        role:
          anyOf:
            - type: string
            - type: 'null'
        bio:
          anyOf:
            - type: string
            - type: 'null'
        linkedin:
          anyOf:
            - type: string
            - type: 'null'
        twitter:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - $ref: '#/components/schemas/KharonAsset'
            - type: 'null'
        positions:
          items:
            $ref: '#/components/schemas/KharonPosition'
          type: array
          default: []
      type: object
    KharonEventPanel:
      properties:
        '@type':
          type: string
          default: KharonEventPanel
        starts_at:
          anyOf:
            - type: string
            - type: 'null'
        ends_at:
          anyOf:
            - type: string
            - type: 'null'
        location:
          anyOf:
            - type: string
            - type: 'null'
        speakers:
          items:
            $ref: '#/components/schemas/KharonPerson'
          type: array
          default: []
      type: object
    KharonSeo:
      properties:
        '@type':
          type: string
          default: KharonSeo
        keywords:
          anyOf:
            - type: string
            - type: 'null'
        og_title:
          anyOf:
            - type: string
            - type: 'null'
        og_description:
          anyOf:
            - type: string
            - type: 'null'
        canonical_url:
          anyOf:
            - type: string
            - type: 'null'
        noindex:
          anyOf:
            - type: boolean
            - type: 'null'
        nofollow:
          anyOf:
            - type: boolean
            - type: 'null'
        image:
          anyOf:
            - $ref: '#/components/schemas/KharonAsset'
            - type: 'null'
      type: object
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
    KharonPosition:
      properties:
        '@type':
          type: string
          default: KharonPosition
        company:
          anyOf:
            - type: string
            - type: 'null'
        role:
          anyOf:
            - type: string
            - type: 'null'
      type: object
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````