What is SnapURLPreviewBot?
Someone sharing a link in Snapchat chat can trigger Snap's URL Preview Service. The service fetches the page HTML and turns what it finds into a card with a title, subtitle, thumbnail, and link. SnapURLPreviewBot is the directory label for that preview activity.
Snap looks first for og:title and og:image. If those fields are unavailable, it can use twitter:title and twitter:img:src from X or Twitter Card markup. Responses are cached for 30 minutes, so repeatedly sharing the same URL should not create a fresh request every time.
A successful fetch changes how the shared link appears inside Snapchat. If the request is denied or the metadata is absent, the card may be plain, incomplete, or wrong until the cache is refreshed. The service does not crawl the rest of the site for a general index.
Snap does not describe this traffic as AI search or model-training collection. Its current developer documentation publishes Snap URL Preview Service; bot; snapchat; https://developers.snap.com/robots as the user agent, not the SnapURLPreviewBot token in this bot. There is no published IP verification method for the preview client.
