world-cup-tickets

Scrape World Cup ticket prices from fifacollect.info and StubHub into CSV and Google Sheets.

16|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/syphax/openclaw-tools --skill world-cup-tickets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: world-cup-tickets
Source: https://github.com/syphax/openclaw-tools/tree/main/skills/world-cup-tickets
Command: npx skills add https://github.com/syphax/openclaw-tools --skill world-cup-tickets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, pyyaml, gspread, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tracking of World Cup ticket prices across different platforms, providing users with up-to-date information to make informed purchasing decisions.

Core Features & Use Cases

  • Real-time Price Scraping: Gathers ticket price data from multiple sources like StubHub and fifacollect.info.
  • Data Aggregation: Stores historical price data locally in CSV files and syncs with Google Sheets for easy access and analysis.
  • Use Case: A user wants to buy World Cup tickets but is unsure about the current market price. They can run this Skill to get the latest prices for various matches and categories, helping them decide when and where to buy.

Quick Start

Run the world cup tickets skill to scrape StubHub for ticket prices.

Frequently Asked Questions about world-cup-tickets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track World Cup ticket prices across StubHub and other platforms?

You can track World Cup ticket prices by running Python scripts with Playwright that scrape price data from StubHub and fifacollect.info. The scraped data is aggregated into CSV files and synced with Google Sheets for historical price monitoring and analysis.

What data sources can I scrape for FIFA World Cup ticket prices?

You can scrape FIFA World Cup ticket prices from StubHub and fifacollect.info. The Skill uses Playwright to extract data from these sources and allows you to configure specific matches, ticket categories, and quantities for targeted collection.

Can I configure the scraping to target specific World Cup matches and ticket categories?

Yes, you can configure specific World Cup matches, ticket categories, and quantities for targeted data collection. The Skill uses YAML configuration files to define these parameters before the Playwright scripts scrape prices from StubHub and fifacollect.info.

Do I need Google Sheets API credentials to log World Cup ticket prices?

Yes, you need Google Sheets API credentials because the Skill uses the gspread dependency to sync scraped World Cup ticket prices directly to Google Sheets. Local CSV files are also generated as a fallback for historical price data storage.

How does Playwright work for scraping StubHub ticket data?

Playwright automates the browser to navigate StubHub and extract World Cup ticket price data dynamically. This handles JavaScript-rendered content on the page, allowing the Python scripts to capture current prices for configured matches and categories.