All AI bots
OpenAI·user-click crawler

ChatGPT-User

Every ChatGPT-User request to findloc.ai is logged via Next.js middleware. This page is a live view of that data — refreshed hourly, no manual updates.

38
lifetime hits
38
hits · 30d
4
hits · 24h

Daily hits · last 30 days

2026-05-0630 days2026-06-04

Most-crawled URLs

About this crawler

ChatGPT-User is OpenAI’s user-click crawler. The most important UA in the table. Fired ONLY when a human clicks a link inside a ChatGPT answer. Every row is end-to-end proof of citation: AI cited findloc.ai → human read it → human acted.

How this page works

  1. Every request to findloc.ai passes through a Next.js middleware.
  2. If the User-Agent matches a known AI bot pattern, one row is inserted into the ai_crawler_visits Postgres table. Fire-and-forget so the bot’s response isn’t slowed.
  3. This page queries that table via three SECURITY DEFINER RPCs (ai_bot_hit_counts, ai_bot_daily_hits, ai_bot_top_paths) on every render.
  4. Page response is cached for 1 hour via Next.js ISR — so DB load is bounded even under load, and the freshest number is always at most 60 minutes old.

live Supabase aggregates · refreshed hourly · CC-BY 4.0