giggster-search

Installation
SKILL.md

Giggster Venue Search

Giggster's search API is unauthenticated and much faster than browsing the site (hundreds of listings paged in the UI = a few API calls). Reverse-engineered June 2026 and verified working. If results ever come back empty or error, re-derive params from the live bundle: fetch any giggster.com/search page, grab /static/scripts/search.*.js, and look for the async function d({query... param builder near ft-search.

Quick start

python3 scripts/giggster_search.py \
  --city toronto --activity birthday-party \
  --date 2026-06-20 --rules alcohol,loud-noises \
  --day Saturday --from 21:00 --until 30:00 \
  --min-cap 40 --max-hourly 220 --details --out /tmp/venues.csv
Installs
1
First Seen
Jun 11, 2026
giggster-search — blockchainhb/claude-plugins