ProMapRanker
🛠 Scheduled maintenance: We're performing scheduled maintenance on our scanning engine. New scans, audits and lookups are temporarily paused and will resume in approximately 12 hours. Your existing reports and dashboards remain fully available.
Free tools · Google Maps & GBP Tools

Place ID Lookup

A clean, focused Place ID lookup for SEOs who just need the ID fast from a pasted Maps link. Head-term companion to the full Place ID finder.

What is a Place ID finder?

A place id finder is a tool that takes a Google Maps link or business URL and pulls out the unique Google Place ID for that business. You paste the link, and the tool returns the Place ID (a string that usually starts with "ChIJ") along with related identifiers like the CID and FID. The Place ID is the stable, permanent code Google uses to point at one exact business location, so it stays the same even when the business updates its name, phone number, or address. This tool does the extraction in seconds, which saves you from digging through Google's API console or reading raw URL parameters by hand.

In plain terms, every business on Google Maps has one identity number. This lookup reads the link you already have and hands back that number cleanly, so you can drop it into review-link generators, API calls, citation audits, or rank tracking without guesswork. You do not need a developer account, a credit card, or any technical setup. You copy a link, you paste it, and you get the identifier you came for.

The reason a place id finder is useful is that Google never shows the Place ID openly in the Maps interface. It is buried in the URL and in the raw API response, so unless you know exactly which parameter holds it, you would otherwise be copying long strings by hand and hoping you grabbed the right one. This tool removes that friction completely and returns a value you can trust.

Place ID finder for local SEO

How do you use the Place ID Lookup?

Using the tool takes three moves and no login. Open the business on Google Maps, copy its link, and paste it into the box above. The tool parses the URL and returns the Place ID along with the CID and FID it can detect. You then copy whichever identifier you need.

  1. Search for the business on Google Maps (either google.com/maps in a browser or the share link from the maps app).
  2. Click "Share" and copy the link, or copy the full URL straight from your browser address bar.
  3. Paste that link into the input field at the top of this page.
  4. Press the lookup button and wait for the result to appear (usually under a second).
  5. Copy the Place ID, the CID, or the FID from the result panel.
  6. Paste the identifier into whatever tool, spreadsheet, or API request needs it.

If a shortened share link (like a maps.app.goo.gl address) does not resolve, open it in your browser first so it expands to the full URL, then paste that expanded link. The more complete the URL, the more identifiers the tool can extract in one pass. A full desktop Maps URL that includes the long "data=" parameter carries the richest set of identifiers, so when you have the choice, copy from the browser address bar rather than a stripped-down mobile share.

You can run the place id finder as many times as you like, so if you manage a list of locations, work through them one link at a time and paste each identifier into your sheet as you go. There is nothing to install and nothing to configure, which makes it easy to keep a browser tab open while you build out review links or API calls for a whole portfolio of businesses.

Why does your Google Place ID matter for local SEO?

Your Google Place ID matters because it is the one identifier that never drifts. Names, addresses, and phone numbers can all be edited, but the Place ID stays locked to the same physical location. That stability is what lets tools, APIs, and audits reliably reference the correct business every single time.

In day to day local SEO work, this precision saves real money and real hours. When you request business details, reviews, or photos from the Google Places API, you pass the Place ID so Google returns data for the exact location and not a similarly named business two towns over. If you manage several locations for one brand, the Place ID keeps each storefront separate in your reporting, so a five-star branch and a struggling branch never get blended into one confusing average.

The Place ID also underpins clean review links. A correct review link built on the right identifier sends customers straight to the write-a-review box for your location, which lifts the volume and consistency of the reviews that feed your Google Business Profile ranking. Get the identifier wrong and you send people to the wrong storefront, or to a dead link that quietly costs you reviews. Extracting the right identifier at the start of the workflow removes that risk before any of those downstream tools ever run.

There is a reporting angle too. Agencies and in-house teams often manage dozens or hundreds of listings, and matching each report row to a Place ID rather than a business name stops the whole spreadsheet from breaking the moment a client rebrands or relocates. A name-based match silently rots; an identifier-based match holds. That is why seasoned local SEO teams treat the Place ID as the primary key for a location, the same way a database treats a row id.

There is a competitive angle worth naming as well. When you audit a rival business, you often need its identifier to pull its review count, its rating, or its category from the API. A place id finder gives you that starting point in seconds, so you can benchmark your own listing against the leaders in your market rather than guessing at how far ahead they are. Precise identifiers turn vague competitor research into concrete, repeatable measurement.

Google's own documentation treats the Place ID as the canonical way to identify a place across its Maps products. You can read how Google defines and uses it in the official Places API Place ID reference, and you can manage the underlying listing itself through Google Business Profile support.

Understanding the IDs this tool finds (at a glance)

This tool can surface several identifiers from a single Maps link, and each one has its own shape and job. The Place ID is the modern, portable identifier, while the CID and FID are older codes that still appear inside Maps URLs. The latitude and longitude tell you where the map was centered. The diagram below shows how one Maps URL splits into these parts.

How a place id finder parses a Google Maps URL into Place ID, CID, FID, and lat-lng A Google Maps URL goes in google.com/maps/place/.../data=!4m...!3m... place id finder parses the link Place ID ChIJ... Portable, API-ready CID (Ludocid) 1234567890 Decimal customer id number FID 0x89c25:0x1a2b Hex feature identifier Lat / Lng 40.7128,-74.006 Map center coordinates Copy the identifier you need Place ID for APIs and review links, CID and FID for legacy links, lat-lng for grids

Place ID

