
My impulse when traipsing into a new neighborhood in the city: dive into the nearest bookstore, regardless of chain, size, or selection. Those shelves, whether dusty or with metal sheen, draw me in like a magnet â an immediate exploration marker that designates the âvibeâ of a neighborhood for me. This one store often embodies the community itâs embedded in.
My local bookstore, Kew and Willow, has become this little hideout for me. Iâve gone there for hangouts, pin making, open mics, workshops, fairs, and so on. This feeling, of understanding a location as something âother thanâ home or workplace â not just another spot to take cover in the rain but a place to affirm identity and engagement â is referred to as a âThird Placeâ.
After working on AskStreets, a hackathon project that explored street network analysis with LLMs, I wanted to see if similar computational methods could reveal patterns in how bookstores function as social spaces. This weekend exploration turned into a small research project.
Whatâs a Third Place?
Sociologist Ray Oldenburg coined the term for spaces that arenât home (first place) or work (second place) â theyâre the cafes, parks, and yes, bookstores where communities form organically.
Research has been done on measuring the aspects of a âThird Place.â Based on the framework from Langlais & Vaux (2022), I used these eight dimensions:
- Relationship initiation â meeting new people, maintaining connections
- Equalizer â welcoming to all, inclusive environment
- Communication activity â conversation as main activity
- Active/passive engagement â active participation or passive browsing
- Reciprocity â regulars, staff knows customers
- People over place â valued for community beyond merchandise
- Playful mood â humor, fun atmosphere
- Cognitive separation â relaxation, escape from routine
Not all âThird Placesâ hit these marks 100%. A study space may be wholly dedicated to cognitive separation with not much emphasis on active social activity, but still be extremely equalizing and devoted to strengthening relationships, like the writerâs studio I toured at the Center for Fiction in Brooklyn.
The Question
Bookstores are unique venues in that, due to their ubiquitous nature and distribution (especially in urban environments), it is unlikely for two bookstores to feel exactly the same. The Kew and Willow near me is very much not like the massive McNally Jackson near Union Square, absolutely crowded and buzzing. Some bookstores are tied to universities and focused more on selling university merchandise or hosting school events, while others fuse coffee shops into their venues to encourage social connection.
In that sense, it is absolutely fascinating to map not only the extent to which each bookstore fulfills these aspects of a Third Place, but also how itâs related to the material reality of its physical location. Is a bookstore smack dab in the middle of an urban hub more likely to be a third place because many people walk to it? Or could it be the opposite â a bookstore tucked away and hidden or near a dead end may serve as a better Third Place because itâs out of the way and can better fulfill that cognitive separation and satisfy a sense of exploration?
I wanted to explore this relationship with the bookstores in my home borough of Queens (and Brooklyn), using Google Reviews as a way to gauge the qualitative aspects of these stores.
The Approach
This was an exploratory weekend project, so the methods are straightforward rather than rigorous. I analyzed 60 bookstores across Brooklyn and Queens:
- Mapped street networks using OpenStreetMap data (via OSMnx)
- Calculated network centrality for every bookstore (how âcentralâ they are in walking routes)
- Collected 291 Google reviews via Places API
- Used an LLM (Qwen 2.5 14B) to classify each review against the eight third place dimensions
- Analyzed correlations between location centrality and third place characteristics
Caveats: The data has limitations. OpenStreetMap coverage varies by neighborhood, Google reviews skew toward certain demographics and experiences, and LLM classification depends heavily on what reviewers choose to mention. Review samples were small (average ~5 per bookstore), and the classification method, while interesting, hasnât been validated against human coding. These results should be seen as exploratory signals rather than definitive findings.
What I Found

The hypothesis wasnât supported. Network centrality doesnât predict third place function (r = -0.15, p = 0.24). Being in a busy area or a quiet corner doesnât determine how a bookstore functions socially â at least not in this limited sample with these measurement methods.
But something more interesting emerged when I looked at the patterns in the data. Three distinct bookstore archetypes showed up, with clear geographic clustering:
Sanctuary

Quiet refuges for cognitive separation. High scores on âequalizerâ and âcognitive separation,â low on âcommunication activity.â
Example review (Head Hi): âA peaceful cozy coffee shop⌠thoughtful art books, delicious coffee.â
Social Hub

Buzzing conversation and social energy. High scores on âcommunication activity,â ârelationship initiation,â and âplayful mood.â
Example review (Books Are Magic): âLike being a kid in a candy store. The staff is friendly and knowledgeable⌠I opened an account to accumulate points.â
Local Living Room

Intimate spaces for neighborhood regulars. High scores on âreciprocity,â âpeople over place,â and âequalizer.â Rare, but unmistakable when present.
Example review (Eichlerâs): âI especially want to mention the cashier, Ronit, who went out of her way to assist me⌠Sheâs awesome! Without her, the store would feel a big void.â
When customers know staff by name? Thatâs a Local Living Room.
The Real Pattern
Network position doesnât seem to matter in these data. Neighborhood context might.
Local Living Rooms are rare everywhere. Most Google reviewers donât mention being regulars or knowing staff names. But when they do, itâs powerful.
What I Learned
- Null results point to alternative explanations. My hypothesis wasnât demonstrated, but thatâs valuable: it suggests other factors (neighborhood culture, business model, target audience) matter more than simple network position
- Computational methods can reveal patterns. Even with noisy data, I spotted archetype patterns I wouldnât have seen manually reading 291 reviews
- LLMs are useful signal processors. Using Qwen for classification turned unstructured review text into analyzable data points, though the method needs refinement
- Measurement matters. Google reviews may not capture the full âthird placeâ experience â people donât always write about community aspects
Limitations Worth Noting
- Small sample size (60 bookstores, ~5 reviews each)
- Review bias (who writes reviews and what they mention)
- OSM data completeness varies by area
- LLM classification spot-checked but not systematically validated at scale
- Cross-sectional snapshot, not longitudinal data
This was a weekend exploration to demonstrate research methods, not a peer-reviewed study. The findings are suggestive and would need replication with better data.
The Tools
- Python (geopandas, osmnx, networkit)
- OpenStreetMap for network data
- Google Places API for reviews
- Qwen 2.5 14B for classification
- Folium for interactive mapping
Interactive maps and full methodology: github.com/msradam/third-place-persona
References
Langlais, M. R., & Vaux, D. E. (2022). Establishing and Testing a Quantitative Measure for Evolving Third-Place Characteristics. International Journal of Technology and Human Interaction, 18(1), 1-15.