Integrations

Connect your website to LLM Tracking

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.

Browser script for humans & SPAs
Server snippets for bots without JavaScript

Before you install

Get a tracking key from the product (LLM Tracking is inside SpyderBot after sign-in).

  1. Create an account or sign in.
  2. Open LLM Tracking and add your website (domain). SpyderBot issues a unique tracking key for that site.
  3. Replace YOUR_TRACKING_KEY in the snippets below with your real key.
  4. After traffic hits your site, SpyderBot receives events and marks the installation as active when data arrives.

API endpoint for server-side calls: https://spyderbot.net/api/server-track (POST, JSON body, header X-Tracking-Key).

Browser (recommended for visitors)

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>

Server-side (PHP, Node.js, Python)

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.

Ready to add your website?

Sign in and open LLM Tracking to generate your real tracking key and verify the connection.