Scrape Calendar Events
Extract structured event data from public calendars including names, dates, and times

TypeScript
Source codenpx create-browser-app --template council-events
Python
Source codeuvx create-browser-app --template council-events
Scrape public calendars for event data
Extract structured event data from public calendars automatically. This template navigates to calendar pages, applies filters (like year selection), and extracts event details including names, dates, and times into structured JSON. Perfect for civic monitoring, event aggregation, meeting tracking, and public records automation.
Steps
- Navigate to Philadelphia Council calendar website
- Click calendar from the navigation menu
- Select year from the dropdown (e.g., 2025)
- Extract structured event data with names, dates, and times
- Return typed object with all events