← Back to Projects
TicketMaster Data Extraction Script — image 1 of 1
Scraping

TicketMaster Data Extraction Script

Automated event data extraction from TicketMaster API to Google Sheets.

Python · TicketMaster API · Google Sheets API

  • Automated extraction of event data from TicketMaster's public API and piped results into Google Sheets.
  • Reduced hours of manual data entry to a single scheduled script execution.
  • Used TicketMaster public API to fetch events with pagination and error handling.
  • Wrote Python script to transform and load data into Google Sheets via Sheets API.
  • Set up scheduling (e.g. cron or task runner) so the pipeline runs without manual intervention.
  • Documented usage and maintenance so others could update or extend the script.