investigate-site

Analyze venue URLs to detect ticketing platforms and API endpoints.

Updated May 25, 2024
One-click install
npx skills add https://github.com/gioe/laughtrack --skill investigate-site
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investigate-site
Source: https://github.com/gioe/laughtrack/tree/main/.agents/skills/investigate-site
Command: npx skills add https://github.com/gioe/laughtrack --skill investigate-site

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open a venue URL with browser automation to reveal the underlying ticketing platform and its API endpoints, including JS-rendered data and widget calls.

Core Features & Use Cases

  • Open a venue URL with browser automation and capture all network requests to identify platform signals.
  • Inspect page sources and network traffic to report the ticketing platform and discover API endpoints used for events.
  • Provide a structured report including final URL, detected platform, API endpoints, and hints about data sources for follow-up actions.

Quick Start

Invoke the command /investigate-site <venue-url> to begin the analysis.

Frequently Asked Questions about investigate-site

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

FAQPage Schema
How do I find the ticketing API endpoints for a venue website with dynamic content?

To find ticketing API endpoints on a venue website, you need browser automation and network interception to capture JS-rendered data and widget calls. This Skill analyzes a venue URL to automatically uncover the underlying ticketing platform and its API requests.

Can I detect third-party ticketing integrations on Wix or Squarespace venue pages?

Yes, you can detect third-party ticketing integrations on Wix, Squarespace, and WordPress sites. The tool inspects page sources and network traffic to identify platform signals and report the specific ticketing platform being used.

What's the best way to uncover hidden API requests in embedded ticketing widgets?

The best way to uncover hidden API requests in embedded ticketing widgets is through network capture during browser automation. By loading the venue URL and intercepting network traffic, you can identify the exact API endpoints used for event data.

How do I get a structured report of a venue's detected platform and data sources?

You get a structured report by running a site investigation on the venue URL. The analysis outputs the final URL, detected platform, API endpoints, and hints about data sources for follow-up actions.

Does investigate-site work on sites requiring JavaScript to render event listings?

Yes, investigate-site works on sites requiring JavaScript to render event listings. It uses browser automation to open the venue URL and capture network requests, targeting pages with dynamic content and embedded widgets to reveal the API endpoints.

How to start analyzing a venue URL to discover its ticketing platform?

To start analyzing a venue URL and discover its ticketing platform, invoke the command with the target venue URL. The tool will open the page, capture network requests, and report the detected platform and API endpoints.