> ## 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.

# /expato/events/search

> List and search Expato.nl events (Russian-language concerts, theatre, stand-up, lectures and shows across the Netherlands). Filter by free-text keyword, city, category, event language, status, venue, organizer and promo availability, and order by date. Each event has title, poster image, ticket url, price and currency, start date and time, city, venue, hall, language, categories, description, status and organizer.

**Price:** 1 credit

**💡 AI Hint:** List Expato.nl events. Set count to how many you want. Optionally filter by keyword, city, category, language, status, venue, organizer or promo_available, and sort by date. Each item has id, alias, title, source_url, image, ticket_url, price, currency, start_at (unix seconds), display_until_at, city, venue, hall, language, categories, description, status, is_active, organizer, organizer_url and country.



## OpenAPI

````yaml /openapi/events-tickets.json post /api/expato/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/expato/events/search:
    post:
      tags:
        - /expato
      summary: /expato/events/search
      description: >-
        List and search Expato.nl events (Russian-language concerts, theatre,
        stand-up, lectures and shows across the Netherlands). Filter by
        free-text keyword, city, category, event language, status, venue,
        organizer and promo availability, and order by date. Each event has
        title, poster image, ticket url, price and currency, start date and
        time, city, venue, hall, language, categories, description, status and
        organizer.


        **Price:** 1 credit


        **💡 AI Hint:** List Expato.nl events. Set count to how many you want.
        Optionally filter by keyword, city, category, language, status, venue,
        organizer or promo_available, and sort by date. Each item has id, alias,
        title, source_url, image, ticket_url, price, currency, start_at (unix
        seconds), display_until_at, city, venue, hall, language, categories,
        description, status, is_active, organizer, organizer_url and country.
      operationId: __api_expato_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/ExpatoEventsSearchPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExpatoEvent'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    ExpatoEventsSearchPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          description: Max scrapping execution timeout (in seconds)
          default: 300
        keyword:
          anyOf:
            - type: string
            - type: 'null'
          description: >-
            Free-text search across event text fields (title, description,
            location and more)
        city:
          anyOf:
            - items:
                $ref: '#/components/schemas/ExpatoCity'
              type: array
            - type: 'null'
          description: Filter by one or more cities
        category:
          anyOf:
            - items:
                $ref: '#/components/schemas/ExpatoCategory'
              type: array
            - type: 'null'
          description: Filter by one or more categories
        language:
          anyOf:
            - items:
                $ref: '#/components/schemas/ExpatoLanguage'
              type: array
            - type: 'null'
          description: Filter by one or more event languages
        status:
          anyOf:
            - items:
                $ref: '#/components/schemas/ExpatoStatus'
              type: array
            - type: 'null'
          description: Filter by event status (active / past)
        venue:
          anyOf:
            - type: string
            - type: 'null'
          description: Filter by venue name or address (substring match)
        organizer:
          anyOf:
            - type: string
            - type: 'null'
          description: Filter by organizer name (substring match)
        promo_available:
          anyOf:
            - type: boolean
            - type: 'null'
          description: Keep only events that have a promo code
        sort:
          $ref: '#/components/schemas/ExpatoSort'
          description: Result ordering
          default: default
        count:
          type: integer
          minimum: 1
          description: Max number of events to return
      type: object
      required:
        - count
    ExpatoEvent:
      properties:
        '@type':
          type: string
          default: ExpatoEvent
        id:
          anyOf:
            - type: string
            - type: 'null'
        alias:
          anyOf:
            - type: string
            - type: 'null'
        source_url:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        images:
          items:
            type: string
          type: array
          default: []
        ticket_url:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        currency:
          anyOf:
            - type: string
            - type: 'null'
        start_at:
          anyOf:
            - type: integer
            - type: 'null'
        display_until_at:
          anyOf:
            - type: integer
            - type: 'null'
        city:
          anyOf:
            - type: string
            - type: 'null'
        venue:
          anyOf:
            - type: string
            - type: 'null'
        hall:
          anyOf:
            - type: string
            - type: 'null'
        language:
          anyOf:
            - type: string
            - type: 'null'
        categories:
          items:
            type: string
          type: array
          default: []
        description:
          anyOf:
            - type: string
            - type: 'null'
        promo_code:
          anyOf:
            - type: string
            - type: 'null'
        has_promo:
          type: boolean
          default: false
        status:
          anyOf:
            - type: string
            - type: 'null'
        is_active:
          type: boolean
          default: false
        organizer:
          anyOf:
            - type: string
            - type: 'null'
        organizer_url:
          anyOf:
            - type: string
            - type: 'null'
        country:
          type: string
          default: Netherlands
        lang:
          type: string
          default: ru
      type: object
      required:
        - title
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    ExpatoCity:
      type: string
      enum:
        - Алкмаар
        - Амстердам
        - Гаага
        - Гронинген
        - Делфт
        - Зандам
        - Зволле
        - Лейден
        - Маастрихт
        - Наймеген
        - Рейсвейк
        - Роттердам
        - Тилбург
        - Утрехт
        - Харлем
        - Хертогенбос
        - Хофддорп
        - Эйндховен
    ExpatoCategory:
      type: string
      enum:
        - Благотворительность
        - Для детей
        - Искусство
        - История
        - Кино
        - Лекции
        - Литература
        - Музыка
        - Образование
        - Политика
        - Презентация книги
        - Спектакли
        - Творческая встреча
        - Фестиваль
        - Юмор
    ExpatoLanguage:
      type: string
      enum:
        - Английский
        - Английский (с русскими субтитрами)
        - Белорусский
        - Грузинский
        - Иврит (с английскими субтитрами)
        - Нидерландский
        - Русский
        - Украинский
        - Французский
    ExpatoStatus:
      type: string
      enum:
        - Активные
        - Прошедшие
    ExpatoSort:
      type: string
      enum:
        - default
        - date_asc
        - date_desc
    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
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````