eventfinda-nz

Parse public Eventfinda HTML pages into structured JSON event data.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill eventfinda-nz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eventfinda-nz
Source: https://github.com/thecolab-ai/.skills/tree/main/skills/eventfinda-nz
Command: npx skills add https://github.com/thecolab-ai/.skills --skill eventfinda-nz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps you discover what’s on in New Zealand (and where) by turning public Eventfinda listings and event pages into structured, agent-ready event data without needing accounts or API credentials.

Core Features & Use Cases

  • Location, category, and keyword discovery: Find upcoming events for common NZ locations (e.g., Auckland/Wellington/Christchurch) and optional category pages, or search by keyword.
  • Event detail inspection from public pages: Extract structured information from an event’s public URL/path, including embedded Schema.org JSON-LD fields like venue details, sessions, and public offers/availability.
  • Agent-friendly JSON output: Chain discovery to detail inspection and reliably capture URLs, dates, venues, and session lists for reporting or downstream workflows.

Quick Start

Ask: List upcoming events in Auckland, returning JSON, then follow up by inspecting the most relevant event URL you find.

Frequently Asked Questions about eventfinda-nz

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

FAQPage Schema
How do I find New Zealand events and get structured JSON data without an API key?

You can discover New Zealand events and extract structured JSON data by fetching public Eventfinda listing pages with a browser-like User-Agent and parsing the embedded Schema.org JSON-LD, deliberately avoiding the Basic-auth developer API.

What is the best way to extract venue details and ticket offers from public event pages?

The best way to extract venue details and ticket offers is to inspect an event's public URL and parse its embedded Schema.org JSON-LD fields, capturing structured session lists and availability without logging in.

Can I search for Eventfinda listings by location and category for AI workflows?

Yes, you can discover Eventfinda listings by specifying common New Zealand locations like Auckland or Wellington, filtering by optional category pages, and returning agent-friendly JSON output for downstream workflows.

Do I need developer API credentials to inspect Eventfinda event details?

No, you do not need developer API credentials, as the process deliberately avoids the Basic-auth developer API and instead relies on fetching public HTML pages to parse listing cards and event details.

How does parsing Schema.org JSON-LD work for New Zealand event discovery?

Parsing Schema.org JSON-LD works by fetching public Eventfinda event pages, extracting embedded structured metadata like venue details and sessions, and converting it into agent-ready JSON output for summarization or chaining.

What are the limitations of scraping public event pages instead of using a developer API?

Limitations include relying on the structure of public HTML pages and embedded Schema.org JSON-LD remaining stable, requiring a browser-like User-Agent for fetching, and deliberately bypassing the official Basic-auth developer API features.