What is a Google CID? The unique ID behind every Maps business listing

A CID is the customer ID that Google assigns to a business on Maps. Here is what it means, how it looks, and why it matters when you build a lead database.

Key takeaways
  • A Google CID (customer ID) is a long numeric identifier that points to one specific business listing on Google Maps
  • It is stable and unique per business, which makes it a reliable primary key when you store and deduplicate leads
  • The CID is not the same as a Place ID: one is numeric and lives in Maps URLs, the other is alphanumeric and used by the Places API
  • The free Vonsel Chrome extension captures the CID and every other field for you, then organizes it inside a mapped CRM

What a Google CID actually is

A Google CID, short for customer ID, is a unique numeric identifier that Google assigns to a single business entity on Google Maps. Every restaurant, dentist, plumber, and hotel that appears on the map has its own CID. Think of it as the primary key for that listing inside Google's local index.

The value is a large integer, often 18 to 20 digits long, for example 17905869374101083665. Unlike a business name or a phone number, the CID does not change when the owner edits the listing, moves the pin slightly, or updates the hours. That stability is exactly what makes it useful for anyone building a structured database of local businesses.

You will most often see the CID surface inside a Google Maps share URL. When you open a business and copy its link, Google returns a canonical address that references the place. That link, and the identifiers behind it, are documented in the official Google Maps URLs guide.

Capture the CID for every business you find
The extension reads the identifiers, contacts, and reviews from Google Maps and files them in your Vonsel dashboard. Free download. No trial, no credit card.
Add Chrome Extension
18-20
digits in a typical CID value
1:1
one CID maps to exactly one business listing
0
cost to capture it with the Vonsel extension

Where you find a CID and how it looks

The CID travels inside Google Maps links in a couple of recognizable shapes. When you share a place, the URL frequently contains a hexadecimal fragment. The last block after the colon is the CID, written in hex. Convert that hex value to decimal and you get the plain numeric customer ID.

For example, a share link may end in a segment such as 0x0:0xf87a4d3e6c1b91. The part after the colon is the hex form of the CID. Tools and scrapers read that fragment, convert it, and store the decimal value alongside the business record so it can be matched later. The point is that the CID is always retrievable from Maps, no private API required.

Because the CID is machine friendly and never depends on spelling, it is the cleanest way to answer the question "have I already seen this business?" when you merge two lists. A name like "Joe's Plumbing" can appear five different ways. The CID appears exactly one way.

CID vs Place ID vs other Google Maps identifiers

Google uses several identifiers for the same place, each born in a different system. The table below lines them up so you can tell them apart at a glance.

IdentifierFormatWhere it livesBest for
CID (customer ID)Long integer (decimal or hex)Google Maps share linksA stable primary key for a business record
Place IDAlphanumeric string (starts with ChIJ)Google Places APIFetching live details through the API
Plus CodeShort alphanumeric grid codeMaps and addressesLocating a spot without a street address
Lat / LngTwo decimal coordinatesEverywhere in MapsPlotting a pin and calculating routes

The most common point of confusion is CID versus Place ID. Both identify the same business, but they come from different products. The Place ID is the string the Google Places API expects, and it is described in detail in the official Place ID documentation. For a deeper walkthrough of that identifier, see our guide on what a Google Place ID is. If you want the full column list a Maps record can hold, read Google Maps data fields explained.

A CID answers "which business is this?" with one number. That single fact is what turns a messy pile of scraped rows into a clean, deduplicated database you can actually sell from.

Why the CID matters for a lead database

If you scrape one city today and the same city again next month, you will pull many of the same businesses twice. Matching on name and address is fragile: punctuation, abbreviations, and suite numbers all drift. Matching on the CID is exact. One CID, one business, one row.

That reliability is the foundation of a value added database rather than a throwaway CSV. When each record carries a stable identifier, you can enrich it over time: add the website, attach reviews, log the last time you contacted the owner, and track status on a map. A raw export cannot do that because it has no anchor. To see the difference in practice, compare fresh Google Maps data against bought lists.

This is where the extension is only the means and the dashboard is the end. Capturing the CID is step one. The value comes from what Vonsel does after: it deduplicates on that key, lets you reopen a previous scrape and add more businesses to it, attaches AI analyzed reviews per business, and drafts a contextual email for each lead based on its real pain points.

From a raw CID to a working CRM
Scrape Maps, keep the identifiers clean, and let the dashboard turn them into mapped, enriched leads. Free download. No trial, no credit card.
Add Chrome Extension

Getting the CID without touching code

You can pull a CID by hand. Open the business on Google Maps, copy its share link, and read the identifier from the URL fragment. That works for one listing. It does not scale to a whole city.

The practical route is a browser extension. The free Vonsel Google Maps scraper extension runs inside Chrome, reads each business as you browse a search, and records the identifiers, phone, website, and reviews automatically. It installs like any browser add-on, and Google documents how extensions run in the Chrome extensions developer guide.

Everything lands in your Vonsel dashboard, deduplicated on the CID, ready to filter, enrich, and route. You never open a spreadsheet unless you want to. Explore what the platform does with that data on the features page, or browse more explainers in the database category.

A name can be typed five ways. A CID is typed exactly one way.
Build a clean lead database from Google Maps
Capture the CID and every field, then work the leads inside a mapped CRM with AI emails and review intelligence. Free download. No trial, no credit card. Explore features or read more guides.
Add Chrome Extension

Frequently asked questions

What is a Google CID?
A Google CID (customer ID) is a long numeric identifier that points to a single business listing on Google Maps. It is stable, unique per business, and appears inside Google Maps share links, so it works as a reliable primary key for a local business record.
What is the difference between a CID and a Place ID?
A CID is a numeric identifier tied to a business entity in Google Maps and shows up in Maps URLs. A Place ID is an alphanumeric string used by the Google Places API to fetch details. They identify the same place from two different systems, and a business can be referenced by both.
How do I capture the CID for a business?
You can read the CID from a Google Maps share link, or capture it automatically. The free Vonsel Chrome extension records the identifiers, contact data, and reviews for every business you scrape from Maps, then sends them to your Vonsel dashboard as clean, deduplicated records.