
How To Find Your Google Business Profile ID: 4 Quick Methods
BlogHow To Find Your Google Business Profile ID: 4 Quick Methods & Local SEO Identification Guide To find your Google Business Profile ID, log into your Google Account, search for your business name on Google, click the three-dot menu in the management window, click Business Profile settings, and select Advanced settings. Your 19-digit numeric string appears at the top of the menu alongside a single-click Copy ID button. We at Sitelinx SEO Agency use this unique account identifier alongside the Customer ID (CID) and Place ID to resolve profile suspensions, fix structured data, and strengthen local search rankings. Managing verified listings across Google Maps requires knowing which identification code your specific platform requires. Using the wrong ID string breaks API integrations, drops review star ratings from search results, and delays support tickets. This guide breaks down every method to locate your identifiers instantly, audit your backend data, and protect your organic visibility. Understanding Google Business Identifiers Google assigns several distinct codes to every listing across its search infrastructure. Mixing up these codes creates severe data errors inside software tools, third-party aggregators, and custom schema code. We track five core identifiers when auditing business listings: Google Business Profile ID: A permanent 19-digit or 20-digit numeric key assigned strictly to an authorized management dashboard. It handles profile transfers, agency access requests, direct Google Support ticket escalations, and API ownership verification. Customer ID (CID or Ludocid): A permanent numeric string tied directly to the public map listing. The CID never changes during rebrands or address moves, making it the top choice for generating direct link URLs for customer reviews and JSON-LD schema markup. Place ID: A dynamic, alphanumeric text string starting with ChIJ generated by the Google Places API. Place IDs pinpoint a physical location on Google Maps, but Google can update or expire them after address relocations or map re-indexing. Feature ID (Google ID): A composite hexadecimal string separated by a colon used internally by Google system architecture to link entities across Google, YouTube, and Knowledge Graph panels. Store Code: A custom alphanumeric string created manually by profile administrators to organize enterprise locations within multi-listing dashboard feeds. Identifier Comparison Matrix Identifier Type Standard Format Permanence Level Primary Technical Function Primary Location Business Profile ID 19-digit numeric string Permanent (tied to backend management entity) Support escalations, API profile transfers, access delegation In-Search dashboard > Advanced settings Customer ID (CID) 10 to 20-digit numeric string Permanent (tied to map entity) Review generation links, schema markup sameAs targets Maps source code inspection (ludocid) Place ID Text string starting with ChIJ Ephemeral (subject to 12-month API expiration) Places API location queries, dynamic routing, geo-fencing Place ID Finder API tool Feature ID Hexadecimal string with colon Permanent (tied to Knowledge Graph node) Cross-platform entity mapping, Knowledge Graph connections Search URL parameters (ftid) Store Code User-defined (e.g., STORE-2026-LA) Mutable (editable by manager) Bulk management spreadsheet sync, inventory distribution Bulk Business Profile console 4 Fast Methods to Find Your Google Business Profile ID Method 1: The In-Search Dashboard The fastest path for account owners uses the standard search management interface on Google. You must log in with the exact email address assigned as an Owner or Manager of the profile. Open your web browser and log into the primary Google Account associated with your business. Search for your exact business name or type the search operator my business directly into Google. Find the management card labeled Your business on Google located above the top organic search results. Click the three vertical dots (kebab menu) located on the upper right corner of the management card. Select Business Profile settings from the dropdown menu. Click Advanced settings at the bottom of the secondary window. Locate the section labeled Business Profile ID. Click Copy ID to save the 19-digit number to your clipboard. If you encounter permissions issues or missing menus, review official step-by-step guidance inside the Google Business Profile Help Center. Method 2: Google Maps Page Source Inspection When building structured data or embedding map links, you need the public Customer ID (CID). Extracting this code takes under 60 seconds through your browser page source view. Open Google Maps in your browser and search for your business listing. Click on your business listing so the full detail card displays on the left side of the screen. View the page source by pressing Ctrl+U on Windows or Cmd+Option+U on macOS. Press Ctrl+F or Cmd+F to activate the source search bar. Type ludocid into the search field. Locate the text sequence showing ludocidu003d or ludocid=. Copy the numeric digits immediately following that string. That plain number sequence is your permanent CID. Method 3: Business Profile Manager Dashboard Analysis If you manage multi-location accounts inside an enterprise dashboard, inspecting URL parameters provides rapid extraction without clicking through individual search cards. Navigate to the Google Business Profile Manager dashboard. Click on the target business location from your main location list. Examine your browser address bar. Locate the numeric string positioned immediately after /l/ or inside the query parameters. Save this account key string for bulk database syncing and software integrations. Method 4: Direct Retrieval via Google Business Profile API For software developers managing enterprise account platforms, programmatically querying profile parameters ensures exact database alignment across hundreds of locations. Authenticate your API console through Google Cloud using OAuth 2.0 credentials scope https://www.googleapis.com/auth/business.manage. Send a standard GET request to the official management endpoint: GET https://mybusinessaccountmanagement.googleapis.com/v1/accounts/{accountId}/locations Parse the incoming JSON response payload to extract the name attribute string. The returned string uses the standard resource format accounts/{accountId}/locations/{locationId}. The {locationId} value acts as your immutable profile key inside custom API applications. Developer teams building location applications can cross-reference API specifications within the official Google Places API Place ID documentation. Using Business Identifiers for Local SEO and Google Maps Ranking Local SEO relies on clear data associations. Google uses automated crawlers to connect information on your domain with real-world location entities on Google Maps. Using correct business identifiers prevents entity confusion and protects your local pack ranking. Schema Markup