The short version
Paste your website address. NeuronSearchLab reads your public pages, builds a catalogue from them, and starts serving recommendations over your own content. There is nothing to install, no feed to export, and no event schema to design. If you only want to see whether this works for your site, you do not even need an account - go to neuronsearchlab.com/try. This is the fastest path to a working recommendation. The Quickstart covers the API path, which gives you more control and is where most teams end up once they are past evaluating.Connect your site
1
Open Integrations
In the console, go to Integrations. The Connect your website panel is at the top.
2
Paste your address
Enter your site’s address, for example
https://your-shop.com, and select Connect.3
Watch it build
The crawl usually takes a minute or two. The panel reports pages read, items created, and how many pages had structured data.
What gets read
We look for machine-readable content before we look at HTML, in this order.
From each page we take, in order of preference:
- JSON-LD - the
Product,Article,RecipeorVideoObjectmarkup you already publish for search engines. - OpenGraph -
og:title,og:description,og:image. - Title and meta description - the fallback.
Pages that reach the third tier without enough distinct description text are skipped rather than imported. On a templated site, every page’s title and meta description are near-identical, which produces near-identical embeddings and makes related items close to random. A smaller catalogue that ranks well is worth more than a larger one that does not.
What you get without any events
A crawled catalogue supports recommendations immediately, with no click history:- Related items - “more like this” on a detail page, ranked by content similarity.
- Search - free-text queries ranked against the same catalogue.
Respecting your site
We read yourrobots.txt before anything else and follow it, including noai and noindex. Requests are paced and capped, and we never submit forms or read anything a logged-out visitor could not.
Our crawler identifies itself as NeuronSearchLab-Ingest and links to neuronsearchlab.com/bot, which explains how to block it.
Limits
- A single crawl reads up to 200 pages. Connect a feed for a larger catalogue.
- One crawl configuration per workspace. Connecting a second address replaces the first.
- Scheduled re-crawls are a paid feature. A one-off crawl works on every plan, including Free.
Where items come from
Crawled items are keyed on their canonical URL, so re-crawling updates them rather than duplicating them. If you later connect a feed keyed on SKU, those items are adopted in place: the existing item keeps its NeuronSearchLab id and gains the feed’s identifier, so nothing you have already sent - events, recommendations served - stops referring to the right thing.Next
Add the embed
Render recommendations and collect behaviour with one script tag.
Import your history
Start with a trained model instead of waiting for one.

