
WF-Algolia for Webflow
Algolia-powered search, filtering and browse pages for any Webflow site — using HTML attributes only.
No JavaScript to write, no build step, no configuration files.
- Paste one script tag into your Webflow footer.
- Add
wf-algolia-element="…"attributes to your Designer elements. - Publish. The script reads your DOM, queries Algolia, and renders results into the templates you already designed.
What do you want to build?
New to Algolia? Four words you will meet on every page:
Search or browse?
They are separate features with separate pages, and most sites use both: search in the nav, browse on the listing pages.
| Search | Browse | |
|---|---|---|
| Starts when | The user types | The page loads |
| Before input | Nothing is shown | The first page of results is already there |
| Root element | wf-algolia-element="search-input" | wf-algolia-element="browse" wrapper |
| Typical surface | Header search, autocomplete, federated dropdown | Catalog, directory, blog listing, shop |
| Filters | Rarely | Yes — filters live inside the browse wrapper |
| Pagination | No | Yes — load more, numbered, or infinite scroll |
| Shareable URL | No | Optional, via wf-algolia-url-sync="true" |
| Sorting | No | Yes — switches between replica indices |
| Start here | Search | Browse |
If you want a header box that drops results as someone types, you want search. If you are building a page that should already show results when it loads, you want browse.