Gametime Events Website Scraper avatar

Gametime Events Website Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Gametime Events Website Scraper

Gametime Events Website Scraper

Scrapes event, venue, and ticket offer data from Gametime. Supports search, group/team, and single-event URLs, returning schedule, location, performer, and pricing details — including per-offer section, row, seat count, and deal rating — as structured JSON with pagination support.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

ActorFlow

ActorFlow

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Collects event, venue, and offer records from Gametime start URLs. Supports search, group/team, and single-event pages, and returns structured JSON with event details, venue location, and ticket offers.

✨ Features

  • Event, venue, and ticket offer extraction — captures event title, schedule, venue location, performer groups, and full ticket offer listings (price, section, row, seat count, deal rating)
  • Pagination support — automatically pages through group/team listings to collect additional events
  • Proxy support — configurable proxy for making requests

🔧 Input Configuration

FieldTypeRequiredDefaultDescription
startUrlsarrayhttps://gametime.co/search?q=lakersSearch, group, or item URLs to start collection from
maxItemsinteger5Maximum number of records to collect per start URL
proxyConfigurationobject{ "useApifyProxy": true }Proxy configuration to use for requests

Supported URL types:

  • Search URLs, e.g. https://gametime.co/search?q=lakers
  • Group/team listing URLs
  • Individual event URLs

📦 Output

The actor produces 1 output view (Overview) showing the title, URL, date/time, lowest price, and offer count for each event.

Sample output:

{
"url": "https://gametime.co/college-football/pioneers-at-lakers-tickets/9-19-2026-erie-pa-saxon-stadium/events/69a7efe95f3df0fc5ef8748b",
"itemId": "69a7efe95f3df0fc5ef8748b",
"title": "Glenville State Pioneers at Mercyhurst Lakers Football",
"category": "cfb",
"scheduledAtLocal": "2026-09-19T00:00:00",
"scheduledAtUtc": "2026-09-19T04:00:00",
"location": {
"name": "Saxon Stadium",
"city": "Erie",
"region": "PA",
"country": "US",
"streetAddress": "Erie, PA 16546",
"lat": 42.105,
"lon": -80.0537
},
"groups": [
{
"name": "Mercyhurst Football",
"category": "cfb",
"slug": "cfbmercy"
}
],
"lowestPriceCents": null,
"highestPriceCents": null,
"offerCount": 0,
"offers": []
}
{
"url": "https://gametime.co/college-football/lakers-at-penguins-tickets/8-27-2026-youngstown-oh-stambaugh-stadium/events/69655f9a2597e18eec23fb7c",
"itemId": "69655f9a2597e18eec23fb7c",
"title": "Mercyhurst Lakers at Youngstown State Penguins Football",
"category": "cfb",
"scheduledAtLocal": "2026-08-27T18:00:00",
"scheduledAtUtc": "2026-08-27T22:00:00",
"location": {
"name": "Stambaugh Stadium",
"city": "Youngstown",
"region": "OH",
"country": "US",
"streetAddress": "Youngstown, OH 44555",
"lat": 41.112,
"lon": -80.6513
},
"groups": [
{
"name": "Youngstown State Football",
"category": "cfb",
"slug": "cfbysu"
}
],
"lowestPriceCents": 6400,
"highestPriceCents": 16900,
"offerCount": 6,
"offers": [
{
"offerId": "6973edcce7fbadfb8ec1cc1e",
"section": "3",
"row": "68",
"sectionGroup": "Sideline",
"seatCount": 2,
"priceCents": 16900,
"prefeeCents": 14600,
"deal": "great",
"fulfillmentType": "mobile",
"notices": [],
"url": "https://gametime.co/college-football/lakers-at-penguins-tickets/8-27-2026-youngstown-oh-stambaugh-stadium/events/69655f9a2597e18eec23fb7c/listings/6973edcce7fbadfb8ec1cc1e"
},
{
"offerId": "6973edcee7fbadfb8ec24561",
"section": "5",
"row": "68",
"sectionGroup": "Sideline",
"seatCount": 2,
"priceCents": 16900,
"prefeeCents": 14600,
"deal": "great",
"fulfillmentType": "mobile",
"notices": [],
"url": "https://gametime.co/college-football/lakers-at-penguins-tickets/8-27-2026-youngstown-oh-stambaugh-stadium/events/69655f9a2597e18eec23fb7c/listings/6973edcee7fbadfb8ec24561"
}
]
}

💡 Uses of This Data

  • Ticket price monitoring and comparison across events and venues
  • Tracking ticket availability and deal quality over time
  • Building event calendars and venue directories for sports and entertainment
  • Market research on pricing trends by team, category, or region
  • Feeding alerts or dashboards for price drops on specific events

🚀 How to Use

  1. Sign up for a free Apify account — includes $5 monthly credit.
  2. Open the actor page and click Try for free.
  3. Fill in the Input fields (start URL or search query is required).
  4. Click Start and wait for the run to complete.
  5. Download results from the Output tab in JSON, CSV, or Excel format.

You can also run this actor via the Apify API or integrate it directly into your workflows using Zapier, Make, or n8n.

📝 Notes

  • Proxy recommended for large-scale scraping — For high-volume runs, enable the Apify Residential or Datacenter proxy to avoid blocks.
  • API integration — This actor can be called as an API from any automation platform (Zapier, Make, n8n, custom scripts).
  • Data consistency with proxies — When using proxies with multiple IP locations, some data (e.g. prices, availability) may vary by region.

🔗 Other Actors

💬 Support & Contact

If you encounter any issues or have questions, please open an issue.

You can also find more of our actors on the Apify Store.