← Back to AI Insights
Gemini Executive Synthesis

A web app that reconstructs Airbnb search URLs to re-enable previously removed category filters (property types, category tags) by leveraging existing GraphQL endpoint parameters.

Technical Positioning
I brought back Airbnb categories
SaaS Insight & Market Implications
This project exposes a significant user experience gap created by a major platform's feature deprecation. Airbnb's removal of categories, despite backend persistence, illustrates a potential disconnect between product strategy and user needs. The developer's ability to reverse-engineer GraphQL endpoint parameters highlights the underlying API's flexibility and the community's drive to restore lost functionality. This underscores a broader market trend: users will seek workarounds when core features are removed without clear justification. The mention of a 'server-side AI feature flag' for advanced search indicates a shift towards AI-driven personalization, which, while innovative, can sometimes compromise direct user control and discoverability.
Proprietary Technical Taxonomy
Airbnb categories A/B test freeform textbox SEO GraphQL endpoint anonymously search URL property_type_id[]

Raw Developer Origin & Technical Request

Source Icon Hacker News May 30, 2026
Show HN: I brought back Airbnb categories

I miss airbnb categories. It was fun and I loved being able to just browse thorugh cool listings. I'm not exactly sure why they removed it. Then, a couple weeks ago, they hit me with some A/B test and I had access to a "what" freeform textbox to custom filter results. Now apparently they removed that too.At this point, I wasn't happy - so I decided to look into how to bring it back. I noticed they still use some of the categories pages for SEO. For example: airbnb.com/united-states/sta... gave me hope - those filters still existed somewhere. Turns out they were only removed from the UI and the search backend still supports all of them.So after a bit of googling, I figured out how it works. Airbnb's search runs on a GraphQL endpoint you can hit anonymously, and the categories map to params on the search URL that I recovered and verified one by one:- Property types: property_type_id[]= (Chalet=22, Cabin=4, Treehouse=6, Castle=5), still filtering even though the UI hides the options
- Category tags: kg_and_tags[]=Tag: — I got the IDs by loading those leftover SEO pages and just looking into the URL for the tag (ski-in/ski-out is Tag:681).The one thing I couldn't bring back was that "what" freeform box - turns out it's a server-side AI feature flag tied to your account, not a hidden param :/ though I have a feeling this one's gonn be coming back anywaysSo I vibecoded the filters I cared about into this little web app. It just builds a normal Airbnb search URL and opens airbnb.com directly — nothing scraped or stored. Hopefully they bring back categories or somethig similar soon. But in the meantime, I figured I'd share this in case anyone else misses browsing through cool treehouses or mountain chalets

Developer Debate & Comments

No active discussions extracted for this entry yet.

Frequently Asked Questions

Market intelligence mapped to A web app that reconstructs Airbnb search URLs to re-enable previously removed category filters (property types, category tags) by leveraging existing GraphQL endpoint parameters..

What problem does A web app that reconstructs Airbnb search URLs to re-enable previously removed category filters (property types, category tags) by leveraging existing GraphQL endpoint parameters. solve?
Based on our AI analysis of the original developer request, its primary technical positioning is: I brought back Airbnb categories
Which technical concepts are associated with A web app that reconstructs Airbnb search URLs to re-enable previously removed category filters (property types, category tags) by leveraging existing GraphQL endpoint parameters.?
Our proprietary extraction maps A web app that reconstructs Airbnb search URLs to re-enable previously removed category filters (property types, category tags) by leveraging existing GraphQL endpoint parameters. to adjacent architectural concepts including Airbnb categories, A/B test, freeform textbox, SEO.
Is anyone launching products related to A web app that reconstructs Airbnb search URLs to re-enable previously removed category filters (property types, category tags) by leveraging existing GraphQL endpoint parameters.?
Yes, market intelligence reveals commercial overlap. A product named 'Brila' focuses directly on this: One-page websites from real Google Maps reviews

Engagement Signals

4
Upvotes
0
Comments

Cross-Market Term Frequency

Quantifies the cross-market adoption of foundational terms like SEO and A/B test by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.