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

# /eventbrite/events/search

> Search Eventbrite events by location, keyword, category, price, date, and language. Returns a paginated list of events, each with id, name, summary, url, cover image, start and end date/time with timezone, online flag, category, subcategory and format, tags, sales status, venue with address and coordinates, organizer (with follower count and social links), and price range. Use the domain parameter to select the country marketplace and the currency parameter to display prices in a specific currency.

**Price:** 1 credit



## OpenAPI

````yaml /openapi/events-tickets.json post /api/eventbrite/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/eventbrite/events/search:
    post:
      tags:
        - /eventbrite
      summary: /eventbrite/events/search
      description: >-
        Search Eventbrite events by location, keyword, category, price, date,
        and language. Returns a paginated list of events, each with id, name,
        summary, url, cover image, start and end date/time with timezone, online
        flag, category, subcategory and format, tags, sales status, venue with
        address and coordinates, organizer (with follower count and social
        links), and price range. Use the domain parameter to select the country
        marketplace and the currency parameter to display prices in a specific
        currency.


        **Price:** 1 credit
      operationId: __api_eventbrite_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/EventbriteSearchPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/EventbriteSearchEvent'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    EventbriteSearchPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        domain:
          $ref: '#/components/schemas/EventbriteDomain'
          default: eventbrite.com
        location:
          type: string
          minLength: 1
        keyword:
          anyOf:
            - type: string
            - type: 'null'
        category:
          anyOf:
            - $ref: '#/components/schemas/EventbriteCategory'
            - type: 'null'
        price:
          anyOf:
            - $ref: '#/components/schemas/EventbritePriceFilter'
            - type: 'null'
        date:
          anyOf:
            - $ref: '#/components/schemas/EventbriteDateFilter'
            - type: 'null'
        language:
          anyOf:
            - $ref: '#/components/schemas/EventbriteLanguage'
            - type: 'null'
        currency:
          anyOf:
            - $ref: '#/components/schemas/EventbriteCurrency'
            - type: 'null'
        date_from:
          anyOf:
            - type: string
            - type: 'null'
        date_to:
          anyOf:
            - type: string
            - type: 'null'
        count:
          type: integer
          minimum: 1
      type: object
      required:
        - location
        - count
    EventbriteSearchEvent:
      properties:
        '@type':
          type: string
          default: EventbriteSearchEvent
        id:
          type: string
        name:
          type: string
        summary:
          anyOf:
            - type: string
            - type: 'null'
        url:
          type: string
        image:
          anyOf:
            - type: string
            - type: 'null'
        images:
          items:
            type: string
          type: array
          default: []
        start_at:
          anyOf:
            - type: integer
            - type: 'null'
        end_at:
          anyOf:
            - type: integer
            - type: 'null'
        start_local:
          anyOf:
            - type: string
            - type: 'null'
        end_local:
          anyOf:
            - type: string
            - type: 'null'
        timezone:
          anyOf:
            - type: string
            - type: 'null'
        is_online:
          anyOf:
            - type: boolean
            - type: 'null'
        category:
          anyOf:
            - type: string
            - type: 'null'
        subcategory:
          anyOf:
            - type: string
            - type: 'null'
        format:
          anyOf:
            - type: string
            - type: 'null'
        tags:
          items:
            type: string
          type: array
          default: []
        sales_status:
          anyOf:
            - type: string
            - type: 'null'
        venue:
          anyOf:
            - $ref: '#/components/schemas/EventbriteVenue'
            - type: 'null'
        organizer:
          anyOf:
            - $ref: '#/components/schemas/EventbriteOrganizerRef'
            - type: 'null'
        price:
          anyOf:
            - $ref: '#/components/schemas/EventbritePrice'
            - type: 'null'
      type: object
      required:
        - id
        - name
        - url
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    EventbriteDomain:
      type: string
      enum:
        - eventbrite.com
        - eventbrite.com.ar
        - eventbrite.com.au
        - eventbrite.at
        - eventbrite.be
        - eventbrite.com.br
        - eventbrite.ca
        - eventbrite.cl
        - eventbrite.co
        - eventbrite.dk
        - eventbrite.fi
        - eventbrite.fr
        - eventbrite.de
        - eventbrite.hk
        - eventbrite.ie
        - eventbrite.it
        - eventbrite.com.mx
        - eventbrite.nl
        - eventbrite.co.nz
        - eventbrite.com.pe
        - eventbrite.pt
        - eventbrite.sg
        - eventbrite.es
        - eventbrite.se
        - eventbrite.ch
        - eventbrite.co.uk
    EventbriteCategory:
      type: string
      enum:
        - music
        - business
        - food-and-drink
        - community
        - performing-and-visual-arts
        - film-and-media
        - sports-and-fitness
        - health
        - science-and-tech
        - travel-and-outdoor
        - charity-and-causes
        - spirituality
        - family-and-education
        - holiday
        - government
        - fashion
        - home-and-lifestyle
        - auto-boat-and-air
        - hobbies
        - school-activities
        - other
    EventbritePriceFilter:
      type: string
      enum:
        - free
        - paid
    EventbriteDateFilter:
      type: string
      enum:
        - today
        - tomorrow
        - this_weekend
    EventbriteLanguage:
      type: string
      enum:
        - en
        - de
        - es
        - fr
        - it
        - nl
        - pt
        - sv
    EventbriteCurrency:
      type: string
      enum:
        - USD
        - CAD
        - EUR
        - GBP
        - JPY
        - AUD
        - NZD
        - CHF
        - HKD
        - SGD
        - SEK
        - DKK
        - PLN
        - NOK
        - HUF
        - CZK
        - MXN
        - ILS
        - ARS
        - BRL
        - CLP
        - MYR
        - PHP
        - TWD
        - THB
        - TRY
    EventbriteVenue:
      properties:
        '@type':
          type: string
          default: EventbriteVenue
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        city:
          anyOf:
            - type: string
            - type: 'null'
        region:
          anyOf:
            - type: string
            - type: 'null'
        country:
          anyOf:
            - type: string
            - type: 'null'
        postal_code:
          anyOf:
            - type: string
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
      type: object
    EventbriteOrganizerRef:
      properties:
        '@type':
          type: string
          default: EventbriteOrganizerRef
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        summary:
          anyOf:
            - type: string
            - type: 'null'
        follower_count:
          anyOf:
            - type: integer
            - type: 'null'
        twitter:
          anyOf:
            - type: string
            - type: 'null'
        facebook:
          anyOf:
            - type: string
            - type: 'null'
        website:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    EventbritePrice:
      properties:
        '@type':
          type: string
          default: EventbritePrice
        min_price:
          anyOf:
            - type: number
            - type: 'null'
        max_price:
          anyOf:
            - type: number
            - type: 'null'
        currency:
          anyOf:
            - type: string
            - type: 'null'
        is_free:
          anyOf:
            - type: boolean
            - 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
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````