# SeatGeek Event Tickets & Prices Scraper (`scrapers_lat/seatgeek-events-scraper`) Actor

Scrape public SeatGeek events by search term or event URL. Export event title, date, venue, city, performers and live ticket price stats (lowest, average, highest, listing count) to JSON, CSV or Excel.

- **URL**: https://apify.com/scrapers\_lat/seatgeek-events-scraper.md
- **Developed by:** [Scrapers Lat](https://apify.com/scrapers_lat) (community)
- **Categories:** Travel, E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 4.00 out of 5 stars

## Pricing

from $6.15 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![SeatGeek Event Tickets & Prices Scraper](https://scrapers.lat/banners/seatgeek-events-scraper.png)](https://console.apify.com/actors/seatgeek-events-scraper/input)

## SeatGeek Event Tickets & Prices Scraper

> Extract public SeatGeek events by search term or event URL, with venue, date, performers and live ticket price stats: lowest, average, highest and total listings

**📥 [Input](https://apify.com/scrapers_lat/seatgeek-events-scraper/input-schema) · 📤 [Output](https://apify.com/scrapers_lat/seatgeek-events-scraper/output-schema) · 💰 [Pricing](https://apify.com/scrapers_lat/seatgeek-events-scraper/pricing) · ▶️ [Examples](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples)**

![Apify](https://img.shields.io/badge/Platform-Apify-1CE1CE?logo=apify\&logoColor=white)
![Coverage](https://img.shields.io/badge/Coverage-United%20States-blue)
![Maintained](https://img.shields.io/badge/Maintained-Yes-brightgreen)
![Output](https://img.shields.io/badge/Output-JSON%20%7C%20CSV%20%7C%20Excel-orange)

<table><tr>
<td align="center"><strong>40+ fields</strong><br>per record</td>
<td align="center"><strong>Live prices</strong><br>lowest / avg / high</td>
<td align="center"><strong>JSON / CSV / Excel</strong><br>output formats</td>
</tr></table>

<br>

### Who is it for

| Use case | Who benefits |
|---|---|
| Track World Cup 2026 match ticket prices over time | Fans, travel planners, media, analysts |
| Model resale arbitrage across events and venues | Resellers, brokers, trading desks |
| Discover upcoming concerts, sports and shows | Media sites, apps, aggregators |
| Monitor demand with live listing and price stats | Promoters, teams, pricing teams |
| Build an event and venue database by city | Hospitality, travel and tourism businesses |

### Frequently Asked Questions

**Does this scraper include ticket prices?**
Yes. Every event record carries live resale price statistics: the lowest, average, median and highest listed prices in US dollars, plus the number of active listings and total tickets available. This is the core of what the scraper returns.

**What details do I get beyond price and venue?**
Each event also carries its category and full taxonomy (for example sports, then the league), the sale status and on-sale, announce and visible-until dates, the venue capacity, timezone, page link and geo coordinates, an event popularity score, and a detailed profile for every performer or team (id, type, ranking, upcoming event count and link). This lets you classify, rank and enrich events far beyond a plain price list.

**How do I scrape World Cup 2026 tickets?**
Leave the default search term as World Cup, or set it to a specific matchup or stage. You will get every listed match with its venue, kickoff time, teams and current price range. You can also paste specific event URLs to track them directly.

**Can I search by any performer, team or event?**
Yes. Set the search term to an artist, band, team, tournament or venue (for example Taylor Swift, Lakers, Coldplay) and the scraper returns the matching upcoming events with their live prices.

**Can I filter by city or date?**
Yes. Add a city to keep only events at venues in that city, and set an optional Date From and Date To range to keep only events starting inside that window.

**How many events can I collect in one run?**
Set the Max Items value to control the volume. A popular search or tournament can return dozens of dated events per run, each with full price stats.

**Are the prices live?**
Prices reflect the active resale listings at the moment of the run. Run the scraper on a schedule to build a price history and spot demand trends over time.

### Example use cases

Ready-to-run example tasks, each preconfigured for a common scenario. Open one and press run, or use it as a template:

- [World Cup ticket listings and prices](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-world-cup-tickets): Collect World Cup event listings, venues, dates and ticket prices from SeatGeek in JSON for price tracking and resale.
- [NBA Finals tickets and event details](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-nba-finals-tickets): Get NBA Finals events, venues and ticket prices from SeatGeek in JSON to monitor resale value and seat availability.
- [Taylor Swift concert tickets and dates](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-taylor-swift-tickets): Track Taylor Swift tour dates, venues and ticket prices from SeatGeek in JSON for fans, resellers and price alerts.
- [Coldplay tour tickets and prices](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-coldplay-tickets): Pull Coldplay tour events, venues and ticket prices from SeatGeek in JSON to compare cities and track resale value.
- [UFC fight night tickets and venues](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-ufc-event-tickets): Collect UFC fight events, venues, dates and ticket prices from SeatGeek in JSON for combat sports fans and resellers.
- [Super Bowl tickets and pricing](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-super-bowl-tickets): Get Super Bowl event details and ticket prices from SeatGeek in JSON to track the resale market ahead of game day.
- [NFL games in Dallas with ticket prices](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-nfl-games-dallas): Find NFL games in Dallas with venues, dates and ticket prices from SeatGeek in JSON for local fans and price tracking.
- [Formula 1 race tickets and events](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-formula-1-tickets): Track Formula 1 race events, circuits and ticket prices from SeatGeek in JSON for motorsport fans and travel planners.
- [MLB games in New York with prices](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-mlb-games-new-york): Collect MLB games in New York with venues, dates and ticket prices from SeatGeek in JSON for baseball fans and resale.
- [Broadway shows in New York and prices](https://apify.com/scrapers_lat/seatgeek-events-scraper/examples/sg-broadway-shows-nyc): Pull Broadway shows in New York with theaters, dates and ticket prices from SeatGeek in JSON for planners and resellers.

### Export, API and AI agents (x402 + MCP)

Export the scraped data to **JSON, CSV or Excel**, pull it as a **dataset** through the Apify **API**, or wire it into your app with **no code**. This web scraper and data extractor also works for bulk data extraction and scheduled runs.

For AI agents: this Actor is available on **x402**, Apify's agentic payment standard built with Coinbase. An AI agent can discover, pay for and run it on its own with a funded wallet and a single HTTP request: no account, no subscription, no API key and no human in the loop. It also runs as an **MCP** tool inside Claude, Cursor and other AI clients out of the box. Learn more about [x402 agentic payments on Apify](https://docs.apify.com/platform/integrations/x402).

### Related scrapers

Need data from the same space? Here are other scrapers we build and maintain:

- [Ticketmaster Events, Venues & Prices Scraper](https://apify.com/scrapers_lat/ticketmaster-scraper): events, venues and on-sale windows from Ticketmaster
- [Eventbrite Events, Venue & Price Scraper](https://apify.com/scrapers_lat/eventbrite-scraper): events, venues and ticket prices from Eventbrite search
- [MLB Player Stats, Scores & Standings Scraper](https://apify.com/scrapers_lat/mlb-stats-scraper): Major League Baseball schedules, scores and player stats
- [YouTube Video & Channel Data Scraper](https://apify.com/scrapers_lat/youtube-scraper): artist videos, channels and view counts
- [Instagram Profile & Posts Scraper](https://apify.com/scrapers_lat/instagram-scraper): artist and venue profiles and posts
- [Google News Articles & Headlines Scraper](https://apify.com/scrapers_lat/google-news-scraper): concert, tour and event news coverage

### More scrapers at scrapers.lat

This actor is built and maintained by [scrapers.lat](https://scrapers.lat), where we publish scrapers for Latin American and US public platforms: real estate, jobs, e-commerce, company registries and government data. Browse the full catalog, see live sample output for each one, or ask us for a custom scraper at [scrapers.lat](https://scrapers.lat).

***

> This actor is an independent tool and has no affiliation with SeatGeek. It only accesses data that is publicly available on the platform. Use it in accordance with SeatGeek's terms of service.

# Actor input Schema

## `maxEvents` (type: `integer`):

Maximum number of events to collect. Optional.

## `query` (type: `string`):

What to search for on SeatGeek: an event, performer, team or tournament (for example World Cup, Taylor Swift, Lakers, Coldplay). Leave the event URLs empty to use this.

## `eventUrls` (type: `array`):

Optional list of specific SeatGeek event page URLs to scrape directly (for example https://seatgeek.com/fifa-world-cup-tickets/...). When provided, the search term is ignored.

## `city` (type: `string`):

Keep only events whose venue is in this city (for example New York, Arlington, Los Angeles). Optional filter.

## `dateFrom` (type: `string`):

Only keep events starting on or after this date (YYYY-MM-DD). Optional.

## `dateTo` (type: `string`):

Only keep events starting on or before this date (YYYY-MM-DD). Optional.

## Actor input object example

```json
{
  "maxEvents": 20,
  "query": "World Cup"
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxEvents": 20,
    "query": "World Cup"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapers_lat/seatgeek-events-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "maxEvents": 20,
    "query": "World Cup",
}

# Run the Actor and wait for it to finish
run = client.actor("scrapers_lat/seatgeek-events-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxEvents": 20,
  "query": "World Cup"
}' |
apify call scrapers_lat/seatgeek-events-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapers_lat/seatgeek-events-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/eqjyq7SoH5MJmjEm6/builds/cJoXr1rk4ikBwOihm/openapi.json