The Place ID is Google's modern, portable identifier and usually starts with "ChIJ" followed by a long mix of letters, numbers, dashes, and underscores. It is the value you pass to the Google Places API, and it is the safest identifier to store because it stays valid across Google's Maps products. When people say google place id or google maps place id, this is the string they mean.

CID (Ludocid)

The CID, sometimes labelled ludocid (cid) in a URL, is an older customer identifier written as a long decimal number. You will spot it in links shaped like maps.google.com/?cid=1234567890, and it can be converted into a review link or used to reach a listing directly. It refers to the same business as the place id but in a different, legacy format.

FID

The FID is a feature identifier written in hexadecimal, typically two hex values joined by a colon such as 0x89c25:0x1a2b. It appears inside the "data" parameter of full Maps URLs and can be converted into the CID. It is the most technical of the identifiers and is mostly useful for tooling and conversions rather than direct sharing.

Latitude and longitude

The latitude and longitude are the map center coordinates baked into the URL, shown as a pair like 40.7128,-74.0060. They describe where the map was centered, which is often close to the business but is not a substitute for the Place ID. They are handy for building geo-grid checks and for confirming you are looking at the right area.

Think of these four values as a hierarchy. The Place ID is what you reach for first because it is portable and future proof. The CID and FID are legacy fallbacks that still appear in older links and specific tools that were built around them. The coordinates sit alongside all three as context, telling you the "where" while the identifiers tell you the "which". Knowing which value a given task expects is half the battle, and once you can read a Maps URL you will rarely be stuck.

Best practices and common mistakes

A few habits keep your identifiers clean and stop small errors from spreading through every downstream tool. Most of the pain people run into with Place IDs traces back to one of the mistakes below, so it is worth reading the list before you save anything to a database.

  • Always store the Place ID, not the display name, when you save a business in a spreadsheet or database, because the name can change while the Place ID cannot.
  • Paste the full expanded URL, not a shortened share link, so the tool has every parameter it needs to extract the CID and FID as well as the Place ID.
  • Double check that the result matches the business you intended, especially for chains with many nearby branches that share almost identical names.
  • Do not confuse the CID with the Place ID; they point at the same business but are not interchangeable in API calls that specifically require the Place ID.
  • Avoid hand editing hexadecimal FID values, since a single wrong character silently points at a different feature and gives you no error message.
  • Re-verify identifiers if a business reports it moved or merged listings, because a rare merge can retire an old Place ID in favor of a new one.
  • Keep a dated note next to each stored Place ID so that if a listing is ever removed, you can tell whether the identifier is stale or the business simply closed.

When should you use a Place ID finder?

You should reach for a place id finder any time a tool or task asks for a specific business identifier instead of a name. A name is ambiguous, but an identifier is exact, and the scenarios below are where that exactness pays off the most.

Building review links. When you want customers to land directly on the write-a-review box, you need the correct identifier first. Grab it here, then feed it into a review-link generator so the link never points at the wrong storefront. This matters most for businesses running review campaigns, where even a small share of misdirected links means lost feedback.

Calling the Google Places API. API requests for details, reviews, and photos expect a Place ID. Pulling the identifier this way is faster and less error prone than clicking through Google's API playground for every location, and it scales cleanly when you have a list of dozens of businesses to process.

Auditing citations and listings. When you check that directories and data aggregators all reference the same business, matching them by Place ID removes the ambiguity that names and addresses create. This is especially valuable across franchises, where ten locations might share a single brand name but need ten distinct identifiers.

Setting up rank tracking. Before you track where a business appears on Google Maps, you want to lock onto the exact listing. Extracting the identifier first means your reports follow the right location from day one, instead of drifting to a look-alike listing when a competitor with a similar name moves in nearby.

Migrating data between tools. When you move a client from one platform to another, or import a batch of listings into a new dashboard, the Place ID is the value that survives the move intact. Names get truncated and addresses get reformatted, but the identifier travels cleanly, so every record lands on the correct business. Pulling and storing it up front turns a risky migration into a routine copy and paste, and it means you never have to manually reconcile mismatched rows later.

Frequently asked questions

Is a place id finder free to use?

Yes, this tool is free and requires no account. You paste a Google Maps link, and it returns the Google Place ID along with any CID and FID it can detect, with no limit on how many lookups you run.

What does a Google Place ID look like?

A Google Place ID is a long text string that almost always begins with the characters "ChIJ" and continues with a mix of letters, numbers, hyphens, and underscores. It contains no spaces and is meant to be copied and pasted whole.

What is the difference between a Place ID and a CID?

Both identify the same business, but the Place ID is Google's modern format used by the Places API, while the CID (ludocid) is an older decimal number found in classic Maps URLs. Use the Place ID for API work and the CID for legacy link building.

Why can't the tool find an ID from my link?

The most common cause is a shortened share link that has not expanded yet. Open the link in your browser so it resolves to the full URL, then paste that longer address, which contains the parameters the tool needs to read.

Does a Place ID ever change?

Place IDs are designed to be stable and rarely change, but Google can retire one if two listings are merged or a place is removed. For that reason, it is wise to re-verify the identifier if a business tells you it merged or moved.

Track where you actually rank

Finding an identifier is step one; knowing where that business ranks across a city is where the real gains come from. ProMapRanker checks your Google Maps position across a geo-grid so you can see exactly which neighborhoods you win and which you lose, then watch those positions improve over time. Once you have pulled a Place ID here, you can lock onto the exact listing and start measuring it. start free with 150 credits and run your first grid scan in minutes.

Related tools

Related tools

Track your real Google Maps rankings

These free tools get you set up - ProMapRanker shows where you actually rank across your whole service area on a geo-grid.

Start free - 150 credits