Problem
Thee Parkside in San Francisco has a Squarespace events collection (/live-music-2, type 10) titled "Live Music" but the collection has 0 items (itemCount: 0). The Squarespace extractor correctly identifies the collection but finds no events.
Venue
Technical Findings
-
Squarespace events collection exists: /live-music-2?format=json returns a valid collection of type 10 (events) titled "Live Music"
-
Collection is empty: itemCount: 0, no upcoming or past arrays in the JSON response
-
HTML shows event navigation: The page has "Just Announced", "Summer Series", "All Events" tabs in the HTML — these are Squarespace event filter tabs for an events collection
-
No embedded widgets: No iframe, no third-party calendar widget detected. This is native Squarespace events infrastructure.
-
The venue IS active and has live music: Their Facebook (facebook.com/parksidepothill) and Instagram (@theeparkside) confirm regular live music shows
Possible Explanations
- Seasonal gap: They may only publish events seasonally (the "Summer Series" tab suggests this). Investigated in April — may be between seasons.
- Events are published individually as pages/posts rather than through the Squarespace events module
- Events are only on social media and the website events section is aspirational/unused
Recommended Action
- Check again in a few weeks to see if events appear in the collection
- Check their social media (Instagram/Facebook) for current shows — if they're actively listing shows there but not on the website, this venue may need social media scraping instead
- If the collection remains empty long-term, classify as "venue doesn't publish events on website" and skip
Impact
Low priority — single venue. If events start appearing, the existing SquarespaceExtractor should handle them without changes.
Problem
Thee Parkside in San Francisco has a Squarespace events collection (
/live-music-2, type 10) titled "Live Music" but the collection has 0 items (itemCount: 0). The Squarespace extractor correctly identifies the collection but finds no events.Venue
Technical Findings
Squarespace events collection exists:
/live-music-2?format=jsonreturns a valid collection of type 10 (events) titled "Live Music"Collection is empty:
itemCount: 0, noupcomingorpastarrays in the JSON responseHTML shows event navigation: The page has "Just Announced", "Summer Series", "All Events" tabs in the HTML — these are Squarespace event filter tabs for an events collection
No embedded widgets: No iframe, no third-party calendar widget detected. This is native Squarespace events infrastructure.
The venue IS active and has live music: Their Facebook (facebook.com/parksidepothill) and Instagram (@theeparkside) confirm regular live music shows
Possible Explanations
Recommended Action
Impact
Low priority — single venue. If events start appearing, the existing SquarespaceExtractor should handle them without changes.