Google Pinpoint

Safe Block: Depends Verified robots.txt: No

Google Pinpoint fetcher that requests URLs users specify as sources for Pinpoint collections.

Fetches user-supplied source URLs for Google Pinpoint collections.

Key facts

Operator
Google
Family
Google
Purpose
User Triggered
User-Agent
Google-Pinpoint
Should you block it?
Depends
Verified
Yes
Respects robots.txt
No
Identity type
Unknown
Confidence
High
Last checked
2026-04-03

Bot details

Identity

User-Agent
Google-Pinpoint
robots.txt token
Google-Pinpoint
HTTP user-agent
Google-Pinpoint

Ownership

Operator
Google
Family
Google
Type
Unknown
Purpose
User Triggered

Verification and trust

Source type
Unknown
Confidence
High
Last checked
2026-04-03
Verification
Verify with Google’s published fetcher documentation and Google verification guidance.
Spoofing risk
User-agent strings can be spoofed. Verify with the operator’s published guidance before allow-listing.

Blocking and detection

Officially documented in Google’s user-triggered fetchers list.

Robots

User-agent: Google-Pinpoint
Disallow: /

Cloudflare

(http.user_agent contains "Google-Pinpoint")
Advanced server rules

Apache

RewriteCond %{HTTP_USER_AGENT} Google-Pinpoint [NC]
RewriteRule .* - [F,L]

Nginx

if ($http_user_agent ~* "Google-Pinpoint") { return 403; }

Notes

Google-Pinpoint is a user-triggered Google fetcher that requests individual URLs users added as sources for Pinpoint research collections.

Evidence and source

  • Verify with Google’s published fetcher documentation and Google verification guidance.
  • Officially documented in Google’s user-triggered fetchers list.
  • Fetches user-supplied source URLs for Google Pinpoint collections.
  • User-agent strings can be spoofed. Verify with the operator’s published guidance before allow-listing.