Event vendor research sandbox
Fictional event vendors for Zapp AI Agent Lab training. Not real businesses.
Every venue, caterer, rental company, person, address, phone number, review, calendar and website on this site is made up for a classroom exercise. Any resemblance to a real business is a coincidence. Please do not contact anyone based on this data.
Search
Send a GET request to /search?q= with your text. The response is JSON with the top 10 matching pages:
GET /search?q=event+venue+heights
{"query": "event venue heights",
"results": [{"title": "...", "url": "https://...", "snippet": "..."}]}
Results can point to vendor listings, review pages, social profiles and vendor websites.
Availability
Send a GET request to /availability?vendor=<slug>&date=YYYY-MM-DD. The slug is the last part of a vendor's listing URL. The response is JSON:
GET /availability?vendor=some-vendor-slug&date=2026-12-11
{"vendor": "some-vendor-slug", "vendor_name": "...", "date": "2026-12-11",
"status": "available", "note": "..."}
Status is one of available, booked, hold or unknown.
Crawling politely
Automated agents are welcome. Please keep it to about 5 requests per second or fewer, and reuse what you already fetched. Search engines are asked not to index this site.
Zapp AI Agent Lab. Training sandbox run by Zapp Studios.