ticketsatwork

Search TicketsAtWork corporate perks portal for hotels, theme park tickets, and rental cars via Patchright.

650|67|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/borski/travel-hacking-toolkit --skill ticketsatwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticketsatwork
Source: https://github.com/borski/travel-hacking-toolkit/tree/main/plugins/travel-hacking-toolkit/skills/ticketsatwork
Command: npx skills add https://github.com/borski/travel-hacking-toolkit --skill ticketsatwork

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires patchright, and includes scripts (resource) components.

What problem does it solve?

TicketsAtWork (EBG) has no public API and sits behind bot protection, so comparing its negotiated corporate-perks rates against portals like Chase Travel or Booking.com requires tedious manual browsing. This Skill automates authenticated searches and returns structured pricing data.

Core Features & Use Cases

  • Hotel Search: Query hotels by city and date range, returning 10-200+ listings with nightly and total prices, strike-rate savings, ratings, and coordinates as JSON.
  • Tickets & Attractions: Browse category landing pages (Disneyland, Walt Disney World, Universal, SeaWorld) or keyword-search for theme park deals, live events, and attractions.
  • Rental Cars (Experimental): Search rental cars by pickup location and date/time range, with a documented limitation around airport-code resolution.
  • Use Case: After narrowing down a hotel via Trivago, run a TaW search for the same property and dates to check whether the corporate-perks rate beats the portal price by the typical 10-30%.

Quick Start

Ask the AI to search TicketsAtWork for hotels in Carlsbad, CA from March 4 to March 7, 2027 and compare the prices against the Chase Travel portal rates.

Frequently Asked Questions about ticketsatwork

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

FAQPage Schema
How do I search TicketsAtWork hotels from the command line?

Run the Docker image with TAW_USER and TAW_PASS environment variables, passing --city, --checkin, and --checkout flags to the hotels subcommand. Add --json for structured output with prices, savings, ratings, and coordinates for each listing.

What is TicketsAtWork and why use it for travel booking?

TicketsAtWork is a corporate employee perks platform operated by Entertainment Benefits Group offering negotiated wholesale rates on hotels, theme parks, and attractions. It often beats direct booking and credit card portals by 10-30%, though bookings earn no hotel loyalty points or elite benefits.

Does TicketsAtWork have a public API for hotel search?

No, TicketsAtWork has no public API and is protected by bot detection that blocks requests and vanilla Playwright. This Skill uses Patchright, an undetected Playwright fork, to log in and scrape search results.

Why does the TicketsAtWork rental car search return no results?

The car results page needs an airport code that the autocomplete widget does not always populate for the backend. The script backfills the visible input value, but TaW's car API may still fail to resolve inventory even for major airports.

When should I not use TicketsAtWork for hotel bookings?

Avoid it when the property is in Amex FHR or THC where program credits outweigh nightly savings, when you need hotel elite-status credits or points, or when you need a refundable rate since TaW rates are often non-refundable.