Public guide: add your domain in SpyderBot, copy your tracking key, then install the snippet that matches your stack. No account is required to read this page—sign in only when you are ready to add a site in the app.
Get a tracking key from the product (LLM Tracking is inside SpyderBot after sign-in).
YOUR_TRACKING_KEY in the snippets below with your real key.
API endpoint for server-side calls:
https://spyderbot.net/api/server-track (POST, JSON body, header
X-Tracking-Key).
Paste in <head> or your SPA root layout so normal browsers load the tracker.
<script src="https://spyderbot.net/wfm.js?key=YOUR_TRACKING_KEY"></script>
Use these when you need to record SEO and LLM crawlers that do not execute JavaScript. Run the call on every HTML request path you care about.
Sign in and open LLM Tracking to generate your real tracking key and verify the connection.