Google Maps线索抓取与AI驱动个性化触达丰富
高级
这是一个Lead Generation, Multimodal AI领域的自动化工作流,包含 24 个节点。主要使用 Set, Code, Filter, HttpRequest, GoogleSheets 等节点。 Google Maps线索抓取与AI驱动个性化触达丰富
前置要求
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
- •OpenAI API Key
使用的节点 (24)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "da3d60b7999d97ae71f8843c7e0cd0446e4b275abf85cb6879507564b24b5437",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "5c5a6f6b-9858-4eae-a89d-d07b52022b50",
"name": "当点击“执行工作流”时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-280,
-180
],
"parameters": {},
"typeVersion": 1
},
{
"id": "2377d19a-e54d-4b1f-a7c3-9a0aa0d162ed",
"name": "HTTP 请求",
"type": "n8n-nodes-base.httpRequest",
"position": [
-60,
-180
],
"parameters": {
"url": "https://api.apify.com/v2/acts/:actorId/run-sync-get-dataset-items",
"method": "POST",
"options": {
"redirect": {
"redirect": {}
}
},
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Accept",
"value": "application/json"
},
{
"name": "Authorization",
"value": "Bearer <token>"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "4110b37f-497e-47dd-932a-05e5ec95276f",
"name": "编辑字段2",
"type": "n8n-nodes-base.set",
"position": [
380,
-280
],
"parameters": {
"include": "selected",
"options": {
"dotNotation": false
},
"assignments": {
"assignments": [
{
"id": "d6d3f43d-6840-4812-9493-799be28cb72b",
"name": "title",
"type": "string",
"value": "={{ $json.title }}"
},
{
"id": "c85aed11-cccf-4245-a346-9faa151e4e5a",
"name": "categoryName",
"type": "string",
"value": "={{ $json.categoryName }}"
},
{
"id": "46491b8e-f5ef-4f9c-a96d-bb15410f6fae",
"name": "city",
"type": "string",
"value": "={{ $json.city }}"
},
{
"id": "036a172b-9524-410f-98f0-ea29cb1fb1e5",
"name": "street",
"type": "string",
"value": "={{ $json.street }}"
},
{
"id": "512e1e5d-fcd4-4ae3-b009-e767d3fb432c",
"name": "phone",
"type": "string",
"value": "={{ $json.phone }}"
},
{
"id": "b9d3f8e3-fcaf-4ab0-869f-35f2af974aab",
"name": "leadsEnrichment[0].fullName",
"type": "string",
"value": "={{ $json.leadsEnrichment[0].fullName }}"
},
{
"id": "b4953f2c-e176-403c-9652-969e9e0f9eb3",
"name": "leadsEnrichment[0].linkedinProfile",
"type": "string",
"value": "={{ $json.leadsEnrichment[0].linkedinProfile }}"
},
{
"id": "936b2fb5-307c-41f7-ac24-01faf4771da1",
"name": "leadsEnrichment[0].jobTitle",
"type": "string",
"value": "={{ $json.leadsEnrichment[0].jobTitle }}"
},
{
"id": "9ee109e2-57a8-4c6b-beee-2dc7dc16d294",
"name": "leadsEnrichment[0].email",
"type": "string",
"value": "={{ $json.leadsEnrichment[0].email }}"
},
{
"id": "7ec00561-5868-449b-babd-6ee9da5d9f18",
"name": "leadsEnrichment[1].fullName",
"type": "string",
"value": "={{ $json.leadsEnrichment[1].fullName }}"
},
{
"id": "6b69e7b4-cf28-40da-8c84-1d6f76f48824",
"name": "leadsEnrichment[1].linkedinProfile",
"type": "string",
"value": "={{ $json.leadsEnrichment[1].linkedinProfile }}"
},
{
"id": "70ea0b1d-d701-4207-a326-dedbccf3bf96",
"name": "leadsEnrichment[1].email",
"type": "string",
"value": "={{ $json.leadsEnrichment[1].email }}"
},
{
"id": "2b66bd7f-29e7-4416-81f0-34c7114482e0",
"name": "leadsEnrichment[1].jobTitle",
"type": "string",
"value": "={{ $json.leadsEnrichment[1].jobTitle }}"
},
{
"id": "915aea50-2e65-4467-b3aa-2bc25295d39e",
"name": "website",
"type": "string",
"value": "={{ $json.website }}"
},
{
"id": "e2467988-9b68-4ae2-8b62-7485044ac50b",
"name": "leadsEnrichment[2].fullName",
"type": "string",
"value": "={{ $json.leadsEnrichment[2].fullName }}"
},
{
"id": "9cf88c7b-f800-45b9-9768-d84cd19ff3d8",
"name": "leadsEnrichment[2].linkedinProfile",
"type": "string",
"value": "={{ $json.leadsEnrichment[2].linkedinProfile }}"
},
{
"id": "c22d08ff-bb3b-46ae-ab30-b1dc011dc851",
"name": "leadsEnrichment[2].email",
"type": "string",
"value": "={{ $json.leadsEnrichment[2].email }}"
},
{
"id": "8d1cca6c-3d05-40f2-8e4f-5ffee2f5f985",
"name": "leadsEnrichment[2].jobTitle",
"type": "string",
"value": "={{ $json.leadsEnrichment[2].jobTitle }}"
}
]
},
"includeOtherFields": true
},
"typeVersion": 3.4
},
{
"id": "9fb20846-55bf-44e6-af55-4249a58d7335",
"name": "遍历项目",
"type": "n8n-nodes-base.splitInBatches",
"position": [
1040,
-280
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "a90f1e9e-c8d8-4be5-b1f7-912dd50c7345",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1480,
-400
],
"parameters": {
"text": "=You are a sales pro crafting personalised outbound emails.\n\nBelow is company the prospect works on . \n{{ $json.title }}\n\nPlease:\n\n1. Identify ONE pressing, industry-wide challenge that’s clearly relevant to the prospect’s company or role.\n2. Draft ONE concise, human paragraph (max 70 words) that:\n • Begins exactly with “Hi {{ $('Edit Fields').item.json.fullName }},” \n • Mentions {{ $('Edit Fields').item.json.jobTitle }} naturally. \n • Frames the challenge and hints at a potential solution—no product pitch yet, just empathy and insight.\n\nReturn **only** the paragraph—nothing before or after it.\n",
"options": {},
"promptType": "define"
},
"typeVersion": 2
},
{
"id": "9182fc64-e856-471c-91aa-d1a15e11eb6c",
"name": "在表格3中追加或更新行",
"type": "n8n-nodes-base.googleSheets",
"position": [
1840,
-280
],
"parameters": {
"columns": {
"value": {
"POC": "={{ $('Edit Fields').item.json.fullName }}",
"City": "={{ $('Edit Fields').item.json.city }}",
"Email": "={{ $('Edit Fields').item.json.email }}",
"Phone": "={{ $('Edit Fields').item.json.phone }}",
"Title": "={{ $('Edit Fields').item.json.title }}",
"Street": "={{ $('Edit Fields').item.json.street }}",
"Category": "={{ $('Edit Fields').item.json.categoryName }}",
"job title": "={{ $('Edit Fields').item.json.jobTitle }}",
"Linkedin Profile": "={{ $('Edit Fields').item.json.linkedinProfile }}",
"Peronalized starters": "={{ $json.output }}"
},
"schema": [
{
"id": "Title",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Category",
"type": "string",
"display": true,
"required": false,
"displayName": "Category",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "City",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "City",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Street",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Street",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Phone",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Phone",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "POC",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "POC",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Email",
"type": "string",
"display": true,
"required": false,
"displayName": "Email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Linkedin Profile",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Linkedin Profile",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "job title",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "job title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Peronalized starters",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Peronalized starters",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Title"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {
"useAppend": true
},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8/edit?usp=drivesdk",
"cachedResultName": "Google scraper data set"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "xsUtEdAzwHTyqij2",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "45ca72d3-463b-4d2e-8231-c54632ecbea9",
"name": "代码",
"type": "n8n-nodes-base.code",
"position": [
820,
-280
],
"parameters": {
"jsCode": "return $input.all().flatMap(({ json: c }) => {\n\n // 1. Group every leadsEnrichment[key] by its index (0,1,2…)\n const contacts = Object.keys(c).reduce((map, k) => {\n const m = k.match(/^leadsEnrichment\\[(\\d+)]\\.(.+)$/);\n if (!m) return map; // skip company keys\n const [ , idx, field ] = m; // idx = '0', field = 'email'\n (map[idx] ??= {})[field] = c[k];\n return map;\n }, {});\n\n // 2. Convert map → array and enrich with the shared company data\n return Object.values(contacts)\n .filter(ct => Object.values(ct).some(v => v)) // drop completely empty rows\n .map(ct => ({\n title: c.title,\n categoryName: c.categoryName,\n city: c.city,\n street: c.street,\n phone: c.phone,\n website: c.website,\n ...ct, // fullName, email, linkedinProfile, jobTitle\n }));\n}).map(json => ({ json }));"
},
"typeVersion": 2
},
{
"id": "a44a4a7c-6bce-4930-b4ab-e84eb5614eae",
"name": "过滤器3",
"type": "n8n-nodes-base.filter",
"position": [
160,
-280
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "f81e2b76-2ce2-4bb1-95ec-cfb56599be41",
"operator": {
"type": "array",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json.leadsEnrichment }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "9f63fe16-0fe1-4425-a565-5514e7851af9",
"name": "过滤器5",
"type": "n8n-nodes-base.filter",
"position": [
600,
-280
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "or",
"conditions": [
{
"id": "59109e66-afd1-4c86-8cc4-9f0f7612fa72",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json[\"leadsEnrichment[0].email\"] }}",
"rightValue": "null"
},
{
"id": "300ad97f-ee98-4203-9178-971fd10fea3b",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json[\"leadsEnrichment[2].email\"] }}",
"rightValue": "null"
},
{
"id": "a4125f8e-73cb-4fee-a24b-1b0d68c872b7",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json[\"leadsEnrichment[2].email\"] }}",
"rightValue": "null"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "a723d73a-f7fa-453e-8d7e-396dad52399f",
"name": "编辑字段",
"type": "n8n-nodes-base.set",
"position": [
1260,
-400
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "b5fc57c1-0475-4690-aa26-f219aad07289",
"name": "title",
"type": "string",
"value": "={{ $json.title }}"
},
{
"id": "f3dbc327-2623-4fc8-ab70-0c8621d6fc68",
"name": "categoryName",
"type": "string",
"value": "={{ $json.categoryName }}"
},
{
"id": "74feb771-f595-4ab1-bb95-09b26215ae0f",
"name": "city",
"type": "string",
"value": "={{ $json.city }}"
},
{
"id": "03b44697-b667-4832-8b7a-f430b23c64a4",
"name": "website",
"type": "string",
"value": "={{ $json.website }}"
},
{
"id": "3ad8f1e1-5a90-4d41-8c78-9d48f9507386",
"name": "phone",
"type": "string",
"value": "={{ $json.phone }}"
},
{
"id": "f32cf3a0-3ec2-4526-831f-cb5f53909988",
"name": "fullName",
"type": "string",
"value": "={{ $json.fullName }}"
},
{
"id": "e397315c-01bf-4454-ac85-dbbe4eda6a17",
"name": "linkedinProfile",
"type": "string",
"value": "={{ $json.linkedinProfile }}"
},
{
"id": "8c431ed2-ee73-4571-9963-dc7cbb412ec3",
"name": "jobTitle",
"type": "string",
"value": "={{ $json.jobTitle }}"
},
{
"id": "993a4280-e82e-4a86-a36a-354901cabf1b",
"name": "email",
"type": "string",
"value": "={{ $json.email }}"
},
{
"id": "774ef839-d532-46fd-b5d3-f1b62c0a0161",
"name": "street",
"type": "string",
"value": "={{ $json.street }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "2733b567-0580-4b06-b6c4-b876a09bde1c",
"name": "OpenAI 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1560,
-180
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "cQkmUcVAObvQpO8l",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "b0360c5e-5c6c-4823-ab6f-3fd0293d0c78",
"name": "过滤器",
"type": "n8n-nodes-base.filter",
"position": [
160,
-80
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "2a1b191a-c6dd-4f77-b7e3-9c54d655e08a",
"operator": {
"type": "array",
"operation": "empty",
"singleValue": true
},
"leftValue": "={{ $json.leadsEnrichment }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "3adbdc12-d1a3-43aa-8938-a241ab65eeba",
"name": "编辑字段1",
"type": "n8n-nodes-base.set",
"position": [
380,
-80
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "825529c5-7ed3-4b46-83a9-672bbe2525fb",
"name": "title",
"type": "string",
"value": "={{ $json.title }}"
},
{
"id": "9d301af3-862a-454c-984f-de50b3dcbd18",
"name": "street",
"type": "string",
"value": "={{ $json.street }}"
},
{
"id": "af028b19-9eb1-4ab7-8d27-1c6c33fa4bbe",
"name": "city",
"type": "string",
"value": "={{ $json.city }}"
},
{
"id": "2c10cf46-2c4f-4784-bd36-31640592d5e7",
"name": "state",
"type": "string",
"value": "={{ $json.state }}"
},
{
"id": "00804466-7720-4f4e-be19-f9d3fa462cd4",
"name": "website",
"type": "string",
"value": "={{ $json.website }}"
},
{
"id": "ed8172ab-0df0-49a2-9efc-1d8344528fa0",
"name": "phone",
"type": "string",
"value": "={{ $json.phone }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "1bd5f298-170b-41d6-b2be-45a499558afd",
"name": "在表格中追加或更新行",
"type": "n8n-nodes-base.googleSheets",
"position": [
600,
-80
],
"parameters": {
"columns": {
"value": {
"City": "={{ $json.city }}",
"Phone": "={{ $json.phone }}",
"Title": "={{ $json.title }}",
"Street": "={{ $json.street }}",
"Website": "={{ $json.website }}"
},
"schema": [
{
"id": "Title",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Street",
"type": "string",
"display": true,
"required": false,
"displayName": "Street",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "City",
"type": "string",
"display": true,
"required": false,
"displayName": "City",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Website",
"type": "string",
"display": true,
"required": false,
"displayName": "Website",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Phone",
"type": "string",
"display": true,
"required": false,
"displayName": "Phone",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Title"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1892991651,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8/edit#gid=1892991651",
"cachedResultName": "Sheet2"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8/edit?usp=drivesdk",
"cachedResultName": "Google scraper data set"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "xsUtEdAzwHTyqij2",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "bc242db5-744e-4669-a8cc-937a44d9da53",
"name": "批处理逻辑",
"type": "n8n-nodes-base.splitInBatches",
"position": [
200,
260
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "80d47567-94d3-4a4c-a1d2-9eaf5889b210",
"name": "抓取网站内容",
"type": "n8n-nodes-base.httpRequest",
"position": [
640,
180
],
"parameters": {
"url": "https://api.firecrawl.dev/v1/scrape",
"method": "POST",
"options": {},
"jsonBody": "={\n \"url\": \"{{ $json.Website }}\",\n \"formats\": [\n \"markdown\",\n \"html\"\n ]\n} ",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer <token>"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "133bbcf4-3b6f-4c79-8a8d-fd6ff626610b",
"name": "提取联系信息",
"type": "n8n-nodes-base.code",
"position": [
860,
180
],
"parameters": {
"jsCode": "/**\n * n8n CODE NODE – Social-profile extractor\n * ----------------------------------------------------------\n * INPUT (per item) : item.json.html ← the full HTML / Markdown string\n * OUTPUT (per item): {\n * facebook : [...], instagram : [...],\n * linkedin : [...], twitter : [...],\n * yelp : [...], tiktok : [...],\n * youtube : [...]\n * }\n */\n\nconst raw = String($input.item.json.html || $input.item.json.data?.markdown || '');\n\nif (!raw) return { json: { error: 'No HTML/markdown provided' } };\n\n/* ---------- helper ---------- */\nconst normalise = u =>\n u.replace(/^(?:https?:\\/\\/)?(?:www\\.)?/i, 'https://www.')\n .split(/[?#]/)[0]\n .replace(/\\/$/, '');\n\nconst unique = arr => [...new Set(arr)];\n\n/* ---------- profile-only regexes ---------- */\nconst NET = {\n facebook : /https?:\\/\\/(?:www\\.|m\\.)?facebook\\.com\\/(?!share|sharer|plugins|dialog)[A-Za-z0-9._-]+\\/?/ig,\n instagram: /https?:\\/\\/(?:www\\.)?instagram\\.com\\/(?!share)[A-Za-z0-9._-]+\\/?/ig,\n linkedin : /https?:\\/\\/(?:[\\w-]+\\.)?linkedin\\.com\\/(?:company|in|school)\\/[A-Za-z0-9._-]+\\/?/ig,\n twitter : /https?:\\/\\/(?:www\\.)?(?:twitter|x)\\.com\\/(?!intent|share)[A-Za-z0-9._-]+\\/?/ig,\n yelp : /https?:\\/\\/(?:www\\.)?yelp\\.com\\/biz\\/[A-Za-z0-9._-]+\\/?/ig,\n tiktok : /https?:\\/\\/(?:www\\.)?tiktok\\.com\\/@[A-Za-z0-9._-]+\\/?/ig,\n youtube : /https?:\\/\\/(?:www\\.)?youtube\\.com\\/(?:channel|user|c)\\/[A-Za-z0-9._-]+\\/?/ig\n};\n\n/* ---------- run extraction ---------- */\nconst output = {};\nfor (const [net, rex] of Object.entries(NET)) {\n const matches = [...raw.matchAll(rex)].map(m => normalise(m[0]));\n output[net] = unique(matches);\n}\n\n/* ---------- return ---------- */\nreturn { json: output };\n"
},
"typeVersion": 2
},
{
"id": "62358c45-35cd-4b26-94e6-3279e7e71abe",
"name": "过滤器6",
"type": "n8n-nodes-base.filter",
"position": [
-20,
260
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "a58d8634-f3b3-4aa7-af9b-2170b18d064c",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json.Website }}",
"rightValue": "not"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "23b182e8-2bf3-4570-8a18-f4f7d379fa8f",
"name": "Google Sheets 触发器",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-240,
260
],
"parameters": {
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1892991651,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8/edit#gid=1892991651",
"cachedResultName": "Sheet2"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8/edit?usp=drivesdk",
"cachedResultName": "Google scraper data set"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"id": "q2HEy9qS0DJTWLP2",
"name": "Google Sheets Trigger account"
}
},
"typeVersion": 1
},
{
"id": "6d0939cc-f9ad-49ff-99d5-50f086dd305c",
"name": "编辑字段3",
"type": "n8n-nodes-base.set",
"position": [
420,
180
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "71e97ea0-22b9-486b-8c43-16ac91e2dc7b",
"name": "Title",
"type": "string",
"value": "={{ $json.Title }}"
},
{
"id": "ceaf5a3f-4fc9-46f8-8cae-3f8a69a98779",
"name": "Website",
"type": "string",
"value": "={{ $json.Website }}"
},
{
"id": "bed2b230-155f-41ff-adb7-91a7cc57f52b",
"name": "City",
"type": "string",
"value": "={{ $json.City }}"
},
{
"id": "fdcd9181-ef77-4a28-b1ae-26f98ecb87ff",
"name": "Street",
"type": "string",
"value": "={{ $json.Street }}"
},
{
"id": "e63272ad-dfcb-4fdc-9b13-bde99ccf1101",
"name": "Phone",
"type": "string",
"value": "={{ $json.Phone }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "de294903-8d58-4800-b6ec-ed9545f25430",
"name": "在表格1中追加或更新行",
"type": "n8n-nodes-base.googleSheets",
"position": [
1080,
260
],
"parameters": {
"columns": {
"value": {
"Title": "={{ $('Edit Fields3').item.json.Title }}",
"Twitter": "={{ $json.twitter }}",
"Facebook": "={{ $json.facebook[0] }}",
"Linkedin": "={{ $json.linkedin }}",
"Instagram": "={{ $json.instagram}}"
},
"schema": [
{
"id": "Title",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Linkedin",
"type": "string",
"display": true,
"required": false,
"displayName": "Linkedin",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Twitter",
"type": "string",
"display": true,
"required": false,
"displayName": "Twitter",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Instagram",
"type": "string",
"display": true,
"required": false,
"displayName": "Instagram",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Facebook",
"type": "string",
"display": true,
"required": false,
"displayName": "Facebook",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Title"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {
"useAppend": true
},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1450761553,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8/edit#gid=1450761553",
"cachedResultName": "Sheet3"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1w197nVPN1bKo2KAgN2pcwz6yTVI6jNoawwIbNJeDfK8/edit?usp=drivesdk",
"cachedResultName": "Google scraper data set"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "xsUtEdAzwHTyqij2",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "df2fa447-d16b-40a0-bf67-61f45bd06d7e",
"name": "便签 7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-860,
-360
],
"parameters": {
"width": 460,
"height": 1500,
"content": "## 试用说明!"
},
"typeVersion": 1
},
{
"id": "d3a77ee2-ba74-4f74-935b-d939bdf660cd",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-120,
-500
],
"parameters": {
"color": 4,
"height": 460,
"content": "# Apify节点"
},
"typeVersion": 1
},
{
"id": "f925bea5-d879-465c-8100-29b0bb55d3d2",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
580,
140
],
"parameters": {
"color": 5,
"height": 320,
"content": "## Firecrawl节点"
},
"typeVersion": 1
}
],
"pinData": {
"HTTP Request": [
{
"cid": "13188255170224552670",
"fid": "0x842cd5d35754b131:0xb7061833f4717ade",
"url": "https://www.google.com/maps/search/?api=1&query=Full%20Moving%20Service&query_place_id=ChIJMbFUV9PVLIQR3npx9DMYBrc",
"city": "Los Angeles",
"rank": 10,
"kgmid": "/g/11s5gd600k",
"phone": "(855) 925-0055",
"price": null,
"state": "California",
"title": "Full Moving Service",
"street": "909 W Temple St #333a",
"address": "909 W Temple St #333a, Los Angeles, CA 90012",
"placeId": "ChIJMbFUV9PVLIQR3npx9DMYBrc",
"reviews": null,
"website": "http://fullmoving.net/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrBdYuztmqqn084CMUYC5Mo83EdhhcFLGKNwCnP7QN51wiAN8xTXDxUWcPRsbes7iDJKgm8qyoPKerq-54SKJOQ4BmS63uaepySJdf_i-c_WsLIfx4u_n5woRnVp696nSKHsp5z=w408-h544-k-no",
"language": "en",
"location": {
"lat": 34.0604928,
"lng": -118.2479138
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.545Z",
"categories": [
"Mover"
],
"placesTags": [],
"postalCode": "90012",
"totalScore": 4.9,
"countryCode": "US",
"imagesCount": 98,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Little Tokyo",
"openingHours": [
{
"day": "Monday",
"hours": "8 AM to 7 PM"
},
{
"day": "Tuesday",
"hours": "8 AM to 7 PM"
},
{
"day": "Wednesday",
"hours": "8 AM to 7 PM"
},
{
"day": "Thursday",
"hours": "8 AM to 7 PM"
},
{
"day": "Friday",
"hours": "8 AM to 7 PM"
},
{
"day": "Saturday",
"hours": "8 AM to 7 PM"
},
{
"day": "Sunday",
"hours": "8 AM to 7 PM"
}
],
"reviewsCount": 123,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@33.416866990815286,-118.97509914815517,14z?hl=en",
"additionalInfo": {
"Crowd": [
{
"LGBTQ+ friendly": true
}
],
"Accessibility": [
{
"Wheelchair accessible entrance": true
},
{
"Wheelchair accessible parking lot": true
}
],
"Service options": [
{
"Online estimates": true
}
],
"From the business": [
{
"Identifies as women-owned": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [],
"peopleAlsoSearch": [],
"phoneUnformatted": "+18559250055",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "8516053410618850975",
"fid": "0x80c297082f72f1fd:0x762f1974fc30be9f",
"url": "https://www.google.com/maps/search/?api=1&query=Coast%20to%20Coast%20Long%20Distance%20Moving%20Company%20Inc&query_place_id=ChIJ_fFyLwiXwoARn74w_HQZL3Y",
"city": "Van Nuys",
"rank": 7,
"kgmid": "/g/11cnd63g5l",
"phone": "(888) 525-3055",
"price": null,
"state": "California",
"title": "Coast to Coast Long Distance Moving Company Inc",
"street": "14717 Oxnard St",
"address": "14717 Oxnard St, Van Nuys, CA 91411",
"placeId": "ChIJ_fFyLwiXwoARn74w_HQZL3Y",
"reviews": null,
"website": "http://www.coasttocoastmovingcompany.com/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipPGMIOaslVCPUozkEDVoi7GRPg9awU3BLl4QJ-p=w408-h408-k-no",
"language": "en",
"location": {
"lat": 34.1798228,
"lng": -118.4536984
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.545Z",
"categories": [
"Mover"
],
"placesTags": [],
"postalCode": "91411",
"totalScore": 4.5,
"countryCode": "US",
"imagesCount": 59,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Van Nuys",
"openingHours": [
{
"day": "Monday",
"hours": "9 AM to 7 PM"
},
{
"day": "Tuesday",
"hours": "9 AM to 7 PM"
},
{
"day": "Wednesday",
"hours": "9 AM to 7 PM"
},
{
"day": "Thursday",
"hours": "9 AM to 7 PM"
},
{
"day": "Friday",
"hours": "9 AM to 7 PM"
},
{
"day": "Saturday",
"hours": "9 AM to 7 PM"
},
{
"day": "Sunday",
"hours": "9 AM to 7 PM"
}
],
"reviewsCount": 69,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@33.416866990815286,-118.97509914815517,14z?hl=en",
"additionalInfo": {
"Accessibility": [
{
"Wheelchair accessible entrance": true
},
{
"Wheelchair accessible parking lot": true
}
],
"From the business": [
{
"Identifies as veteran-owned": true
},
{
"Identifies as women-owned": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [],
"peopleAlsoSearch": [],
"phoneUnformatted": "+18885253055",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "402338404322866904",
"fid": "0x80dd31ac1e1e740b:0x59564a5a52976d8",
"url": "https://www.google.com/maps/search/?api=1&query=Long%20Beach%20Movers&query_place_id=ChIJC3QeHqwx3YAR2HYppaVklQU",
"rank": 4,
"kgmid": "/g/11bzrh9b81",
"phone": "(562) 774-3344",
"price": null,
"title": "Long Beach Movers",
"address": null,
"placeId": "ChIJC3QeHqwx3YAR2HYppaVklQU",
"reviews": null,
"website": "http://longbeachmovers.org/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipO02mve-w8UVxwYEb0HkeLlwgA1ZQ58dl1CNikO=w408-h251-k-no",
"language": "en",
"location": {
"lat": 33.788062,
"lng": -118.156068
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.545Z",
"categories": [
"Mover",
"Service establishment",
"Piano moving service"
],
"placesTags": [],
"totalScore": 5,
"imagesCount": 146,
"reviewsTags": [],
"categoryName": "Mover",
"openingHours": [
{
"day": "Monday",
"hours": "8 AM to 6 PM"
},
{
"day": "Tuesday",
"hours": "8 AM to 6 PM"
},
{
"day": "Wednesday",
"hours": "8 AM to 6 PM"
},
{
"day": "Thursday",
"hours": "8 AM to 6 PM"
},
{
"day": "Friday",
"hours": "8 AM to 6 PM"
},
{
"day": "Saturday",
"hours": "8 AM to 5 PM"
},
{
"day": "Sunday",
"hours": "8 AM to 5 PM"
}
],
"reviewsCount": 313,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@33.416866990815286,-118.97509914815517,14z?hl=en",
"additionalInfo": {
"Crowd": [
{
"LGBTQ+ friendly": true
}
],
"Planning": [
{
"Appointment required": true
}
],
"Service options": [
{
"Online estimates": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [],
"peopleAlsoSearch": [],
"phoneUnformatted": "+15627743344",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "9514122719709867395",
"fid": "0x80c2bf47f940e0af:0x8408f434a1c7ad83",
"url": "https://www.google.com/maps/search/?api=1&query=Pure%20Moving%20Company%20Los%20Angeles%20Movers%20Local%20%26%20Long%20distance&query_place_id=ChIJr-BA-Ue_woARg63HoTT0CIQ",
"city": "Los Angeles",
"rank": 3,
"kgmid": "/g/12hlc8qbn",
"phone": "(800) 816-5121",
"price": null,
"state": "California",
"title": "Pure Moving Company Los Angeles Movers Local & Long distance",
"street": "1601 N Gower St #205",
"address": "1601 N Gower St #205, Los Angeles, CA 90028",
"placeId": "ChIJr-BA-Ue_woARg63HoTT0CIQ",
"reviews": null,
"website": "https://www.puremovers.com/los-angeles-movers/?utm_source=gmb&utm_medium=organic",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/gps-cs-s/AC9h4np3sw9MszilTrxtjvSiJ3wOzKwfATMtS07fx7ZT_KwlrNy5IBXKi7CsP5hWMb7KBaFDv20l0jrwkYc5TMpd7KyteQ8YregA0eH_aBbEuh6-cL7sMx2wCCmWZGqHkNPmRuKvCFWg=w408-h544-k-no",
"language": "en",
"location": {
"lat": 34.0999258,
"lng": -118.3225332
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.545Z",
"categories": [
"Mover",
"Moving and storage service",
"Moving supply store",
"Piano moving service"
],
"placesTags": [],
"postalCode": "90028",
"totalScore": 4.9,
"countryCode": "US",
"imagesCount": 439,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Hollywood",
"openingHours": [
{
"day": "Monday",
"hours": "Open 24 hours"
},
{
"day": "Tuesday",
"hours": "Open 24 hours"
},
{
"day": "Wednesday",
"hours": "Open 24 hours"
},
{
"day": "Thursday",
"hours": "Open 24 hours"
},
{
"day": "Friday",
"hours": "Open 24 hours"
},
{
"day": "Saturday",
"hours": "Open 24 hours"
},
{
"day": "Sunday",
"hours": "Open 24 hours"
}
],
"reviewsCount": 1799,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@33.416866990815286,-118.97509914815517,14z?hl=en",
"additionalInfo": {
"Planning": [
{
"Appointment required": true
}
],
"Accessibility": [
{
"Wheelchair accessible entrance": false
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "Los Angeles",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Ihar Shapchyts",
"industry": "Package/freight Delivery",
"jobTitle": "Chief Financial Officer",
"lastName": "Shapchyts",
"personId": "5f21ceba59ea55009879da68",
"companyId": "6456277807070c0001f73441",
"firstName": "Ihar",
"companyCity": "San Francisco",
"companyName": "Pure Moving Company San Francisco",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "puremovers.com",
"companyLinkedin": "http://www.linkedin.com/company/pure-moving-company",
"linkedinProfile": "http://www.linkedin.com/in/ihar-shapchyts-a849b8176",
"companyPhoneNumber": null
},
{
"city": "Santa Monica",
"email": null,
"state": "California",
"country": "United States",
"fullName": "John Iatesta",
"industry": "Package/freight Delivery",
"jobTitle": "Customer Service Representative/Manager",
"lastName": "Iatesta",
"personId": "55709499736964257bef6300",
"companyId": "6456277807070c0001f73441",
"firstName": "John",
"companyCity": "San Francisco",
"companyName": "Pure Moving Company San Francisco",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "puremovers.com",
"companyLinkedin": "http://www.linkedin.com/company/pure-moving-company",
"linkedinProfile": "http://www.linkedin.com/in/john-iatesta",
"companyPhoneNumber": null
},
{
"city": "San Francisco",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Pavel Pushkin",
"industry": "Package/freight Delivery",
"jobTitle": "Moving",
"lastName": "Pushkin",
"personId": "6213a4dcae0095000146ed7a",
"companyId": "6456277807070c0001f73441",
"firstName": "Pavel",
"companyCity": "San Francisco",
"companyName": "Pure Moving Company San Francisco",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "puremovers.com",
"companyLinkedin": "http://www.linkedin.com/company/pure-moving-company",
"linkedinProfile": "http://www.linkedin.com/in/pavel-pushkin-36b64420a",
"companyPhoneNumber": null
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+18008165121",
"claimThisBusiness": true,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "9095247306513977302",
"fid": "0x80c2bb333e49465d:0x7e38cf3c91180fd6",
"url": "https://www.google.com/maps/search/?api=1&query=Santa%20Monica%20Movers&query_place_id=ChIJXUZJPjO7woAR1g8YkTzPOH4",
"city": "Santa Monica",
"rank": 2,
"kgmid": "/g/1tv3nyz3",
"phone": "(424) 219-5242",
"price": null,
"state": "California",
"title": "Santa Monica Movers",
"street": "2210 3rd St",
"address": "2210 3rd St, Santa Monica, CA 90405",
"placeId": "ChIJXUZJPjO7woAR1g8YkTzPOH4",
"reviews": null,
"website": "https://santamonica-movers.com/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/gps-cs-s/AC9h4nqhelmNnw6v5MFbX1barYnXsOflXu7TcK3hjEFaugFOLbfE2jB9T63_1mt0tJWL_VkBzeHUdMBbAa3ou_XF_hDjgwXsl7Y1DBcsZEbsVcbCyZlYVuOOv4iV9TNF8mXSdnAq4Tvv=w408-h544-k-no",
"language": "en",
"location": {
"lat": 34.0062485,
"lng": -118.4856114
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.545Z",
"categories": [
"Moving and storage service"
],
"placesTags": [],
"postalCode": "90405",
"totalScore": 4.9,
"countryCode": "US",
"imagesCount": 45,
"reviewsTags": [],
"categoryName": "Moving and storage service",
"neighborhood": "Ocean Park",
"openingHours": [
{
"day": "Monday",
"hours": "6 AM to 6 PM"
},
{
"day": "Tuesday",
"hours": "6 AM to 6 PM"
},
{
"day": "Wednesday",
"hours": "6 AM to 6 PM"
},
{
"day": "Thursday",
"hours": "6 AM to 6 PM"
},
{
"day": "Friday",
"hours": "6 AM to 6 PM"
},
{
"day": "Saturday",
"hours": "6 AM to 6 PM"
},
{
"day": "Sunday",
"hours": "6 AM to 6 PM"
}
],
"reviewsCount": 510,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@33.416866990815286,-118.97509914815517,14z?hl=en",
"additionalInfo": {
"Accessibility": [
{
"Wheelchair accessible entrance": true
},
{
"Wheelchair accessible parking lot": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14242195242",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "7259197056562421914",
"fid": "0x80e913904367adbf:0x64bdd94316f6e09a",
"url": "https://www.google.com/maps/search/?api=1&query=Movegreen%20-%20Santa%20Barbara%20Movers&query_place_id=ChIJv61nQ5AT6YARmuD2FkPZvWQ",
"city": "Santa Barbara",
"rank": 1,
"kgmid": "/g/12ml2yn1f",
"phone": "(805) 521-7127",
"price": null,
"state": "California",
"title": "Movegreen - Santa Barbara Movers",
"street": "1811 State St Suite 2",
"address": "1811 State St Suite 2, Santa Barbara, CA 93101",
"placeId": "ChIJv61nQ5AT6YARmuD2FkPZvWQ",
"reviews": null,
"website": "https://movegreen.com/santa-barbara-county/?utm_source=gmb&utm_medium=organic&utm_campaign=listing&utm_content=santa_barbara",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipNMhO9k7WW4QRxq6cmdRzoUQCtFSSeZNjw9MP05=w408-h272-k-no",
"language": "en",
"location": {
"lat": 34.4291921,
"lng": -119.7127179
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.545Z",
"categories": [
"Mover",
"Delivery service",
"Logistics service",
"Moving and storage service",
"Moving supply store",
"Packaging company",
"Piano moving service",
"Storage facility",
"Transportation service",
"Warehouse"
],
"placesTags": [],
"postalCode": "93101",
"totalScore": 4.9,
"countryCode": "US",
"imagesCount": 78,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Oak Park",
"openingHours": [
{
"day": "Monday",
"hours": "6 AM to 8 PM"
},
{
"day": "Tuesday",
"hours": "6 AM to 8 PM"
},
{
"day": "Wednesday",
"hours": "6 AM to 8 PM"
},
{
"day": "Thursday",
"hours": "6 AM to 8 PM"
},
{
"day": "Friday",
"hours": "6 AM to 8 PM"
},
{
"day": "Saturday",
"hours": "6 AM to 8 PM"
},
{
"day": "Sunday",
"hours": "6 AM to 8 PM"
}
],
"reviewsCount": 276,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@33.416866990815286,-118.97509914815517,14z?hl=en",
"additionalInfo": {
"Crowd": [
{
"LGBTQ+ friendly": true
}
],
"Accessibility": [
{
"Wheelchair accessible entrance": true
},
{
"Wheelchair accessible parking lot": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "Santa Barbara",
"email": "_past_nick@movegreen.com",
"state": "California",
"country": "United States",
"fullName": "Nick Jacobson",
"industry": "Transportation/trucking/railroad",
"jobTitle": "General Manager",
"lastName": "Jacobson",
"personId": "60def4a499007a0001ac4663",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "Nick",
"companyCity": "Santa Barbara",
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/nick-jacobson-99a657b0",
"companyPhoneNumber": "+18669949191"
},
{
"city": "Santa Barbara",
"email": "erik@movegreen.com",
"state": "California",
"country": "United States",
"fullName": "Erik Haney",
"industry": "Transportation/trucking/railroad",
"jobTitle": "CEO & Founder",
"lastName": "Haney",
"personId": "60def4a427667800016f8948",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "Erik",
"companyCity": "Santa Barbara",
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/movegreeninc",
"companyPhoneNumber": "+18669949191"
},
{
"city": "Ventura",
"email": "kim@movegreen.com",
"state": "California",
"country": "United States",
"fullName": "Kim Young",
"industry": null,
"jobTitle": "Moving Consultant",
"lastName": "Young",
"personId": "60d33cc0d1f8cf0001c40fbb",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "Kim",
"companyCity": null,
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/kim-young-8aa6671a6",
"companyPhoneNumber": "+18666847336"
},
{
"city": "Camarillo",
"email": "chelsea@movegreen.com",
"state": "California",
"country": "United States",
"fullName": "Chelsea Johnston",
"industry": null,
"jobTitle": "Office Manager",
"lastName": "Johnston",
"personId": "67c6d4dfbde1a80001f96221",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "Chelsea",
"companyCity": null,
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/chelsea-johnston-32619233a",
"companyPhoneNumber": "+18058456600"
},
{
"city": "Santa Barbara",
"email": "alex@movegreen.com",
"state": "California",
"country": "United States",
"fullName": "Alex Moore",
"industry": null,
"jobTitle": "Senior Logistics Coordinator",
"lastName": "Moore",
"personId": "5b1d3b3ca6da98071939df77",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "Alex",
"companyCity": null,
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/alex-moore-022664100",
"companyPhoneNumber": "+18058456600"
},
{
"city": "Santa Barbara",
"email": "brian@movegreen.com",
"state": "California",
"country": "United States",
"fullName": "Brian Chapman",
"industry": null,
"jobTitle": "Move Consultant - Business Development",
"lastName": "Chapman",
"personId": "67c6f75cb14c780001de9142",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "Brian",
"companyCity": null,
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/brian-chapman-140200152",
"companyPhoneNumber": "+18058456600"
},
{
"city": null,
"email": "ricardo@movegreen.com",
"state": null,
"country": null,
"fullName": "Ricardo Armenta",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Truck Driver",
"lastName": "Armenta",
"personId": "680967a4603068000180faa3",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "Ricardo",
"companyCity": "Santa Barbara",
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/ricardo-armenta-78211735a",
"companyPhoneNumber": null
},
{
"city": null,
"email": "zhannat@movegreen.com",
"state": null,
"country": null,
"fullName": "Zhannat Seitbek",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Researcher",
"lastName": "Seitbek",
"personId": "67b1f1de6f94cc00011264eb",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "Zhannat",
"companyCity": "Santa Barbara",
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/zhannat-seitbek-09577a1ab",
"companyPhoneNumber": null
},
{
"city": "Ventura",
"email": null,
"state": "California",
"country": "United States",
"fullName": "John Bennett",
"industry": null,
"jobTitle": "Director of Operations",
"lastName": "Bennett",
"personId": "5ad1ddfda6da9883803d5b81",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "John",
"companyCity": null,
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/john-bennett-0196032a",
"companyPhoneNumber": "+18667032041"
},
{
"city": "Goleta",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Tyler French",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Operations Manager",
"lastName": "French",
"personId": "5c2fb89380f93ee1bf2c2b3a",
"companyId": "5f3db56f4c883d0001639da5",
"firstName": "Tyler",
"companyCity": "Santa Barbara",
"companyName": "Movegreen Inc.",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "movegreen.com",
"companyLinkedin": "http://www.linkedin.com/company/movegreen-inc.",
"linkedinProfile": "http://www.linkedin.com/in/tyler-french-2a857949",
"companyPhoneNumber": null
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+18055217127",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "146129054041658952",
"fid": "0x808581cc90a56a17:0x2072799b5845648",
"url": "https://www.google.com/maps/search/?api=1&query=Gentle%20Giant%20Moving%20Company&query_place_id=ChIJF2qlkMyBhYARSFaEtZknBwI",
"city": "San Francisco",
"rank": 14,
"kgmid": "/g/11fs2xtn67",
"phone": "(415) 544-7000",
"price": null,
"state": "California",
"title": "Gentle Giant Moving Company",
"street": "1390 Market St #200",
"address": "1390 Market St #200, San Francisco, CA 94102",
"placeId": "ChIJF2qlkMyBhYARSFaEtZknBwI",
"reviews": null,
"website": "https://www.gentlegiant.com/locations/ca/san-francisco/moving-company.html?utm_source=local&utm_medium=organic&utm_campaign=SanFrancisco2gmb",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipNZa1UvI3W6iLYs_eaj-t389rsgCRh_YSEcIBrT=w408-h400-k-no",
"language": "en",
"location": {
"lat": 37.7771959,
"lng": -122.4173361
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.465Z",
"categories": [
"Moving and storage service",
"Mover"
],
"placesTags": [],
"postalCode": "94102",
"totalScore": 5,
"countryCode": "US",
"imagesCount": 154,
"reviewsTags": [],
"categoryName": "Moving and storage service",
"neighborhood": "Civic Center",
"openingHours": [
{
"day": "Monday",
"hours": "8 AM to 5 PM"
},
{
"day": "Tuesday",
"hours": "8 AM to 5 PM"
},
{
"day": "Wednesday",
"hours": "8 AM to 5 PM"
},
{
"day": "Thursday",
"hours": "8 AM to 5 PM"
},
{
"day": "Friday",
"hours": "8 AM to 5 PM"
},
{
"day": "Saturday",
"hours": "8 AM to 1 PM"
},
{
"day": "Sunday",
"hours": "Closed"
}
],
"reviewsCount": 165,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Accessibility": [
{
"Wheelchair accessible entrance": true
},
{
"Wheelchair accessible parking lot": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "Washington",
"email": "mpackebusch@gentlegiant.com",
"state": "District of Columbia",
"country": "United States",
"fullName": "Matthew Packebusch",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Regional Manager",
"lastName": "Packebusch",
"personId": "6513a9e29e53ef0001e5e552",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Matthew",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/matthew-packebusch-4a256b21",
"companyPhoneNumber": "+18004426863"
},
{
"city": "Somerville",
"email": "jevenhus@gentlegiant.com",
"state": "Massachusetts",
"country": "United States",
"fullName": "Jeremiah Evenhus",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Group Manager",
"lastName": "Evenhus",
"personId": "565be944a6da9810ab003c76",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Jeremiah",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/jeremiah-evenhus-a3080bba",
"companyPhoneNumber": "+18004426863"
},
{
"city": "Boston",
"email": "tinman@gentlegiant.com",
"state": "Massachusetts",
"country": "United States",
"fullName": "Timothy Inman",
"industry": "Transportation/trucking/railroad",
"jobTitle": "New England Regional Manager",
"lastName": "Inman",
"personId": "57db3b9aa6da984bb0e24755",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Timothy",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/timothy-inman-9482b822",
"companyPhoneNumber": "+18004426863"
},
{
"city": "Waltham",
"email": "cclark@gentlegiant.com",
"state": "Massachusetts",
"country": "United States",
"fullName": "Chris Clark",
"industry": "Transportation/trucking/railroad",
"jobTitle": "National Account Manager",
"lastName": "Clark",
"personId": "5ad66654a6da986766233f84",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Chris",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/chris-clark-8aba2918",
"companyPhoneNumber": "+18004426863"
},
{
"city": "Pembroke",
"email": "sthompson@gentlegiant.com",
"state": "Massachusetts",
"country": "United States",
"fullName": "Shane Thompson",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Interstate Sales Manager",
"lastName": "Thompson",
"personId": "665b825ae2d6410001720b45",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Shane",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/shane-thompson-85889989",
"companyPhoneNumber": "+18004426863"
},
{
"city": "Coral Springs",
"email": "ckucinskas@gentlegiant.com",
"state": "Florida",
"country": "United States",
"fullName": "Ceslovas Kucinskas",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Florida Regional Manager",
"lastName": "Kucinskas",
"personId": "5f5ce97c3800c10001b76645",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Ceslovas",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/ceslovas-kucinskas-18b613194",
"companyPhoneNumber": "+18004426863"
},
{
"city": "Charlotte",
"email": "rfarnum@gentlegiant.com",
"state": "North Carolina",
"country": "United States",
"fullName": "Robert Farnum",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Regional Manager",
"lastName": "Farnum",
"personId": "61fea798d8d90f0001d437d5",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Robert",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/robert-aase-farnum-a8a3b115",
"companyPhoneNumber": "+18004426863"
},
{
"city": "Somerville",
"email": "rfalvey@gentlegiant.com",
"state": "Massachusetts",
"country": "United States",
"fullName": "Ryan Falvey",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Chief Human Resources Officer",
"lastName": "Falvey",
"personId": "611bf4b67589980001de425c",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Ryan",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/ryan-falvey-49074b34",
"companyPhoneNumber": "+18004426863"
},
{
"city": "Somerville",
"email": "larryotoole@gentlegiant.com",
"state": "Massachusetts",
"country": "United States",
"fullName": "Larry O'toole",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Owner & CEO",
"lastName": "O'toole",
"personId": "65169f913f191d0001353dfe",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Larry",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/larry-o-toole-6918a1134",
"companyPhoneNumber": "+18004426863"
},
{
"city": "Winchester",
"email": "bshea@gentlegiant.com",
"state": "Massachusetts",
"country": "United States",
"fullName": "Brian Shea",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Director Of Information Technology",
"lastName": "Shea",
"personId": "60c33cb27e7a39000148d35f",
"companyId": "54a12a6069702d9548c0fe01",
"firstName": "Brian",
"companyCity": "Boston",
"companyName": "Gentle Giant Moving Company",
"companySize": null,
"companyState": "Massachusetts",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "gentlegiant.com",
"companyLinkedin": "http://www.linkedin.com/company/gentle-giant-moving-co.",
"linkedinProfile": "http://www.linkedin.com/in/brian-shea-850b4110",
"companyPhoneNumber": "+18004426863"
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14155447000",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "1636031130356766138",
"fid": "0x808f7fbb5e92ca9f:0x16b459a51e6555ba",
"url": "https://www.google.com/maps/search/?api=1&query=Puma%20Moving%20Company&query_place_id=ChIJn8qSXrt_j4ARulVlHqVZtBY",
"city": "San Francisco",
"rank": 13,
"kgmid": "/g/1hg4wj1ty",
"phone": "(415) 728-3021",
"price": null,
"state": "California",
"title": "Puma Moving Company",
"street": "435 23rd St",
"address": "435 23rd St, San Francisco, CA 94107",
"placeId": "ChIJn8qSXrt_j4ARulVlHqVZtBY",
"reviews": null,
"website": "https://www.pumamoving.com/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipNWoq1yO0-oXwOvJUFd7gzhD8SpexW9DiKy3Kok=w408-h306-k-no",
"language": "en",
"location": {
"lat": 37.755176,
"lng": -122.384691
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.464Z",
"categories": [
"Mover",
"Moving and storage service"
],
"placesTags": [],
"postalCode": "94107",
"totalScore": 4.4,
"countryCode": "US",
"imagesCount": 9,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Central Waterfront",
"openingHours": [
{
"day": "Monday",
"hours": "Open 24 hours"
},
{
"day": "Tuesday",
"hours": "Open 24 hours"
},
{
"day": "Wednesday",
"hours": "Open 24 hours"
},
{
"day": "Thursday",
"hours": "Open 24 hours"
},
{
"day": "Friday",
"hours": "Open 24 hours"
},
{
"day": "Saturday",
"hours": "Open 24 hours"
},
{
"day": "Sunday",
"hours": "Open 24 hours"
}
],
"reviewsCount": 34,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Planning": [
{
"Appointment required": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14157283021",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "13906324003264920955",
"fid": "0x808f7e6e8da061bb:0xc0fd30008a17fd7b",
"url": "https://www.google.com/maps/search/?api=1&query=Pedros%20Moving%20Services%20Inc&query_place_id=ChIJu2GgjW5-j4ARe_0XigAw_cA",
"city": "San Francisco",
"rank": 12,
"kgmid": "/g/11x9yrxxq",
"phone": "(415) 678-0631",
"price": null,
"state": "California",
"title": "Pedros Moving Services Inc",
"street": "903 Palou Ave",
"address": "903 Palou Ave, San Francisco, CA 94124",
"placeId": "ChIJu2GgjW5-j4ARe_0XigAw_cA",
"reviews": null,
"website": "http://www.pedrosmovingservices.com/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipOh-geRDZbhgY3o6AhM8VYORaZbPW191Vc_njU=w408-h306-k-no",
"language": "en",
"location": {
"lat": 37.726482,
"lng": -122.37811
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.464Z",
"categories": [
"Mover",
"Moving and storage service",
"Packaging company",
"Piano moving service",
"Storage facility",
"Trucking company"
],
"placesTags": [],
"postalCode": "94124",
"totalScore": 4.4,
"countryCode": "US",
"imagesCount": 126,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Hunters Point",
"openingHours": [
{
"day": "Monday",
"hours": "7 AM to 6 PM"
},
{
"day": "Tuesday",
"hours": "7 AM to 6 PM"
},
{
"day": "Wednesday",
"hours": "7 AM to 6 PM"
},
{
"day": "Thursday",
"hours": "7 AM to 6 PM"
},
{
"day": "Friday",
"hours": "7 AM to 6 PM"
},
{
"day": "Saturday",
"hours": "7 AM to 6 PM"
},
{
"day": "Sunday",
"hours": "Closed"
}
],
"reviewsCount": 46,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Crowd": [
{
"LGBTQ+ friendly": true
},
{
"Transgender safespace": true
}
],
"Parking": [
{
"Free parking lot": true
}
],
"Planning": [
{
"Appointment required": true
}
],
"Amenities": [
{
"Gender-neutral restroom": true
},
{
"Restroom": true
}
],
"Accessibility": [
{
"Wheelchair accessible entrance": true
},
{
"Wheelchair accessible parking lot": true
},
{
"Wheelchair accessible restroom": true
},
{
"Wheelchair accessible seating": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
},
{
"English": true
}
],
"From the business": [
{
"Identifies as Latino-owned": true
},
{
"Identifies as women-owned": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14156780631",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "10906477577653859984",
"fid": "0x808f7fdb29291481:0x975b979266d23690",
"url": "https://www.google.com/maps/search/?api=1&query=One%20Big%20Man%20%26%20One%20Big%20Truck%20Moving%20Co.%20Inc.&query_place_id=ChIJgRQpKdt_j4ARkDbSZpKXW5c",
"city": "San Francisco",
"rank": 10,
"kgmid": "/g/1tsyq003",
"phone": "(415) 821-9697",
"price": null,
"state": "California",
"title": "One Big Man & One Big Truck Moving Co. Inc.",
"street": "696 Amador St",
"address": "696 Amador St, San Francisco, CA 94124",
"placeId": "ChIJgRQpKdt_j4ARkDbSZpKXW5c",
"reviews": null,
"website": "http://www.onebigman.com/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipPsAjvNHXwqbIYeypyKUc7MWuXvVfQCKknV48a1=w408-h272-k-no",
"language": "en",
"location": {
"lat": 37.7460446,
"lng": -122.3845631
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.464Z",
"categories": [
"Moving and storage service"
],
"placesTags": [],
"postalCode": "94124",
"totalScore": 4.7,
"countryCode": "US",
"imagesCount": 15,
"reviewsTags": [],
"categoryName": "Moving and storage service",
"neighborhood": "Central Waterfront",
"openingHours": [
{
"day": "Monday",
"hours": "9 AM to 5:30 PM"
},
{
"day": "Tuesday",
"hours": "9 AM to 5:30 PM"
},
{
"day": "Wednesday",
"hours": "9 AM to 5:30 PM"
},
{
"day": "Thursday",
"hours": "9 AM to 5:30 PM"
},
{
"day": "Friday",
"hours": "9 AM to 5:30 PM"
},
{
"day": "Saturday",
"hours": "9 AM to 4 PM"
},
{
"day": "Sunday",
"hours": "9 AM to 4 PM"
}
],
"reviewsCount": 88,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Parking": [
{
"Free parking lot": true
},
{
"On-site parking": true
}
],
"Amenities": [
{
"Restroom": true
}
],
"Service options": [
{
"Online appointments": true
},
{
"Online estimates": true
},
{
"Onsite services": true
},
{
"American Sign Language": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14158219697",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "1198701279369092285",
"fid": "0x80858063d6e8da73:0x10a2a4766c99dcbd",
"url": "https://www.google.com/maps/search/?api=1&query=Cross%20Country%20Movers&query_place_id=ChIJc9ro1mOAhYARvdyZbHakohA",
"city": "San Francisco",
"rank": 11,
"kgmid": "/g/1q5gqqtcf",
"phone": "(628) 877-7137",
"price": null,
"state": "California",
"title": "Cross Country Movers",
"street": "101 California St #2710",
"address": "101 California St #2710, San Francisco, CA 94111",
"placeId": "ChIJc9ro1mOAhYARvdyZbHakohA",
"reviews": null,
"website": "https://crosscountrymoversgroup.com/san-francisco-professional-movers/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipM0Y7KCf6_eGxpbD0aU8Igkgfx8kEIgipLKnlPA=w408-h612-k-no",
"language": "en",
"location": {
"lat": 37.7927379,
"lng": -122.3981096
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.464Z",
"categories": [
"Mover"
],
"placesTags": [],
"postalCode": "94111",
"totalScore": 4.8,
"countryCode": "US",
"imagesCount": 51,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Financial District",
"openingHours": [
{
"day": "Monday",
"hours": "8 AM to 6 PM"
},
{
"day": "Tuesday",
"hours": "8 AM to 6 PM"
},
{
"day": "Wednesday",
"hours": "8 AM to 6 PM"
},
{
"day": "Thursday",
"hours": "8 AM to 6 PM"
},
{
"day": "Friday",
"hours": "8 AM to 6 PM"
},
{
"day": "Saturday",
"hours": "8 AM to 4 PM"
},
{
"day": "Sunday",
"hours": "Closed"
}
],
"reviewsCount": 68,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [],
"peopleAlsoSearch": [],
"phoneUnformatted": "+16288777137",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "4589133351711349059",
"fid": "0x808f7df44d2fdaff:0x3fafe07817a71943",
"url": "https://www.google.com/maps/search/?api=1&query=Jay's%20Small%20Moves&query_place_id=ChIJ_9ovTfR9j4ARQxmnF3jgrz8",
"city": "San Francisco",
"rank": 9,
"kgmid": "/g/1pv0_mgy1",
"phone": "(415) 999-6795",
"price": null,
"state": "California",
"title": "Jay's Small Moves",
"street": "1760 9th Ave",
"address": "1760 9th Ave, San Francisco, CA 94122",
"placeId": "ChIJ_9ovTfR9j4ARQxmnF3jgrz8",
"reviews": null,
"website": "https://www.jaymoves.com/san-francisco-moving-company/?utm_source=google&utm_medium=organic&utm_campaign=gmb-listing-sf",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/gps-cs-s/AC9h4npqzIChocVap8pXndDgK8lUg0F8ArzXGgZbVgkhV5iCz0nzG73xCN-x6A_fa6qo5s_MeqO6cgcJuQpWuSHUNsbM_BFJoITQ8F-DrIMXStPBN6qb-vZy4ZqUSPrvJlr1VVgMIfYuiA=w408-h306-k-no",
"language": "en",
"location": {
"lat": 37.755499,
"lng": -122.465537
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.464Z",
"categories": [
"Mover",
"Moving and storage service"
],
"placesTags": [],
"postalCode": "94122",
"totalScore": 4.7,
"countryCode": "US",
"imagesCount": 11,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Sunset District",
"openingHours": [
{
"day": "Monday",
"hours": "7 AM to 7 PM"
},
{
"day": "Tuesday",
"hours": "7 AM to 7 PM"
},
{
"day": "Wednesday",
"hours": "7 AM to 7 PM"
},
{
"day": "Thursday",
"hours": "7 AM to 7 PM"
},
{
"day": "Friday",
"hours": "7 AM to 7 PM"
},
{
"day": "Saturday",
"hours": "7 AM to 7 PM"
},
{
"day": "Sunday",
"hours": "7 AM to 7 PM"
}
],
"reviewsCount": 131,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "Oakland",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Jay Morris",
"industry": null,
"jobTitle": "Owner",
"lastName": "Morris",
"personId": "5ae242a4a6da984cafbd9cfe",
"companyId": "670c0b983bf748000144509d",
"firstName": "Jay",
"companyCity": null,
"companyName": "Jay’s Small Moves",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "jaymoves.com",
"companyLinkedin": "http://www.linkedin.com/company/jay%e2%80%99s-small-moves",
"linkedinProfile": "http://www.linkedin.com/in/jay-morris-15055725",
"companyPhoneNumber": "+14159996795"
},
{
"city": "Oakland",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Manuel Aldana",
"industry": "Package/freight Delivery",
"jobTitle": "Finance Manager",
"lastName": "Aldana",
"personId": "60ba965882f5a30001d7a6c9",
"companyId": "670c0b983bf748000144509d",
"firstName": "Manuel",
"companyCity": "San Francisco",
"companyName": "Jay’s Small Moves",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "jaymoves.com",
"companyLinkedin": "http://www.linkedin.com/company/jay%e2%80%99s-small-moves",
"linkedinProfile": "http://www.linkedin.com/in/manuel-sanchez-aldana-4a13a5128",
"companyPhoneNumber": null
},
{
"city": "San Francisco",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Denise Wharton",
"industry": "Package/freight Delivery",
"jobTitle": "Consultant",
"lastName": "Wharton",
"personId": "6365d691a0a06a0001b544cf",
"companyId": "670c0b983bf748000144509d",
"firstName": "Denise",
"companyCity": "San Francisco",
"companyName": "Jay’s Small Moves",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "jaymoves.com",
"companyLinkedin": "http://www.linkedin.com/company/jay%e2%80%99s-small-moves",
"linkedinProfile": "http://www.linkedin.com/in/denise-wharton-187059193",
"companyPhoneNumber": null
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14159996795",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "1334442336911185526",
"fid": "0x808581da5ed01977:0x1284e43c38d55676",
"url": "https://www.google.com/maps/search/?api=1&query=Fairprice%20Movers%20-%20San%20Francisco&query_place_id=ChIJdxnQXtqBhYARdlbVODzkhBI",
"city": "San Francisco",
"rank": 7,
"kgmid": "/g/11jp_0jt1_",
"phone": "(415) 862-1964",
"price": null,
"state": "California",
"title": "Fairprice Movers - San Francisco",
"street": "1126 Fell St",
"address": "1126 Fell St, San Francisco, CA 94117",
"placeId": "ChIJdxnQXtqBhYARdlbVODzkhBI",
"reviews": null,
"website": "https://fairpricemovers.com/movers-near-me/california/san-francisco/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipPjl2j_iZ-DBAzGRGKB6QXWYfoVgGRTcuDXaG6x=w408-h271-k-no",
"language": "en",
"location": {
"lat": 37.7743703,
"lng": -122.4365161
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.463Z",
"categories": [
"Mover",
"Moving and storage service"
],
"placesTags": [],
"postalCode": "94117",
"totalScore": 5,
"countryCode": "US",
"imagesCount": 29,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Alamo Square",
"openingHours": [
{
"day": "Monday",
"hours": "Open 24 hours"
},
{
"day": "Tuesday",
"hours": "Open 24 hours"
},
{
"day": "Wednesday",
"hours": "Open 24 hours"
},
{
"day": "Thursday",
"hours": "Open 24 hours"
},
{
"day": "Friday",
"hours": "Open 24 hours"
},
{
"day": "Saturday",
"hours": "Open 24 hours"
},
{
"day": "Sunday",
"hours": "Open 24 hours"
}
],
"reviewsCount": 265,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Accessibility": [
{
"Wheelchair accessible entrance": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "San Francisco",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Leon Schwab",
"industry": "Package/freight Delivery",
"jobTitle": "Company Owner",
"lastName": "Schwab",
"personId": "5f62f98f65f08a0001f0a248",
"companyId": "672fc791471d660001b2e4b9",
"firstName": "Leon",
"companyCity": "San Jose",
"companyName": "FAIRPRICE MOVERS INC.",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "fairpricemovers.com",
"companyLinkedin": "http://www.linkedin.com/company/fairprice-movers-inc.",
"linkedinProfile": "http://www.linkedin.com/in/leon-schwab",
"companyPhoneNumber": null
},
{
"city": "Reading",
"email": null,
"state": "Pennsylvania",
"country": "United States",
"fullName": "Erik Almonte",
"industry": "Package/freight Delivery",
"jobTitle": "Moving",
"lastName": "Almonte",
"personId": "607970e4d26eb90001a77655",
"companyId": "672fc791471d660001b2e4b9",
"firstName": "Erik",
"companyCity": "San Jose",
"companyName": "FAIRPRICE MOVERS INC.",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "fairpricemovers.com",
"companyLinkedin": "http://www.linkedin.com/company/fairprice-movers-inc.",
"linkedinProfile": "http://www.linkedin.com/in/erik-almonte-3333a81bb",
"companyPhoneNumber": null
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14158621964",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "16148861792506273047",
"fid": "0x808587e140c9a201:0xe01c483d6d36dd17",
"url": "https://www.google.com/maps/search/?api=1&query=Smart%20People%20Moving&query_place_id=ChIJAaLJQOGHhYARF902bT1IHOA",
"city": "San Francisco",
"rank": 8,
"kgmid": "/g/11j8mnksc8",
"phone": "(415) 839-9391",
"price": null,
"state": "California",
"title": "Smart People Moving",
"street": "1300 Lawton St #201",
"address": "1300 Lawton St #201, San Francisco, CA 94122",
"placeId": "ChIJAaLJQOGHhYARF902bT1IHOA",
"reviews": null,
"website": "http://smartpeoplemoving.com/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipN_5DcZSqzh_EeI953pcwgfXQz_MJSUJpMBtFgJ=w408-h345-k-no",
"language": "en",
"location": {
"lat": 37.7581976,
"lng": -122.47708
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.463Z",
"categories": [
"Mover",
"Moving and storage service"
],
"placesTags": [],
"postalCode": "94122",
"totalScore": 4.9,
"countryCode": "US",
"imagesCount": 110,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Sunset District",
"openingHours": [
{
"day": "Monday",
"hours": "8 AM to 8 PM"
},
{
"day": "Tuesday",
"hours": "8 AM to 8 PM"
},
{
"day": "Wednesday",
"hours": "8 AM to 8 PM"
},
{
"day": "Thursday",
"hours": "8 AM to 8 PM"
},
{
"day": "Friday",
"hours": "8 AM to 8 PM"
},
{
"day": "Saturday",
"hours": "8 AM to 8 PM"
},
{
"day": "Sunday",
"hours": "8 AM to 8 PM"
}
],
"reviewsCount": 340,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Crowd": [
{
"LGBTQ+ friendly": true
}
],
"Parking": [
{
"Free parking lot": true
}
],
"Planning": [
{
"Appointment required": true
}
],
"Amenities": [
{
"Restroom": true
}
],
"Accessibility": [
{
"Assistive hearing loop": true
},
{
"Wheelchair accessible restroom": true
},
{
"Wheelchair accessible seating": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
},
{
"English": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14158399391",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "2765527515260525754",
"fid": "0x808f8f3a3940782b:0x2661209f6bac1cba",
"url": "https://www.google.com/maps/search/?api=1&query=Got2Move&query_place_id=ChIJK3hAOTqPj4ARuhysa58gYSY",
"city": "San Francisco",
"rank": 6,
"kgmid": "/g/11f5pzg21g",
"phone": "(415) 936-4109",
"price": null,
"state": "California",
"title": "Got2Move",
"street": "801 Avenue H Unit 789",
"address": "801 Avenue H Unit 789, San Francisco, CA 94130",
"placeId": "ChIJK3hAOTqPj4ARuhysa58gYSY",
"reviews": null,
"website": "https://got2move.com/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipPhtmEcTA5QW9oJN-3zA1zheYIXsNhlGaz1n41M=w426-h240-k-no",
"language": "en",
"location": {
"lat": 37.8253743,
"lng": -122.3702279
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.463Z",
"categories": [
"Mover",
"Moving and storage service"
],
"placesTags": [],
"postalCode": "94130",
"totalScore": 4.7,
"countryCode": "US",
"imagesCount": 152,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Treasure Island",
"openingHours": [
{
"day": "Monday",
"hours": "8 AM to 6 PM"
},
{
"day": "Tuesday",
"hours": "8 AM to 6 PM"
},
{
"day": "Wednesday",
"hours": "8 AM to 6 PM"
},
{
"day": "Thursday",
"hours": "8 AM to 6 PM"
},
{
"day": "Friday",
"hours": "8 AM to 6 PM"
},
{
"day": "Saturday",
"hours": "9 AM to 5 PM"
},
{
"day": "Sunday",
"hours": "9 AM to 5 PM"
}
],
"reviewsCount": 193,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Planning": [
{
"Appointment required": true
}
],
"Accessibility": [
{
"Wheelchair accessible parking lot": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": null,
"email": "tatsiana@got2move.com",
"state": "California",
"country": "United States",
"fullName": "Tatsiana Nekrashevich",
"industry": null,
"jobTitle": "Sales associate in moving and storage company",
"lastName": "Nekrashevich",
"personId": "63106a4d5776b30001ec2263",
"companyId": "5e5783439303fe0001d71411",
"firstName": "Tatsiana",
"companyCity": null,
"companyName": "Got2Move",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "got2move.com",
"companyLinkedin": "http://www.linkedin.com/company/got2move",
"linkedinProfile": "http://www.linkedin.com/in/tatsiana-nekrashevich-389700bb",
"companyPhoneNumber": "+18664715561"
},
{
"city": "Doha",
"email": "ali@got2move.com",
"state": "Doha",
"country": "Qatar",
"fullName": "Ali Pulatov",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Telephone Operator",
"lastName": "Pulatov",
"personId": "66aa0a73ccec1100012bae89",
"companyId": "5e5783439303fe0001d71411",
"firstName": "Ali",
"companyCity": "San Leandro",
"companyName": "Got2Move",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "got2move.com",
"companyLinkedin": "http://www.linkedin.com/company/got2move",
"linkedinProfile": "http://www.linkedin.com/in/ali-pulatov-665757256",
"companyPhoneNumber": null
},
{
"city": "Manila",
"email": "per@got2move.com",
"state": "Metro Manila",
"country": "Philippines",
"fullName": "Per Atienza",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Sales Associate",
"lastName": "Atienza",
"personId": "5f68627a29e4a40001fb1359",
"companyId": "5e5783439303fe0001d71411",
"firstName": "Per",
"companyCity": "San Leandro",
"companyName": "Got2Move",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "got2move.com",
"companyLinkedin": "http://www.linkedin.com/company/got2move",
"linkedinProfile": "http://www.linkedin.com/in/peratienza",
"companyPhoneNumber": null
},
{
"city": "San Francisco",
"email": null,
"state": "California",
"country": "United States",
"fullName": "David Holsan",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Business Owner",
"lastName": "Holsan",
"personId": "60efa102555cfd0001f1a3bc",
"companyId": "5e5783439303fe0001d71411",
"firstName": "David",
"companyCity": "San Leandro",
"companyName": "Got2Move",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "got2move.com",
"companyLinkedin": "http://www.linkedin.com/company/got2move",
"linkedinProfile": "http://www.linkedin.com/in/david-holsan-392b94144",
"companyPhoneNumber": null
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14159364109",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "6614007373804466760",
"fid": "0x808580936cc0ce73:0x5bc9aca9f96df248",
"url": "https://www.google.com/maps/search/?api=1&query=California%20Movers%20Local%20%26%20Long%20Distance%20Moving%20Company&query_place_id=ChIJc87AbJOAhYARSPJt-amsyVs",
"city": "San Francisco",
"rank": 5,
"kgmid": "/g/11cn9p0wq6",
"phone": "(415) 579-2747",
"price": null,
"state": "California",
"title": "California Movers Local & Long Distance Moving Company",
"street": "1010 Hyde St",
"address": "1010 Hyde St, San Francisco, CA 94109",
"placeId": "ChIJc87AbJOAhYARSPJt-amsyVs",
"reviews": null,
"website": "https://californiamoversusa.com/?utm_source=maps&utm_medium=google&utm_campaign=main",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipP9rnsqoZ6nsHxQc4nadX6tHp4dyhjhIy_juUQ0=w408-h306-k-no",
"language": "en",
"location": {
"lat": 37.7903514,
"lng": -122.4170668
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.463Z",
"categories": [
"Mover",
"Moving and storage service",
"Piano moving service",
"Transportation service"
],
"placesTags": [],
"postalCode": "94109",
"totalScore": 4.7,
"countryCode": "US",
"imagesCount": 463,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Nob Hill",
"openingHours": [
{
"day": "Monday",
"hours": "8 AM to 8 PM"
},
{
"day": "Tuesday",
"hours": "8 AM to 8 PM"
},
{
"day": "Wednesday",
"hours": "8 AM to 8 PM"
},
{
"day": "Thursday",
"hours": "8 AM to 8 PM"
},
{
"day": "Friday",
"hours": "8 AM to 8 PM"
},
{
"day": "Saturday",
"hours": "8 AM to 8 PM"
},
{
"day": "Sunday",
"hours": "8 AM to 8 PM"
}
],
"reviewsCount": 1077,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Planning": [
{
"Appointment required": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "San Francisco",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Anton Halushka",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Owner",
"lastName": "Halushka",
"personId": "60e865539d9c13000159933a",
"companyId": "5e55b5a3c678320001b7f316",
"firstName": "Anton",
"companyCity": "San Francisco",
"companyName": "California Movers Local & Long Distance Moving Company",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "californiamoversusa.com",
"companyLinkedin": "http://www.linkedin.com/company/california-movers-local-long-distance-moving-company",
"linkedinProfile": "http://www.linkedin.com/in/anton-halushka-693833149",
"companyPhoneNumber": null
},
{
"city": "San Francisco",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Hope Dolokhov",
"industry": "Transportation/trucking/railroad",
"jobTitle": "Internet Manager",
"lastName": "Dolokhov",
"personId": "60c617359652ca0001fce8d9",
"companyId": "5e55b5a3c678320001b7f316",
"firstName": "Hope",
"companyCity": "San Francisco",
"companyName": "California Movers Local & Long Distance Moving Company",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "californiamoversusa.com",
"companyLinkedin": "http://www.linkedin.com/company/california-movers-local-long-distance-moving-company",
"linkedinProfile": "http://www.linkedin.com/in/hope-dolokhov-50439218b",
"companyPhoneNumber": null
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14155792747",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false,
"additionalOpeningHours": {
"Access": [
{
"day": "Monday",
"hours": "8 AM–8 PM"
},
{
"day": "Tuesday",
"hours": "8 AM–8 PM"
},
{
"day": "Wednesday",
"hours": "8 AM–8 PM"
},
{
"day": "Thursday",
"hours": "8 AM–8 PM"
},
{
"day": "Friday",
"hours": "8 AM–8 PM"
},
{
"day": "Saturday",
"hours": "8 AM–8 PM"
},
{
"day": "Sunday",
"hours": "8 AM–8 PM"
}
],
"Senior hours": [
{
"day": "Monday",
"hours": "8 AM–8 PM"
},
{
"day": "Tuesday",
"hours": "8 AM–8 PM"
},
{
"day": "Wednesday",
"hours": "8 AM–8 PM"
},
{
"day": "Thursday",
"hours": "8 AM–8 PM"
},
{
"day": "Friday",
"hours": "8 AM–8 PM"
},
{
"day": "Saturday",
"hours": "8 AM–8 PM"
},
{
"day": "Sunday",
"hours": "8 AM–8 PM"
}
],
"Online service hours": [
{
"day": "Monday",
"hours": "Open 24 hours"
},
{
"day": "Tuesday",
"hours": "Open 24 hours"
},
{
"day": "Wednesday",
"hours": "Open 24 hours"
},
{
"day": "Thursday",
"hours": "Open 24 hours"
},
{
"day": "Friday",
"hours": "Open 24 hours"
},
{
"day": "Saturday",
"hours": "Open 24 hours"
},
{
"day": "Sunday",
"hours": "Open 24 hours"
}
]
}
},
{
"cid": "15888430078195855983",
"fid": "0x808581b14a335a21:0xdc7f0af9c17ef26f",
"url": "https://www.google.com/maps/search/?api=1&query=Dependable%20Movers%20SF&query_place_id=ChIJIVozSrGBhYARb_J-wfkKf9w",
"city": "San Francisco",
"rank": 4,
"kgmid": "/g/11fj5dsbby",
"phone": "(628) 201-6674",
"price": null,
"state": "California",
"title": "Dependable Movers SF",
"street": "2348 Jerrold Ave",
"address": "2348 Jerrold Ave, San Francisco, CA 94124",
"placeId": "ChIJIVozSrGBhYARb_J-wfkKf9w",
"reviews": null,
"website": "https://dependablemoverssf.com/?utm_campaign=gmb&utm_medium=organic&utm_source=gmb_listing",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipMxjtdjwd2w5QYUJEbznV5Yy-VF-82m_nJeqrDJ=w408-h403-k-no",
"language": "en",
"location": {
"lat": 37.746462,
"lng": -122.4018158
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.463Z",
"categories": [
"Mover",
"Business to business service",
"Moving and storage service",
"Packaging supply store",
"Piano moving service"
],
"placesTags": [],
"postalCode": "94124",
"totalScore": 4.9,
"countryCode": "US",
"imagesCount": 422,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Produce Market",
"openingHours": [
{
"day": "Monday",
"hours": "Open 24 hours"
},
{
"day": "Tuesday",
"hours": "Open 24 hours"
},
{
"day": "Wednesday",
"hours": "Open 24 hours"
},
{
"day": "Thursday",
"hours": "Open 24 hours"
},
{
"day": "Friday",
"hours": "Open 24 hours"
},
{
"day": "Saturday",
"hours": "Open 24 hours"
},
{
"day": "Sunday",
"hours": "Open 24 hours"
}
],
"reviewsCount": 1243,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Accessibility": [
{
"Wheelchair accessible entrance": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
],
"From the business": [
{
"Identifies as women-owned": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "San Francisco",
"email": "gulia@dependablemoverssf.com",
"state": "California",
"country": "United States",
"fullName": "Gulia Beisenova",
"industry": null,
"jobTitle": "Managing Director - Dependable Movers (San Francisco, CA)",
"lastName": "Beisenova",
"personId": "57dc1dc9a6da98685b79c03b",
"companyId": "65ae1c9e1ce2d7046ed3adf0",
"firstName": "Gulia",
"companyCity": "San Francisco",
"companyName": "Dependable Movers",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "dependablemoverssf.com",
"companyLinkedin": "http://www.linkedin.com/company/dependable-moverssf",
"linkedinProfile": "http://www.linkedin.com/in/gulia-beisenova-254b798a",
"companyPhoneNumber": "+16289995741"
},
{
"city": null,
"email": "joshua@dependablemoverssf.com",
"state": null,
"country": null,
"fullName": "Joshua Hardy",
"industry": "Logistics & Supply Chain",
"jobTitle": "Moving Company Owner",
"lastName": "Hardy",
"personId": "680702fecddef70001c992a4",
"companyId": "65ae1c9e1ce2d7046ed3adf0",
"firstName": "Joshua",
"companyCity": "San Francisco",
"companyName": "Dependable Movers",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "dependablemoverssf.com",
"companyLinkedin": "http://www.linkedin.com/company/dependable-moverssf",
"linkedinProfile": "http://www.linkedin.com/in/joshua-hardy-956350359",
"companyPhoneNumber": null
},
{
"city": "Lawrenceville",
"email": "jonnier@dependablemoverssf.com",
"state": "Georgia",
"country": "United States",
"fullName": "Jonnier Valoyes",
"industry": "Logistics & Supply Chain",
"jobTitle": "Account Executive",
"lastName": "Valoyes",
"personId": "63a976c9be3d4c00019e0216",
"companyId": "65ae1c9e1ce2d7046ed3adf0",
"firstName": "Jonnier",
"companyCity": "San Francisco",
"companyName": "Dependable Movers",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "dependablemoverssf.com",
"companyLinkedin": "http://www.linkedin.com/company/dependable-moverssf",
"linkedinProfile": "http://www.linkedin.com/in/itsjonnier",
"companyPhoneNumber": null
},
{
"city": "Almaty",
"email": "dias@dependablemoverssf.com",
"state": "Almaty Province",
"country": "Kazakhstan",
"fullName": "Dias Sansyzbay",
"industry": "Logistics & Supply Chain",
"jobTitle": "Sales Coordinator",
"lastName": "Sansyzbay",
"personId": "66c6d71baa392600012c90da",
"companyId": "65ae1c9e1ce2d7046ed3adf0",
"firstName": "Dias",
"companyCity": "San Francisco",
"companyName": "Dependable Movers",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "dependablemoverssf.com",
"companyLinkedin": "http://www.linkedin.com/company/dependable-moverssf",
"linkedinProfile": "http://www.linkedin.com/in/dias-sansyzbay-8a6b3418b",
"companyPhoneNumber": null
},
{
"city": null,
"email": "christopher@dependablemoverssf.com",
"state": null,
"country": null,
"fullName": "Christopher Lambert",
"industry": "Logistics & Supply Chain",
"jobTitle": "Independent Contractor",
"lastName": "Lambert",
"personId": "67568078fbc3f80001ed1983",
"companyId": "65ae1c9e1ce2d7046ed3adf0",
"firstName": "Christopher",
"companyCity": "San Francisco",
"companyName": "Dependable Movers",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "dependablemoverssf.com",
"companyLinkedin": "http://www.linkedin.com/company/dependable-moverssf",
"linkedinProfile": "http://www.linkedin.com/in/christopher-lambert-14a468259",
"companyPhoneNumber": null
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+16282016674",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "1068218042855560149",
"fid": "0x80858706967ffe35:0xed312a67b1193d5",
"url": "https://www.google.com/maps/search/?api=1&query=A2B%20Movers%20San%20Francisco&query_place_id=ChIJNf5_lgaHhYAR1ZMRe6YS0w4",
"city": "San Francisco",
"rank": 3,
"kgmid": "/g/11dxm8swpv",
"phone": "(408) 351-3839",
"price": null,
"state": "California",
"title": "A2B Movers San Francisco",
"street": "574 Natoma St APT 202",
"address": "574 Natoma St APT 202, San Francisco, CA 94103",
"placeId": "ChIJNf5_lgaHhYAR1ZMRe6YS0w4",
"reviews": null,
"website": "https://a2bmoversinc.com/?utm_campaign=gmb",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipM7ZOUWIst6pyJhN9SWJCymPZhMoaIIuJwea3Qb=w426-h240-k-no",
"language": "en",
"location": {
"lat": 37.7790143,
"lng": -122.4094463
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.463Z",
"categories": [
"Moving and storage service",
"Mover",
"Piano moving service"
],
"placesTags": [],
"postalCode": "94103",
"totalScore": 5,
"countryCode": "US",
"imagesCount": 391,
"reviewsTags": [],
"categoryName": "Moving and storage service",
"neighborhood": "SoMa",
"openingHours": [
{
"day": "Monday",
"hours": "Open 24 hours"
},
{
"day": "Tuesday",
"hours": "Open 24 hours"
},
{
"day": "Wednesday",
"hours": "Open 24 hours"
},
{
"day": "Thursday",
"hours": "Open 24 hours"
},
{
"day": "Friday",
"hours": "Open 24 hours"
},
{
"day": "Saturday",
"hours": "Open 24 hours"
},
{
"day": "Sunday",
"hours": "Open 24 hours"
}
],
"reviewsCount": 546,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Service options": [
{
"Online appointments": true
},
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "Manila",
"email": "bernardo@a2bmoversinc.com",
"state": "Metro Manila",
"country": "Philippines",
"fullName": "John Bernardo",
"industry": "Logistics & Supply Chain",
"jobTitle": "Sales Manager",
"lastName": "Bernardo",
"personId": "6422d383f0dfb30001390d00",
"companyId": "655098d3c303d80001cd091f",
"firstName": "John",
"companyCity": "San Jose",
"companyName": "A2B Movers",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "a2bmoversinc.com",
"companyLinkedin": "http://www.linkedin.com/company/a2bmovers",
"linkedinProfile": "http://www.linkedin.com/in/jrobinson-bernardo",
"companyPhoneNumber": null
},
{
"city": null,
"email": "marturillas@a2bmoversinc.com",
"state": "Central Visayas",
"country": "Philippines",
"fullName": "Kristel Marturillas",
"industry": "Logistics & Supply Chain",
"jobTitle": "Sales Representative",
"lastName": "Marturillas",
"personId": "67403b109a4ed200013346f7",
"companyId": "655098d3c303d80001cd091f",
"firstName": "Kristel",
"companyCity": "San Jose",
"companyName": "A2B Movers",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "a2bmoversinc.com",
"companyLinkedin": "http://www.linkedin.com/company/a2bmovers",
"linkedinProfile": "http://www.linkedin.com/in/kristel-cate-marturillas-86a251278",
"companyPhoneNumber": null
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14083513839",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "4652773444284425536",
"fid": "0x808f7fdb288f6687:0x4091f8cbcef1a540",
"url": "https://www.google.com/maps/search/?api=1&query=Pure%20Moving%20Company%20San%20Francisco%20Movers%20Local%20%26%20Long%20distance&query_place_id=ChIJh2aPKNt_j4ARQKXxzsv4kUA",
"city": "San Francisco",
"rank": 2,
"kgmid": "/g/11gf3_7p7x",
"phone": "(415) 919-6497",
"price": null,
"state": "California",
"title": "Pure Moving Company San Francisco Movers Local & Long distance",
"street": "401 Terry A Francois Blvd #110",
"address": "401 Terry A Francois Blvd #110, San Francisco, CA 94158",
"placeId": "ChIJh2aPKNt_j4ARQKXxzsv4kUA",
"reviews": null,
"website": "https://www.puremovers.com/san-francisco-movers/?utm_source=gmb&utm_medium=organic",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/gps-cs-s/AC9h4npuGH2ZlbO0icWdVoTtr5zOeSpJyQ5_BD36HV1SwFgICK4xsYllzMChRIqPexjV34MybZKHCNPlK9vM-LGnDkawd34vWWpWP55xlmjOQKonA1l8XNZ4e-GHkFliau5LOPfIeTMM9A=w408-h544-k-no",
"language": "en",
"location": {
"lat": 37.7729988,
"lng": -122.3869477
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.462Z",
"categories": [
"Mover",
"Moving and storage service",
"Moving supply store",
"Piano moving service"
],
"placesTags": [],
"postalCode": "94158",
"totalScore": 5,
"countryCode": "US",
"imagesCount": 69,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Mission Bay",
"openingHours": [
{
"day": "Monday",
"hours": "Open 24 hours"
},
{
"day": "Tuesday",
"hours": "Open 24 hours"
},
{
"day": "Wednesday",
"hours": "Open 24 hours"
},
{
"day": "Thursday",
"hours": "Open 24 hours"
},
{
"day": "Friday",
"hours": "Open 24 hours"
},
{
"day": "Saturday",
"hours": "Open 24 hours"
},
{
"day": "Sunday",
"hours": "Open 24 hours"
}
],
"reviewsCount": 1513,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Crowd": [
{
"LGBTQ+ friendly": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "Los Angeles",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Ihar Shapchyts",
"industry": "Package/freight Delivery",
"jobTitle": "Chief Financial Officer",
"lastName": "Shapchyts",
"personId": "5f21ceba59ea55009879da68",
"companyId": "6456277807070c0001f73441",
"firstName": "Ihar",
"companyCity": "San Francisco",
"companyName": "Pure Moving Company San Francisco",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "puremovers.com",
"companyLinkedin": "http://www.linkedin.com/company/pure-moving-company",
"linkedinProfile": "http://www.linkedin.com/in/ihar-shapchyts-a849b8176",
"companyPhoneNumber": null
},
{
"city": "Santa Monica",
"email": null,
"state": "California",
"country": "United States",
"fullName": "John Iatesta",
"industry": "Package/freight Delivery",
"jobTitle": "Customer Service Representative/Manager",
"lastName": "Iatesta",
"personId": "55709499736964257bef6300",
"companyId": "6456277807070c0001f73441",
"firstName": "John",
"companyCity": "San Francisco",
"companyName": "Pure Moving Company San Francisco",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "puremovers.com",
"companyLinkedin": "http://www.linkedin.com/company/pure-moving-company",
"linkedinProfile": "http://www.linkedin.com/in/john-iatesta",
"companyPhoneNumber": null
},
{
"city": "San Francisco",
"email": null,
"state": "California",
"country": "United States",
"fullName": "Pavel Pushkin",
"industry": "Package/freight Delivery",
"jobTitle": "Moving",
"lastName": "Pushkin",
"personId": "6213a4dcae0095000146ed7a",
"companyId": "6456277807070c0001f73441",
"firstName": "Pavel",
"companyCity": "San Francisco",
"companyName": "Pure Moving Company San Francisco",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "puremovers.com",
"companyLinkedin": "http://www.linkedin.com/company/pure-moving-company",
"linkedinProfile": "http://www.linkedin.com/in/pavel-pushkin-36b64420a",
"companyPhoneNumber": null
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14159196497",
"claimThisBusiness": true,
"permanentlyClosed": false,
"temporarilyClosed": false
},
{
"cid": "14329417074288280053",
"fid": "0x8085819e1d52e9b5:0xc6dc50e8975ec1f5",
"url": "https://www.google.com/maps/search/?api=1&query=NorthStar%20Moving%20Company&query_place_id=ChIJtelSHZ6BhYAR9cFel-hQ3MY",
"city": "San Francisco",
"rank": 1,
"kgmid": "/g/11ghg33jtv",
"phone": "(415) 635-3844",
"price": null,
"state": "California",
"title": "NorthStar Moving Company",
"street": "One Bush Plaza, Bush St Suite B-182",
"address": "One Bush Plaza, Bush St Suite B-182, San Francisco, CA 94104",
"placeId": "ChIJtelSHZ6BhYAR9cFel-hQ3MY",
"reviews": null,
"website": "https://www.northstarmoving.com/",
"hotelAds": [],
"imageUrl": "https://lh3.googleusercontent.com/p/AF1QipPMBNkwz8G9T-2U0XDtK56DAJqzzh2wfDjpYpEj=w408-h272-k-no",
"language": "en",
"location": {
"lat": 37.7910468,
"lng": -122.4000474
},
"gasPrices": [],
"scrapedAt": "2025-07-14T13:17:59.461Z",
"categories": [
"Mover"
],
"placesTags": [],
"postalCode": "94104",
"totalScore": 4.9,
"countryCode": "US",
"imagesCount": 157,
"reviewsTags": [],
"categoryName": "Mover",
"neighborhood": "Financial District",
"openingHours": [
{
"day": "Monday",
"hours": "7 AM to 7 PM"
},
{
"day": "Tuesday",
"hours": "7 AM to 7 PM"
},
{
"day": "Wednesday",
"hours": "7 AM to 7 PM"
},
{
"day": "Thursday",
"hours": "7 AM to 7 PM"
},
{
"day": "Friday",
"hours": "7 AM to 7 PM"
},
{
"day": "Saturday",
"hours": "8 AM to 6 PM"
},
{
"day": "Sunday",
"hours": "8 AM to 6 PM"
}
],
"reviewsCount": 861,
"searchString": "Moving companies",
"googleFoodUrl": null,
"searchPageUrl": "https://www.google.com/maps/search/Moving%20companies/@37.70529482619865,-123.02055836716401,14z?hl=en",
"additionalInfo": {
"Planning": [
{
"Appointment required": true
}
],
"Service options": [
{
"Online estimates": true
},
{
"Onsite services": true
}
],
"From the business": [
{
"Identifies as women-owned": true
}
]
},
"imageCategories": [],
"isAdvertisement": false,
"leadsEnrichment": [
{
"city": "Santa Clarita",
"email": "alice.k@northstarmoving.com",
"state": "California",
"country": "United States",
"fullName": "Alice Kirchgatter",
"industry": "Consumer Services",
"jobTitle": "Sales Manager",
"lastName": "Kirchgatter",
"personId": "645b7052342cf100010a13db",
"companyId": "54a23be07468692e715c9a18",
"firstName": "Alice",
"companyCity": "Los Angeles",
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/alice-kirchgatter-06659a260",
"companyPhoneNumber": "+18002757767"
},
{
"city": "Laguna Beach",
"email": "emily@northstarmoving.com",
"state": "California",
"country": "United States",
"fullName": "Emily Hanswyk",
"industry": "Consumer Services",
"jobTitle": "Client Loyalty Team Manager (Remote)",
"lastName": "Hanswyk",
"personId": "60fdb0e3225eca00018b635d",
"companyId": "54a23be07468692e715c9a18",
"firstName": "Emily",
"companyCity": "Los Angeles",
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": "California",
"mobileNumber": null,
"companyCountry": "United States",
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/emily-van-hanswyk-797732146",
"companyPhoneNumber": "+18002757767"
},
{
"city": "Los Angeles",
"email": "karyn@northstarmoving.com",
"state": "California",
"country": "United States",
"fullName": "Karyn Gatt",
"industry": null,
"jobTitle": "Executive Personal Assistant",
"lastName": "Gatt",
"personId": "54fa68767468694c9c227900",
"companyId": "54a23be07468692e715c9a18",
"firstName": "Karyn",
"companyCity": null,
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/karyn-gatt-84556722",
"companyPhoneNumber": "+18002757767"
},
{
"city": null,
"email": "abby@northstarmoving.com",
"state": null,
"country": "United States",
"fullName": "Abby Paulme",
"industry": null,
"jobTitle": "accounting payables",
"lastName": "Paulme",
"personId": "565886e7a6da98362101ec4f",
"companyId": "54a23be07468692e715c9a18",
"firstName": "Abby",
"companyCity": null,
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/abby-paulme-59b966b5",
"companyPhoneNumber": "+18002757767"
},
{
"city": "San Luis Obispo",
"email": "traci@northstarmoving.com",
"state": "California",
"country": "United States",
"fullName": "Traci Bradbury",
"industry": null,
"jobTitle": "Client Relationship Specialist",
"lastName": "Bradbury",
"personId": "63f6d7fe669e690001d9f126",
"companyId": "54a23be07468692e715c9a18",
"firstName": "Traci",
"companyCity": null,
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/traci-bradbury",
"companyPhoneNumber": "+18002757767"
},
{
"city": "Los Angeles",
"email": "jason.a@northstarmoving.com",
"state": "California",
"country": "United States",
"fullName": "Jason Arriaza",
"industry": null,
"jobTitle": "Dispatcher",
"lastName": "Arriaza",
"personId": "65998879b0b90e0001317923",
"companyId": "54a23be07468692e715c9a18",
"firstName": "Jason",
"companyCity": null,
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/jason-arriaza-1b464a250",
"companyPhoneNumber": "+18002757767"
},
{
"city": "San Francisco",
"email": "mark@northstarmoving.com",
"state": "California",
"country": "United States",
"fullName": "Mark Abila",
"industry": null,
"jobTitle": "Warehouse Worker",
"lastName": "Abila",
"personId": "636527a6d80f240001c5aa97",
"companyId": "54a23be07468692e715c9a18",
"firstName": "Mark",
"companyCity": null,
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/mark-abila-6359a8187",
"companyPhoneNumber": "+18002757767"
},
{
"city": "Santa Monica",
"email": "laura@northstarmoving.com",
"state": "California",
"country": "United States",
"fullName": "Laura Mcholm",
"industry": null,
"jobTitle": "Co-Founder, Chief Marketing Officer and Chief of Organized Living",
"lastName": "Mcholm",
"personId": "60151265d4a5dc0001a1b358",
"companyId": "54a23be07468692e715c9a18",
"firstName": "Laura",
"companyCity": null,
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/laura-mcholm-516a3113",
"companyPhoneNumber": "+18002757767"
},
{
"city": "Los Angeles",
"email": "ram@northstarmoving.com",
"state": "California",
"country": "United States",
"fullName": "Ram Katalan",
"industry": null,
"jobTitle": "Co-Founder, President, Owner",
"lastName": "Katalan",
"personId": "61021dfff88d1c0001f9f3a1",
"companyId": "54a23be07468692e715c9a18",
"firstName": "Ram",
"companyCity": null,
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/ramkatalan",
"companyPhoneNumber": "+18002757767"
},
{
"city": "Round Rock",
"email": "david@northstarmoving.com",
"state": "Texas",
"country": "United States",
"fullName": "David Archuleta",
"industry": null,
"jobTitle": "Project Manager",
"lastName": "Archuleta",
"personId": "612342a42093a70001190ea0",
"companyId": "54a23be07468692e715c9a18",
"firstName": "David",
"companyCity": null,
"companyName": "NorthStar Moving Company",
"companySize": null,
"companyState": null,
"mobileNumber": null,
"companyCountry": null,
"companyWebsite": "northstarmoving.com",
"companyLinkedin": "http://www.linkedin.com/company/northstar-moving-corporation",
"linkedinProfile": "http://www.linkedin.com/in/david-archuleta-3b9485159",
"companyPhoneNumber": "+18002757767"
}
],
"peopleAlsoSearch": [],
"phoneUnformatted": "+14156353844",
"claimThisBusiness": false,
"permanentlyClosed": false,
"temporarilyClosed": false
}
],
"When clicking ‘Execute workflow’": [
{}
]
},
"connections": {
"Code": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Filter": {
"main": [
[
{
"node": "Edit Fields1",
"type": "main",
"index": 0
}
]
]
},
"Filter3": {
"main": [
[
{
"node": "Edit Fields2",
"type": "main",
"index": 0
}
]
]
},
"Filter5": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"Filter6": {
"main": [
[
{
"node": "Batch Processing Logic",
"type": "main",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "Append or update row in sheet3",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields1": {
"main": [
[
{
"node": "Append or update row in sheet",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields2": {
"main": [
[
{
"node": "Filter5",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields3": {
"main": [
[
{
"node": "Scrape Website Content",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Filter3",
"type": "main",
"index": 0
},
{
"node": "Filter",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[],
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Google Sheets Trigger": {
"main": [
[
{
"node": "Filter6",
"type": "main",
"index": 0
}
]
]
},
"Batch Processing Logic": {
"main": [
[],
[
{
"node": "Edit Fields3",
"type": "main",
"index": 0
}
]
]
},
"Scrape Website Content": {
"main": [
[
{
"node": "Extract Contact Information",
"type": "main",
"index": 0
}
]
]
},
"Extract Contact Information": {
"main": [
[
{
"node": "Append or update row in sheet1",
"type": "main",
"index": 0
}
]
]
},
"Append or update row in sheet1": {
"main": [
[
{
"node": "Batch Processing Logic",
"type": "main",
"index": 0
}
]
]
},
"Append or update row in sheet3": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 潜在客户开发, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
重新排名 #1
通过网页爬取、GPT-4o和WhatsApp自动化电话营销
Set
Code
Webhook
+18
48 节点Khaisa Studio
客户培育
自定义冷邮件破冰内容生成器
通过Apollo线索抓取和GPT-4.1自动化个性化冷邮件
Set
Code
Slack
+7
24 节点Richard Besier
潜在客户开发
播客笔记记录器
使用GPT和Gemini结合性能数据创建高转化率Meta广告脚本
Set
Code
Merge
+8
16 节点Robert Breen
潜在客户开发
在可视化参考库中探索n8n节点
在可视化参考库中探索n8n节点
If
Ftp
Set
+93
113 节点I versus AI
其他
使用 Apify、AI 筛选和 Telegram 提醒发现 Threads 上的招聘帖子
通过 Apify、AI 筛选和 Telegram 提醒发现 Threads 上的招聘帖子
If
Set
Code
+9
19 节点A Z
内容创作
X/Twitter招聘帖监控与Apify、AI筛选及Telegram警报
使用Apify、AI筛选和Telegram警报监控X/Twitter上的招聘帖子
If
Set
Code
+8
13 节点A Z
内容创作