Enrich Google Maps leads with verified LinkedIn and social profiles in one step

2026-09-17

A Google Maps scrape gives you names, phones, ratings and websites. For outreach you also want the LinkedIn company page and the social accounts, verified, not guessed. Here is the shortest path.

  1. Run any Google Maps scraper on Apify (or upload a CSV with a website column).
  2. Run Crosswalk with inputDatasetId set to that dataset. It auto-detects the website column, resolves each business, and attaches a crosswalk block to every row while passing all original columns through.
  3. Export as CSV. Columns include crosswalk.identifiers.linkedin.id, …instagram.id, …facebook.id, each with confidence and verified.

What "verified" means: the platform itself points back at the business website (LinkedIn's website field, Instagram's external link, a bio link on X or TikTok). Declared-only links are still returned with their confidence so you can decide.

What it costs: cache hits are free and the graph is pre-seeded with well-known companies; fresh resolutions are charged per organization. A 2,000-row list is typically a few tens of dollars including Instagram and Facebook confirmations.

{
  "inputDatasetId": "YOUR_MAPS_DATASET_ID",
  "maxRows": 500
}

Actor: https://apify.com/publicrecords/company-social-profile-finder · Walkthrough: crosswalk/enrich-google-maps-leads-with-linkedin.html

Try Crosswalk on Apify →