{
  "openapi": "3.0.1",
  "info": {
    "title": "Eventbrite Scraper - Events Near Any Location",
    "description": "Scrape every Eventbrite event near a latitude/longitude, with optional category and subcategory filters.",
    "version": "1.0",
    "x-build-id": "hkc8FQwjrtY0k6nhV"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/sigma-dev~eventbrite-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-sigma-dev-eventbrite-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/sigma-dev~eventbrite-scraper/runs": {
      "post": {
        "operationId": "runs-sync-sigma-dev-eventbrite-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/sigma-dev~eventbrite-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-sigma-dev-eventbrite-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "latitude",
          "longitude"
        ],
        "properties": {
          "latitude": {
            "title": "Latitude",
            "minimum": -90,
            "maximum": 90,
            "type": "number",
            "description": "Latitude of the point to search around, in decimal degrees (-90 to 90)."
          },
          "longitude": {
            "title": "Longitude",
            "minimum": -180,
            "maximum": 180,
            "type": "number",
            "description": "Longitude of the point to search around, in decimal degrees (-180 to 180)."
          },
          "radius": {
            "title": "Search radius",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "How far from the coordinates to search. Smaller radiuses return more complete results in dense cities.",
            "default": 2
          },
          "radiusUnit": {
            "title": "Radius unit",
            "enum": [
              "km",
              "mi"
            ],
            "type": "string",
            "description": "Unit for the search radius.",
            "default": "km"
          },
          "category": {
            "title": "Category",
            "enum": [
              "Business & Professional",
              "Science & Technology",
              "Music",
              "Film, Media & Entertainment",
              "Performing & Visual Arts",
              "Fashion & Beauty",
              "Health & Wellness",
              "Sports & Fitness",
              "Travel & Outdoor",
              "Food & Drink",
              "Charity & Causes",
              "Government & Politics",
              "Community & Culture",
              "Religion & Spirituality",
              "Family & Education",
              "Seasonal & Holiday",
              "Home & Lifestyle",
              "Auto, Boat & Air",
              "Hobbies & Special Interest",
              "School Activities",
              "Other"
            ],
            "type": "string",
            "description": "Only return events in this Eventbrite category. Leave empty for all categories."
          },
          "subcategory": {
            "title": "Subcategory",
            "enum": [
              "Business & Professional > Startups & Small Business",
              "Business & Professional > Finance",
              "Business & Professional > Environment & Sustainability",
              "Business & Professional > Educators",
              "Business & Professional > Real Estate",
              "Business & Professional > Non Profit & NGOs",
              "Business & Professional > Sales & Marketing",
              "Business & Professional > Media",
              "Business & Professional > Design",
              "Business & Professional > Career",
              "Business & Professional > Investment",
              "Business & Professional > Other",
              "Science & Technology > Medicine",
              "Science & Technology > Science",
              "Science & Technology > Biotech",
              "Science & Technology > High Tech",
              "Science & Technology > Mobile",
              "Science & Technology > Social Media",
              "Science & Technology > Robotics",
              "Science & Technology > Other",
              "Music > Alternative",
              "Music > Blues & Jazz",
              "Music > Classical",
              "Music > Country",
              "Music > Cultural",
              "Music > EDM / Electronic",
              "Music > Folk",
              "Music > Hip Hop / Rap",
              "Music > Indie",
              "Music > Latin",
              "Music > Pop",
              "Music > R&B",
              "Music > Reggae",
              "Music > Religious/Spiritual",
              "Music > Rock",
              "Music > Top 40",
              "Music > Acoustic",
              "Music > DJ/Dance",
              "Music > Jazz",
              "Music > Singer/Songwriter",
              "Music > World",
              "Music > Other",
              "Film, Media & Entertainment > TV",
              "Film, Media & Entertainment > Film",
              "Film, Media & Entertainment > Anime",
              "Film, Media & Entertainment > Gaming",
              "Film, Media & Entertainment > Comics",
              "Film, Media & Entertainment > Adult",
              "Film, Media & Entertainment > Comedy",
              "Film, Media & Entertainment > Other",
              "Performing & Visual Arts > Theatre",
              "Performing & Visual Arts > Musical",
              "Performing & Visual Arts > Dance",
              "Performing & Visual Arts > Opera",
              "Performing & Visual Arts > Orchestra",
              "Performing & Visual Arts > Craft",
              "Performing & Visual Arts > Fine Art",
              "Performing & Visual Arts > Literary Arts",
              "Performing & Visual Arts > Comedy",
              "Performing & Visual Arts > Sculpture",
              "Performing & Visual Arts > Painting",
              "Performing & Visual Arts > Design",
              "Performing & Visual Arts > Other",
              "Fashion & Beauty > Fashion",
              "Fashion & Beauty > Accessories",
              "Fashion & Beauty > Bridal",
              "Fashion & Beauty > Beauty",
              "Fashion & Beauty > Other",
              "Health & Wellness > Personal health",
              "Health & Wellness > Mental health",
              "Health & Wellness > Medical",
              "Health & Wellness > Spa",
              "Health & Wellness > Yoga",
              "Health & Wellness > Other",
              "Sports & Fitness > Running",
              "Sports & Fitness > Walking",
              "Sports & Fitness > Cycling",
              "Sports & Fitness > Mountain Biking",
              "Sports & Fitness > Basketball",
              "Sports & Fitness > Football",
              "Sports & Fitness > Soccer",
              "Sports & Fitness > Golf",
              "Sports & Fitness > Tennis",
              "Sports & Fitness > Swimming & Water Sports",
              "Sports & Fitness > Fighting & Martial Arts",
              "Sports & Fitness > Yoga",
              "Sports & Fitness > Exercise",
              "Sports & Fitness > Wrestling",
              "Sports & Fitness > Other",
              "Travel & Outdoor > Hiking",
              "Travel & Outdoor > Rafting",
              "Travel & Outdoor > Kayaking",
              "Travel & Outdoor > Canoeing",
              "Travel & Outdoor > Climbing",
              "Travel & Outdoor > Travel",
              "Travel & Outdoor > Other",
              "Food & Drink > Beer",
              "Food & Drink > Wine",
              "Food & Drink > Food",
              "Food & Drink > Spirits",
              "Food & Drink > Other",
              "Charity & Causes > Animal Welfare",
              "Charity & Causes > Environment",
              "Charity & Causes > Healthcare",
              "Charity & Causes > Human Rights",
              "Charity & Causes > International Aid",
              "Charity & Causes > Poverty",
              "Charity & Causes > Disaster Relief",
              "Charity & Causes > Education",
              "Charity & Causes > Other",
              "Government & Politics > Republican Party",
              "Government & Politics > Democratic Party",
              "Government & Politics > Other Party",
              "Government & Politics > Non-partisan",
              "Government & Politics > Federal Government",
              "Government & Politics > State Government",
              "Government & Politics > County/Municipal Government",
              "Government & Politics > Military",
              "Government & Politics > International Affairs",
              "Government & Politics > National Security",
              "Government & Politics > Other",
              "Community & Culture > State",
              "Community & Culture > County",
              "Community & Culture > City/Town",
              "Community & Culture > LGBT",
              "Community & Culture > Medieval",
              "Community & Culture > Heritage",
              "Community & Culture > Nationality",
              "Community & Culture > Language",
              "Community & Culture > Historic",
              "Community & Culture > Other",
              "Religion & Spirituality > Christianity",
              "Religion & Spirituality > Judaism",
              "Religion & Spirituality > Islam",
              "Religion & Spirituality > Buddhism",
              "Religion & Spirituality > Eastern Religion",
              "Religion & Spirituality > Mysticism and Occult",
              "Religion & Spirituality > New Age",
              "Religion & Spirituality > Unaffiliated",
              "Religion & Spirituality > Hinduism",
              "Religion & Spirituality > Folk",
              "Religion & Spirituality > Other",
              "Family & Education > Education",
              "Family & Education > Alumni",
              "Family & Education > Parenting",
              "Family & Education > Baby",
              "Family & Education > Children & Youth",
              "Family & Education > Parents Association",
              "Family & Education > Senior Citizen",
              "Family & Education > Other",
              "Seasonal & Holiday > St Patricks Day",
              "Seasonal & Holiday > Easter",
              "Seasonal & Holiday > Independence Day",
              "Seasonal & Holiday > Halloween/Haunt",
              "Seasonal & Holiday > Thanksgiving",
              "Seasonal & Holiday > Christmas",
              "Seasonal & Holiday > Fall events",
              "Seasonal & Holiday > New Years Eve",
              "Seasonal & Holiday > Other",
              "Home & Lifestyle > Dating",
              "Home & Lifestyle > Pets & Animals",
              "Home & Lifestyle > Home & Garden",
              "Home & Lifestyle > Other",
              "Auto, Boat & Air > Auto",
              "Auto, Boat & Air > Motorcycle/ATV",
              "Auto, Boat & Air > Boat",
              "Auto, Boat & Air > Air",
              "Auto, Boat & Air > Other",
              "Hobbies & Special Interest > Anime/Comics",
              "Hobbies & Special Interest > Gaming",
              "Hobbies & Special Interest > DIY",
              "Hobbies & Special Interest > Photography",
              "Hobbies & Special Interest > Knitting",
              "Hobbies & Special Interest > Books",
              "Hobbies & Special Interest > Adult",
              "Hobbies & Special Interest > Drawing & Painting",
              "Hobbies & Special Interest > Other",
              "School Activities > Dinner",
              "School Activities > Fund Raiser",
              "School Activities > Raffle",
              "School Activities > After School Care",
              "School Activities > Parking",
              "School Activities > Public Speaker"
            ],
            "type": "string",
            "description": "Only return events in this subcategory. Subcategory names repeat across categories, so each option is shown as \"Category > Subcategory\". A subcategory overrides the category above when both are set."
          },
          "query": {
            "title": "Search keywords",
            "type": "string",
            "description": "Optional free-text search, for example \"yoga\" or \"startup pitch\"."
          },
          "startDate": {
            "title": "Start date",
            "type": "string",
            "description": "Only return events starting on or after this date (YYYY-MM-DD). Defaults to today. Eventbrite does not serve past events."
          },
          "endDate": {
            "title": "End date",
            "type": "string",
            "description": "Only return events starting on or before this date (YYYY-MM-DD). Defaults to one year from the start date."
          },
          "priceFilter": {
            "title": "Price",
            "enum": [
              "any",
              "free",
              "paid"
            ],
            "type": "string",
            "description": "Restrict results to free or paid events.",
            "default": "any"
          },
          "includeOnlineEvents": {
            "title": "Include online events",
            "type": "boolean",
            "description": "Online events have no physical venue, so they are dropped by default. Turn this on to keep any that the location search returns.",
            "default": false
          },
          "maxItems": {
            "title": "Maximum events",
            "minimum": 0,
            "type": "integer",
            "description": "Stop after this many events. Set to 0 to collect every matching event with no limit.",
            "default": 50
          },
          "scrapeEventDetails": {
            "title": "Scrape full descriptions",
            "type": "boolean",
            "description": "Fetch each event's full description. This costs one extra request per event and makes the run noticeably slower and more expensive. All other fields, including ticket prices and venue coordinates, are collected either way.",
            "default": false
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxy settings. If the run fails with 'Could not obtain a CSRF token' or HTTP 403/405, Eventbrite is blocking the IP address: switch Apify Proxy to the RESIDENTIAL group, which resolves it.",
            "default": {
              "useApifyProxy": true
            }
          },
          "searchConcurrency": {
            "title": "Search concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "How many date windows to search in parallel. Raise for speed, lower to be gentler on Eventbrite.",
            "default": 5
          },
          "detailConcurrency": {
            "title": "Description concurrency",
            "minimum": 1,
            "maximum": 30,
            "type": "integer",
            "description": "How many event descriptions to fetch in parallel. Only used when \"Scrape full descriptions\" is on.",
            "default": 10
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}