This tool searches archived Google Maps reviews, places, contributor profiles and Gmail identities using a full‑text index. In Advanced mode, spaces behave like AND. Use these operators:
Search reviews by email: type an email like [email protected] — matching is dot & +tag insensitive, so [email protected] and [email protected] all match. Check the Reviews + Accounts scopes.
"phrase"
Exact phrase match.
Example: "open source"
|
OR operator (either side can match).
Example: linux | bsd
-term
Exclude a term (prefix with -).
Example: python -java
( )
Group expressions.
Example: (cat | dog) rescue
NEAR/5
Words within N distance.
Example: elon NEAR/3 mars
term*
Wildcard — matches any ending. Requires at least 3 letters before the *. Leading/infix wildcards (*term) are allowed but slower.
Example: sunset* → sunset, sunsets, sunsetlover
Literal mode treats your query as a simple phrase (operators won’t be interpreted).