UULE Generator & Decoder
Generate Google UULE location parameters from a location name or coordinates, or decode any UULE value back to plain text.
Location name - UULE v1
Use a Google canonical location name, e.g. "Austin, Texas, United States"
Lat/Lon - UULE v2
Decode UULE
Paste any UULE v1 or v2 value - the type is detected automatically

What is a UULE parameter?
UULE is a URL parameter used in Google Search to tell Google which location to use when ranking results. When you add uule=<value> to a Google Search URL, results are personalized as if you were searching from that location - useful for local SEO research, rank tracking, and SERP scraping.
UULE v1 - Location name encoding
UULE v1 encodes a Google canonical location name (like Austin, Texas, United States) into a URL-safe string. The algorithm is:
- Base64-encode the location name.
- Look up a single-character secret that corresponds to the length of the base64 string.
- Prepend the fixed identifier
w+CAIQICI, the length secret, and append the base64 string.
Example URL: https://www.google.com/search?q=coffee+shops&uule=w+CAIQICINQXVzdGluLFRleGFz
UULE v2 - Latitude/longitude encoding
UULE v2 encodes a precise geographic coordinate rather than a named location. Enter a latitude and longitude and the tool produces the parameter value ready to append to a Google Search URL.
UULE v2 is useful when you need to target a specific point on the map rather than a named location, such as tracking rankings for a business at a precise GPS coordinate.
How to use UULE with Google Search
Append the UULE parameter to any Google Search URL:
Combine it with gl (country code) and hl (language code) for the most accurate localized results.
When to use UULE v1 vs v2
- ✓ Targeting a named city or region
- ✓ Works with Google's canonical location names
- ✓ Simpler to generate and debug
- ✓ Consistent across requests (no timestamp)
- ✓ Precise GPS coordinate targeting
- ✓ Useful for rank grid / local rank tracking
- ✓ Works for any lat/lon on Earth
- ✓ Includes a timestamp in the payload
Related APIs
Explore other APIs often used together with this tool that might also be useful for your project.
Real-Time Web Search API
Extremely Fast, Scalable, and Simple Real-Time Web Searches and Google SERP at an Unbeatable Price.
Local Business Data API
Extremely Comprehensive Local Business / Place / POI Data from Google Maps - Reviews, Photos, Emails, Social, and 30+ Additional Data Points.
Real-Time Product Search API
Search Products, Offers, and Reviews Across Multiple Major Sources on the Largest Product Data Aggregate in the World.
Didn't find the API you are looking for? Request an API
