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

# /russianemirates/events/search

> Search and list Russian Emirates events in the UAE. Filter the upcoming events by keyword, category, emirate and event date range; set archive to browse the full chronological catalogue of past and upcoming events instead. Each event has title, alias, image, start and end date, emirate, country, view count and source url.

**Price:** 1 credit

**💡 AI Hint:** List Russian Emirates events in the UAE. Set count to how many you want. Filter the upcoming events by keyword, category, emirate (Dubai, Abu Dhabi, Sharjah, ...) and date range (date_from / date_to as YYYY-MM-DD); set archive=true to browse the full chronological catalogue (filters do not apply there). Each item has alias, title, description, image, start_at, end_at (ISO date), emirate, country, view_count and source_url.



## OpenAPI

````yaml /openapi/events-tickets.json post /api/russianemirates/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/russianemirates/events/search:
    post:
      tags:
        - /russianemirates
      summary: /russianemirates/events/search
      description: >-
        Search and list Russian Emirates events in the UAE. Filter the upcoming
        events by keyword, category, emirate and event date range; set archive
        to browse the full chronological catalogue of past and upcoming events
        instead. Each event has title, alias, image, start and end date,
        emirate, country, view count and source url.


        **Price:** 1 credit


        **💡 AI Hint:** List Russian Emirates events in the UAE. Set count to
        how many you want. Filter the upcoming events by keyword, category,
        emirate (Dubai, Abu Dhabi, Sharjah, ...) and date range (date_from /
        date_to as YYYY-MM-DD); set archive=true to browse the full
        chronological catalogue (filters do not apply there). Each item has
        alias, title, description, image, start_at, end_at (ISO date), emirate,
        country, view_count and source_url.
      operationId: __api_russianemirates_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/RussianemiratesEventsSearchPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/RussianemiratesEvent'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    RussianemiratesEventsSearchPayload:
      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 query matched against event title and text
        category:
          anyOf:
            - $ref: '#/components/schemas/RussianemiratesCategory'
            - type: 'null'
          description: Restrict to an event category
        emirate:
          anyOf:
            - $ref: '#/components/schemas/RussianemiratesEmirate'
            - type: 'null'
          description: Restrict to a UAE emirate
        date_from:
          anyOf:
            - type: string
            - type: 'null'
          description: Start of the event date range (YYYY-MM-DD)
          examples:
            - '2026-08-01'
        date_to:
          anyOf:
            - type: string
            - type: 'null'
          description: End of the event date range (YYYY-MM-DD)
          examples:
            - '2026-08-31'
        archive:
          type: boolean
          description: >-
            Return the full chronological catalogue of past and upcoming events.
            When true the keyword, category, emirate and date filters are not
            applied; when false the filters narrow the upcoming events list
          default: false
        count:
          type: integer
          minimum: 1
          description: Max number of events to return
      type: object
      required:
        - count
    RussianemiratesEvent:
      properties:
        '@type':
          type: string
          default: RussianemiratesEvent
        alias:
          anyOf:
            - type: string
            - type: 'null'
        description:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        start_at:
          anyOf:
            - type: string
            - type: 'null'
        end_at:
          anyOf:
            - type: string
            - type: 'null'
        emirate:
          anyOf:
            - type: string
            - type: 'null'
        country:
          anyOf:
            - type: string
            - type: 'null'
        venue:
          anyOf:
            - type: string
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
        organizer:
          anyOf:
            - type: string
            - type: 'null'
        organizer_url:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        currency:
          anyOf:
            - type: string
            - type: 'null'
        ticket_url:
          anyOf:
            - type: string
            - type: 'null'
        view_count:
          anyOf:
            - type: integer
            - type: 'null'
        categories:
          items:
            type: string
          type: array
          default: []
        source_url:
          anyOf:
            - type: string
            - type: 'null'
        lang:
          type: string
          default: ru
      type: object
      required:
        - title
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    RussianemiratesCategory:
      type: string
      enum:
        - concerts
        - music
        - festivals
        - exhibitions
        - fairs
        - horse_racing
        - shows
        - art
        - creativity
        - sport
        - competitions
        - seminars
        - meetings
        - holidays
        - food
        - trainings
        - business
        - travel
        - cinema
        - flashmobs
        - cartoons
        - politics
        - diaspora
        - circus
        - ballet
        - musicals
        - contests
        - forums
        - theatre
        - conferences
        - performances
        - dances
        - elections
        - receptions
        - children
    RussianemiratesEmirate:
      type: string
      enum:
        - dubai
        - al_ain
        - abu_dhabi
        - sharjah
        - ajman
        - umm_al_quwain
        - ras_al_khaimah
        - fujairah
    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

````