# MLB New York Tickets Scraper

**Use case:** 

Collect MLB games in New York with venues, dates and ticket prices from SeatGeek in JSON for baseball fans and resale.

## Input

```json
{
  "maxEvents": 20,
  "query": "MLB",
  "city": "New York"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Event",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "datetimeLocal": {
    "label": "Date",
    "format": "text"
  },
  "venueName": {
    "label": "Venue",
    "format": "text"
  },
  "venueCapacity": {
    "label": "Capacity",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "performers": {
    "label": "Performers",
    "format": "array"
  },
  "lowestPrice": {
    "label": "Lowest $",
    "format": "number"
  },
  "averagePrice": {
    "label": "Average $",
    "format": "number"
  },
  "highestPrice": {
    "label": "Highest $",
    "format": "number"
  },
  "listingCount": {
    "label": "Listings",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SeatGeek Event Tickets & Prices Scraper](https://apify.com/scrapers_lat/seatgeek-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/seatgeek-events-scraper) to learn more, explore other use cases, and run it yourself.