cd /news/artificial-intelligence/ai-prospecting-qualification-json · home topics artificial-intelligence article
[ARTICLE · art-77169] src=gist.github.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

AI Prospecting & Qualification.JSON

A developer shared a workflow for AI-powered lead prospecting and qualification using n8n. The workflow scrapes leads from an API, filters them by industry, location, company size, and seniority, then uses an AI agent to evaluate fit for an automation agency.

read104 min views20 publishedJul 15, 2026

| { | | | "name": "01 – AI Prospecting & Qualification", | | | "nodes": [ | | | { | |

| "parameters": {}, | |
| "type": "n8n-nodes-base.manualTrigger", | |

| "typeVersion": 1, | | | "position": [ | | | -464, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-000000000001", | | | "name": "When clicking ‘Execute workflow’" | | | }, | | | { | | | "parameters": { | | | "method": "POST", | | | "url": "https://example1.com", | | | "authentication": "genericCredentialType", | | | "genericAuthType": "httpHeaderAuth", | | | "sendHeaders": true, | |

| "headerParameters": { | |
| "parameters": [ | |

| { | | | "name": "Content-Type", | | | "value": "application/json" | | | } | | | ] | | | }, | | | "sendBody": true, | | | "specifyBody": "json", | | | "jsonBody": "{\n "companyIndustryIncludes": [\n "Computer Software",\n "Marketing & Advertising",\n "Health, Wellness & Fitness",\n "Real Estate",\n "Financial Services"\n ],\n "companyLocationCountryIncludes": [\n "United States",\n "Canada",\n "Australia",\n "United Kingdom"\n ],\n "companyMatchMode": "all",\n "companySizeExcludes": [\n "11-50"\n ],\n "companySizeIncludes": [\n "51-200",\n "201-500"\n ],\n "countOnly": false,\n "dontSaveProgress": false,\n "functionIncludes": [\n "operations",\n "sales",\n "business_development"\n ],\n "hasEmail": true,\n "hasPhone": false,\n "includeTitleVariants": false,\n "personLocationCountryIncludes": [\n "United Kingdom",\n "Canada",\n "United States",\n "Australia"\n ],\n "resetProgress": false,\n "seniorityIncludes": [\n "director",\n "manager",\n "owner",\n "partner",\n "c_suite",\n "vp"\n ],\n "totalResults": 20\n}", | | | "options": {} | | | }, | | | "type": "n8n-nodes-base.httpRequest", | | | "typeVersion": 4.3, | | | "position": [ | | | -256, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-000000000002", | | | "name": "Lead Scraping", | |

| "credentials": { | |
| "httpHeaderAuth": { | |

| "id": "isMAIsIBtM1rQ6Af", | | | "name": "Credential 2" | | | } | | | } | | | }, | | | { | |

| "parameters": { | |
| "url": "=https://example2.com", | |

| "authentication": "genericCredentialType", | | | "genericAuthType": "httpHeaderAuth", | | | "sendQuery": true, | |

| "queryParameters": { | |
| "parameters": [ | |

| { | | | "name": "clean", | | | "value": "true" | | | }, | | | { | | | "name": "limit", | | | "value": "20" | | | } | | | ] | | | }, | | | "options": {} | | | }, | | | "type": "n8n-nodes-base.httpRequest", | | | "typeVersion": 4.3, | | | "position": [ | | | 160, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-000000000003", | | | "name": "Get Leads", | |

| "credentials": { | |
| "httpHeaderAuth": { | |

| "id": "isMAIsIBtM1rQ6Af", | | | "name": "Credential 2" | | | } | | | } | | | }, | | | { | | | "parameters": { | | | "amount": 30 | | | }, | | | "type": "n8n-nodes-base.wait", | | | "typeVersion": 1.1, | | | "position": [ | | | -48, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-000000000004", | | | "name": "Wait", | | | "webhookId": "00000000-0000-4000-8000-000000000005" | | | }, | | | { | |

| "parameters": { | |
| "options": {} | |

| }, | | | "type": "n8n-nodes-base.splitInBatches", | | | "typeVersion": 3, | | | "position": [ | | | 368, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-000000000006", | | | "name": "Loop Over Items" | | | }, | | | { | | | "parameters": { | | | "promptType": "define", | | | "text": "=Name:\n{{ $json.fullName }}\n\nJob Title:\n{{$json.title}}\n\nCompany:\n{{ $json.companyIndustry }}\n\nIndustry:\n{{$json.companyIndustry}}\n\nCompany Size:\n{{$json.companySize}}\n\nLocation:\n {{ $json.companyCity }}, {{ $json.companyState }}, {{ $json.companyCountry }}\n\nEmail:\n{{$json.email}}", | | | "hasOutputParser": true, | | | "options": { | | | "systemMessage": "You are an AI Sales Intelligence Analyst.\n\nYour job is to evaluate whether a prospect is a good fit for an AI automation agency.\n\nIdeal Customer Profile:\n\nCompany size:\n50-500 employees\n\nIndustries:\nSoftware/SaaS\nMarketing Agencies\nHealthcare\nReal Estate\nFinancial Services\n\nDecision makers:\nFounder\nCEO\nCOO\nVP Sales\nDirector of Sales\nRevenue Operations\nOperations leaders\n\nThe agency offers:\n1. AI Sales Automation\n2. AI Customer Support Automation\n3. CRM Automation\n4. AI Voice Agents\n5. Internal Workflow Automation\n\n\nEvaluate the prospect using:\n\nIndustry fit: 25 points\nCompany size fit: 20 points\nDecision maker relevance: 20 points\nAutomation opportunity: 25 points\nGeographic fit: 10 points\n\n\nReturn only JSON:\n\n{\n"icp_score": number,\n"tier": "A/B/C",\n"qualified": true/false,\n"recommended_solution": "",\n"pain_points": [],\n"reasoning": ""\n}" | | | } | | | }, | | | "type": "@n8n/n8n-nodes-langchain.agent", | | | "typeVersion": 3, | | | "position": [ | | | 608, | | | -16 | | | ], | | | "id": "00000000-0000-4000-8000-000000000007", | | | "name": "ICP Scoring Agent" | | | }, | | | { | | | "parameters": { | | | "schemaType": "manual", | | | "inputSchema": "{\n "type": "object",\n "properties": {\n "icp_score": {\n "type": "number",\n "description": "Overall ICP fit score from 0 to 100"\n },\n "tier": {\n "type": "string",\n "enum": [\n "A",\n "B",\n "C"\n ],\n "description": "Lead quality tier based on ICP fit"\n },\n "qualified": {\n "type": "boolean",\n "description": "Whether this prospect qualifies for outreach"\n },\n "recommended_solution": {\n "type": "string",\n "description": "Most suitable AI automation service for this prospect"\n },\n "pain_points": {\n "type": "array",\n "items": {\n "type": "string"\n },\n "description": "Potential business problems this prospect may have that automation can solve"\n },\n "reasoning": {\n "type": "string",\n "description": "Explanation behind the ICP score and qualification decision"\n },\n "score_breakdown": {\n "type": "object",\n "properties": {\n "industry_fit": {\n "type": "number",\n "description": "Industry match score out of 25"\n },\n "company_size_fit": {\n "type": "number",\n "description": "Company size match score out of 20"\n },\n "decision_maker_fit": {\n "type": "number",\n "description": "Decision maker relevance score out of 20"\n },\n "automation_opportunity": {\n "type": "number",\n "description": "Automation opportunity score out of 25"\n },\n "geographic_fit": {\n "type": "number",\n "description": "Location fit score out of 10"\n }\n },\n "required": [\n "industry_fit",\n "company_size_fit",\n "decision_maker_fit",\n "automation_opportunity",\n "geographic_fit"\n ]\n }\n },\n "required": [\n "icp_score",\n "tier",\n "qualified",\n "recommended_solution",\n "pain_points",\n "reasoning",\n "score_breakdown"\n ]\n}" | | | }, | | | "type": "@n8n/n8n-nodes-langchain.outputParserStructured", | | | "typeVersion": 1.3, | | | "position": [ | | | 784, | | | 192 | | | ], | | | "id": "00000000-0000-4000-8000-000000000008", | | | "name": "Structured Output Parser" | | | }, | | | { | |

| "parameters": { | |
| "model": { | |

| "__rl": true, | | | "value": "ism-0.3-sibt", | | | "mode": "list", | | | "cachedResultName": "Resource 1" | | | }, | |

| "builtInTools": {}, | |
| "options": {} | |

| }, | | | "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", | | | "typeVersion": 1.3, | | | "position": [ | | | 464, | | | 192 | | | ], | | | "id": "00000000-0000-4000-8000-000000000009", | | | "name": "OpenAI Chat Model", | |

| "credentials": { | |
| "openAiApi": { | |

| "id": "zgkMBu6y37xIBaha", | | | "name": "Credential 4" | | | } | | | } | | | }, | | | { | |

| "parameters": { | |
| "conditions": { | |
| "options": { | |

| "caseSensitive": true, | | | "leftValue": "", | | | "typeValidation": "strict", | | | "version": 2 | | | }, | | | "conditions": [ | | | { | |

| "id": "00000000-0000-4000-8000-00000000000a", | |
| "leftValue": "={{ $json.output.icp_score }}", | |

| "rightValue": 70, | | | "operator": { | | | "type": "number", | | | "operation": "gte" | | | } | | | } | | | ], | | | "combinator": "and" | | | }, | | | "options": {} | | | }, | | | "type": "n8n-nodes-base.if", | | | "typeVersion": 2.2, | | | "position": [ | | | 960, | | | -16 | | | ], | | | "id": "00000000-0000-4000-8000-00000000000b", | | | "name": "If" | | | }, | | | { | | | "parameters": { | | | "promptType": "define", | | | "text": "=Company:\n{{ $('Get Leads').item.json.companyName }}\n\nIndustry:\n{{ $('Get Leads').item.json.companyIndustry }}\n\nJob Title:\n{{ $('Get Leads').item.json.title }}\n\nCompany Size:\n{{ $('Get Leads').item.json.companySize }}\n\nICP Score:\n{{ $('ICP Scoring Agent').item.json.output.icp_score }}\n\nICP Reasoning:\n{{ $('ICP Scoring Agent').item.json.output.reasoning }}\n\nIdentified Pain Points:\n{{ $('ICP Scoring Agent').item.json.output.pain_points }}", | | | "hasOutputParser": true, | | | "options": { | | | "systemMessage": "You are a B2B Sales Strategy AI.\n\nYour job is to match a qualified prospect with the most suitable AI automation solution.\n\nAvailable products:\n\n1. AI Sales Prospecting & CRM Intelligence System\n\nSolves:\n- Manual lead research\n- Poor prospect qualification\n- Slow sales follow-ups\n- CRM data entry\n- Sales reporting\n- Missed opportunities\n\nBest buyers:\n- Founder\n- CEO\n- VP Sales\n- Head of Sales\n- CRO\n- RevOps\n\n\n2. AI Customer Support Automation\n\nSolves:\n- Repetitive customer questions\n- Slow support response\n- High ticket volume\n- Manual support workflows\n\nBest buyers:\n- Head of Customer Success\n- Support Manager\n- COO\n\n\n3. AI Voice Agent\n\nSolves:\n- Missed calls\n- Appointment booking\n- Lead qualification calls\n- Customer scheduling\n\nBest buyers:\n- Healthcare companies\n- Real estate companies\n- Service businesses\n- Operations leaders\n\n\n4. Internal Workflow Automation\n\nSolves:\n- Manual reporting\n- Repetitive administrative work\n- Data movement between systems\n- Employee productivity issues\n\nBest buyers:\n- COO\n- Operations Manager\n- Business Operations\n\n\nAnalyze:\n\n- Company industry\n- Company size\n- Prospect job title\n- ICP score\n- Identified business problems\n\n\nSelect the single best product.\n\nExplain why this product fits the prospect.\n\nCreate an outreach angle that can be used later for personalized cold email.\n\nReturn only JSON." | | | } | | | }, | | | "type": "@n8n/n8n-nodes-langchain.agent", | | | "typeVersion": 3, | | | "position": [ | | | 1168, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-00000000000c", | | | "name": "Product Matching Agent" | | | }, | | | { | | | "parameters": { | | | "schemaType": "manual", | | | "inputSchema": "{\n "type": "object",\n "properties": {\n "recommended_product": {\n "type": "string",\n "description": "The AI automation solution that best fits this prospect"\n },\n "fit_reason": {\n "type": "string",\n "description": "Why this solution matches the company and buyer"\n },\n "business_problem": {\n "type": "array",\n "items": {\n "type": "string"\n },\n "description": "Problems this product can solve"\n },\n "outreach_angle": {\n "type": "string",\n "description": "Personalized sales angle for future outreach"\n }\n },\n "required": [\n "recommended_product",\n "fit_reason",\n "business_problem",\n "outreach_angle"\n ]\n}" | | | }, | | | "type": "@n8n/n8n-nodes-langchain.outputParserStructured", | | | "typeVersion": 1.3, | | | "position": [ | | | 1376, | | | 208 | | | ], | | | "id": "00000000-0000-4000-8000-00000000000d", | | | "name": "Structured Output Parser1" | | | }, | | | { | |

| "parameters": { | |
| "url": "=https://example3.com $('Get Leads').item.json.companyDomain }}", | |
| "options": { | |
| "response": { | |
| "response": { | |

| "responseFormat": "text" | | | } | | | } | | | } | | | }, | | | "type": "n8n-nodes-base.httpRequest", | | | "typeVersion": 4.3, | | | "position": [ | | | 1520, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-00000000000e", | | | "name": "Fetch Company Website" | | | }, | | | { | | | "parameters": { | | | "operation": "extractHtmlContent", | |

| "extractionValues": { | |
| "values": [ | |

| { | | | "key": "website_text", | | | "cssSelector": "body" | | | } | | | ] | | | }, | | | "options": {} | | | }, | | | "type": "n8n-nodes-base.html", | | | "typeVersion": 1.2, | | | "position": [ | | | 1728, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-00000000000f", | | | "name": "HTML" | | | }, | | | { | | | "parameters": { | | | "promptType": "define", | | | "text": "=Company Name:\n{{ $('Get Leads').item.json.companyName }}\n\nIndustry:\n{{ $('Get Leads').item.json.companyIndustry }}\n\nRecommended Solution:\n{{ $('Product Matching Agent').item.json.output.recommended_product }}\n\nWebsite Content:\n{{$json.website_text}}", | | | "hasOutputParser": true, | | | "options": { | | | "systemMessage": "You are a B2B sales research analyst.\n\nAnalyze the company website content and create sales intelligence.\n\nExtract:\n\n1. What the company does\n2. Their main products/services\n3. Their target customers\n4. Their possible business challenges\n5. Where AI automation could help\n6. Personalization points for outreach\n\nRules:\n- Only use information available in the website content.\n- Do not invent facts.\n- If information is missing, state that it is unavailable.\n\nReturn structured JSON only." | | | } | | | }, | | | "type": "@n8n/n8n-nodes-langchain.agent", | | | "typeVersion": 3, | | | "position": [ | | | 1936, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-000000000010", | | | "name": "Company Research Agent" | | | }, | | | { | | | "parameters": { | | | "schemaType": "manual", | | | "inputSchema": "{\n "type": "object",\n "properties": {\n "company_summary": {\n "type": "string"\n },\n "products_services": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "target_customers": {\n "type": "string"\n },\n "business_challenges": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "automation_opportunities": {\n "type": "array",\n "items": {\n "type": "string"\n }\n },\n "personalization_points": {\n "type": "array",\n "items": {\n "type": "string"\n }\n }\n },\n "required": [\n "company_summary",\n "products_services",\n "target_customers",\n "business_challenges",\n "automation_opportunities",\n "personalization_points"\n ]\n}" | | | }, | | | "type": "@n8n/n8n-nodes-langchain.outputParserStructured", | | | "typeVersion": 1.3, | | | "position": [ | | | 2112, | | | 176 | | | ], | | | "id": "00000000-0000-4000-8000-000000000011", | | | "name": "Structured Output Parser2" | | | }, | | | { | |

| "parameters": { | |
| "dataTableId": { | |

| "__rl": true, | | | "value": "Rct1xVYdpVbMefhK", | | | "mode": "list", | | | "cachedResultName": "Resource 2", | | | "cachedResultUrl": "/projects/uC3FmtjTGhBwqqhO/datatables/Rjk9uVIaaBaQifkN" | | | }, | | | "columns": { | | | "mappingMode": "defineBelow", | |

| "value": { | |
| "email": "={{ $('Get Leads').item.json.email }}", | |
| "first_name": "={{ $('Get Leads').item.json.firstName }}", | |
| "last_name": "={{ $('Get Leads').item.json.lastName }}", | |
| "job_title": "={{ $('Get Leads').item.json.title }}", | |
| "linkedin_url": "={{ $('Get Leads').item.json.linkedinUrl }}", | |
| "person_location": "={{ $('Get Leads').item.json.personCity }},{{ $('Get Leads').item.json.personState }},{{ $('Get Leads').item.json.personCountry }}", | |
| "company_name": "={{ $('Get Leads').item.json.companyName }}", | |
| "company_domain": "={{ $('Get Leads').item.json.companyDomain }}", | |
| "company_industry": "={{ JSON.stringify($('Get Leads').item.json.companyIndustry) }}", | |
| "company_size": "={{ $('Get Leads').item.json.companySize }}", | |
| "company_location": "={{ $('Get Leads').item.json.companyCity }},{{ $('Get Leads').item.json.companyState }},{{ $('Get Leads').item.json.companyCountry }}", | |
| "icp_score": "={{ $('ICP Scoring Agent').item.json.output.icp_score }}", | |
| "icp_tier": "={{ $('ICP Scoring Agent').item.json.output.tier }}", | |
| "recommended_product": "={{ $('Product Matching Agent').item.json.output.recommended_product }}", | |
| "icp_reasoning": "={{ $('ICP Scoring Agent').item.json.output.reasoning }}", | |
| "outreach_angle": "={{ $('Product Matching Agent').item.json.output.outreach_angle }}", | |
| "pain_points": "={{ JSON.stringify($('ICP Scoring Agent').item.json.output.pain_points) }}", | |
| "product_fit_reason": "={{ $('Product Matching Agent').item.json.output.fit_reason }}", | |
| "company_summary": "={{ $json.output.company_summary }}", | |
| "products_services": "={{ JSON.stringify($json.output.products_services) }}", | |
| "target_customers": "={{ $json.output.target_customers }}", | |
| "automation_opportunities": "={{ JSON.stringify($json.output.automation_opportunities) }}", | |
| "personalization_points": "={{ JSON.stringify($json.output.personalization_points) }}", | |

| "crm_status": "pending" | | | }, | |

| "matchingColumns": [], | |
| "schema": [ | |

| { | | | "id": "email", | | | "displayName": "email", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "first_name", | | | "displayName": "first_name", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "last_name", | | | "displayName": "last_name", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "job_title", | | | "displayName": "job_title", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "linkedin_url", | | | "displayName": "linkedin_url", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "person_location", | | | "displayName": "person_location", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "company_name", | | | "displayName": "company_name", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "company_domain", | | | "displayName": "company_domain", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "company_industry", | | | "displayName": "company_industry", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "company_size", | | | "displayName": "company_size", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "company_location", | | | "displayName": "company_location", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "icp_tier", | | | "displayName": "icp_tier", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "recommended_product", | | | "displayName": "recommended_product", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "icp_reasoning", | | | "displayName": "icp_reasoning", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "pain_points", | | | "displayName": "pain_points", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "product_fit_reason", | | | "displayName": "product_fit_reason", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "outreach_angle", | | | "displayName": "outreach_angle", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "company_summary", | | | "displayName": "company_summary", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "products_services", | | | "displayName": "products_services", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "target_customers", | | | "displayName": "target_customers", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "automation_opportunities", | | | "displayName": "automation_opportunities", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "personalization_points", | | | "displayName": "personalization_points", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "crm_status", | | | "displayName": "crm_status", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "string", | | | "readOnly": false, | | | "removed": false | | | }, | | | { | | | "id": "icp_score", | | | "displayName": "icp_score", | | | "required": false, | | | "defaultMatch": false, | | | "display": true, | | | "type": "number", | | | "readOnly": false, | | | "removed": false | | | } | | | ], | | | "attemptToConvertTypes": false, | | | "convertFieldsToString": false | | | }, | | | "options": {} | | | }, | | | "type": "n8n-nodes-base.dataTable", | | | "typeVersion": 1, | | | "position": [ | | | 2288, | | | -32 | | | ], | | | "id": "00000000-0000-4000-8000-000000000012", | | | "name": "Insert row" | | | } | | | ], | |

| "pinData": { | |
| "Lead Scraping": [ | |

| { | |

| "json": { | |
| "data": { | |

| "id": "gwLNaKSUc2UNePU5w", | | | "actId": "kVYdvNOefemtiDXO5", | | | "userId": "7ceUDaKgY3hUkU1YD", | | | "startedAt": "2026-07-14T15:00:24.888Z", | | | "finishedAt": null, | | | "status": "READY", | | | "meta": { | | | "origin": "API", | | | "userAgent": "axios/1.12.0" | | | }, | | | "stats": { | | | "inputBodyLen": 787, | | | "migrationCount": 0, | | | "rebootCount": 0, | | | "restartCount": 0, | | | "resurrectCount": 0, | | | "computeUnits": 0 | | | }, | | | "options": { | | | "build": "latest", | | | "timeoutSecs": 1200, | | | "memoryMbytes": 512, | | | "maxTotalChargeUsd": 4.999989, | | | "isMaxTotalChargeUsdSetByUser": false, | | | "diskMbytes": 1024 | | | }, | | | "buildId": "wzYK2Fh26jN8eCTUq", | | | "defaultKeyValueStoreId": "d4A6lZnjaIlYzGx89", | | | "defaultDatasetId": "bdK4IMsc8JHKHc7bP", | | | "defaultRequestQueueId": "cKcGBh1HBrNcyOpcq", | |

| "storageIds": { | |
| "keyValueStores": { | |

| "default": "d4A6lZnjaIlYzGx89" | | | }, | | | "datasets": { | | | "default": "bdK4IMsc8JHKHc7bP" | | | }, | | | "requestQueues": { | | | "default": "cKcGBh1HBrNcyOpcq" | | | } | | | }, | | | "pricingInfo": { | | | "minimalMaxTotalChargeUsd": null, | | | "pricingModel": "PAY_PER_EVENT", | | | "isPriceChangeNotificationSuppressed": false, | |

| "startedAt": "2026-04-09T01:09:53.645Z", | |
| "createdAt": "2026-04-09T01:09:53.645Z", | |

| "apifyMarginPercentage": 0.2, | |

| "pricingPerEvent": { | |
| "actorChargeEvents": { | |
| "apify-actor-start": { | |

| "eventTitle": "Actor Start", | | | "eventDescription": "Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event).", | | | "eventPriceUsd": 0.00001, | | | "isOneTimeEvent": true | | | }, | | | "lead-returned": { | | | "eventTitle": "Lead Returned", | | | "eventDescription": "Charged when a lead is scraped and returned to the client.", | | | "eventPriceUsd": 0.001 | | | } | | | } | | | } | | | }, | |

| "chargedEventCounts": { | |
| "apify-actor-start": 1, | |
| "lead-returned": 0 | |

| }, | | | "platformUsageBillingModel": "DEVELOPER", | |

| "accountedChargedEventCounts": { | |
| "apify-actor-start": 0, | |
| "lead-returned": 0 | |

| }, | | | "generalAccess": "FOLLOW_USER_SETTING", | | | "buildNumber": "1.3.16", | | | "containerUrl": "https://example4.com", | | | "usageTotalUsd": 0 | | | } | | | } | | | } | | | ], | | | "Get Leads": [ | | | { | | | "json": { | | | "firstName": "Ernie", | | | "lastName": "Giancola", | | | "fullName": "Ernie Giancola", | | | "title": "Operations Manager", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "operations" | | | ], | | | "functional": "", | | | "email": "user1@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/ernie-giancola-875b901a", | | | "personCity": "Washington", | | | "personState": "District of Columbia", | | | "personCountry": "United States", | | | "companyName": "kalkreuth roofing sheet metal inc", | | | "companyDomain": "krsm.net", | | | "companyIndustry": [ | | | "Manufacturing", | | | "Real Estate", | | | "construction" | | | ], | | | "companyCity": "Wheeling", | | | "companyState": "West Virginia", | | | "companyCountry": "United States", | | | "companyDescription": "Kalkreuth Roofing and Sheet Metal is consistently one of the top 10 roofing contractors in the country and specializes in complex commercial exterior envelope applications in various markets across the Eastern United States. The company boasts an extensive project portfolio including clients in the automotive, chemical, government, entertainment, education, and healthcare industries. With a wealth of resources and an extensive construction industry network, Kalkreuth has the capabilities to", | | | "companyLinkedinUrl": "linkedin.com/company/525153", | | | "companySize": 110, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "247 emergency service", | | | "3d laser scanning", | | | "construction", | | | "designbuild designassist", | | | "exterior cladding", | | | "metal wall panels", | | | "new & reroof", | | | "preventative maintenance", | | | "repairs", | | | "roofing", | | | "sheet metal" | | | ], | | | "technologies": [ | | | "cloudflare", | | | "cloudflare_dns", | | | "cloudflare_hosting", | | | "google_analytics", | | | "google_font_api", | | | "google_maps", | | | "google_maps_non_paid_users", | | | "mobile_friendly", | | | "nginx", | | | "office_365", | | | "outlook", | | | "wordpress_org" | | | ], | | | "annualRevenue": null, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1984, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Ayo", | | | "lastName": "Akindele", | | | "fullName": "Ayo Akindele", | | | "title": "Sales Manager - Global Accounts", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "sales" | | | ], | | | "functional": "", | | | "email": "user2@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/ayo-akindele-86957623", | | | "personCity": "London", | | | "personState": "England", | | | "personCountry": "United Kingdom", | | | "companyName": "preqin", | | | "companyDomain": "preqin.com", | | | "companyIndustry": [ | | | "Financial Services", | | | "Health Care", | | | "Hedge Funds", | | | "Infrastructure", | | | "Media and Information Services (B2B)", | | | "Medical", | | | "Natural Resources", | | | "Pharmaceutical", | | | "Real Estate Investment", | | | "venture capital & private equity" | | | ], | | | "companyCity": "London", | | | "companyState": "England", | | | "companyCountry": "United Kingdom", | | | "companyDescription": "Preqin is the alternative assets industry's leading source of data and intelligence, with online products and services utilized by over 47,000 alternative investment professionals in over 90 countries worldwide. Our award-winning data supports a multitude of business functions, including investor relations, fundraising and marketing, and market research. Clients can access our data via our online platforms, bespoke data feeds and through a wealth of complimentary research reports and", | | | "companyLinkedinUrl": "linkedin.com/company/147822", | | | "companySize": 319, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "alternative assets", | | | "cleantech", | | | "hedge funds", | | | "infrastructure funds", | | | "natural resources", | | | "private debt", | | | "private equity", | | | "real estate", | | | "secondaries", | | | "sovereign wealth funds", | | | "venture capital", | | | "venture capital & private equity" | | | ], | | | "technologies": [ | | | "amadesa", | | | "asp_net", | | | "feedbackify", | | | "google_analytics", | | | "google_font_api", | | | "google_plus_login", | | | "google_tag_manager", | | | "linkedin_login", | | | "linkedin_widget", | | | "livechat", | | | "lucky_orange", | | | "microsoft-iis", | | | "new_relic", | | | "office_365", | | | "outlook", | | | "rackspace_dns", | | | "route_53" | | | ], | | | "annualRevenue": 37500000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 2003, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Paul", | | | "lastName": "Angell", | | | "fullName": "Paul Angell", | | | "title": "Managing Director, Fixed Income Business Development", | | | "position": "", | | | "seniority": "director", | | | "functions": [ | | | "business_development" | | | ], | | | "functional": "", | | | "email": "user3@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "+46405550101", | | | "linkedinUrl": "linkedin.com/in/paulmangell", | | | "personCity": "New York", | | | "personState": "New York", | | | "personCountry": "United States", | | | "companyName": "ftse russell", | | | "companyDomain": "ftserussell.com", | | | "companyIndustry": [ | | | "Analytics", | | | "Asset Management", | | | "Finance", | | | "Financial Services", | | | "Market Research", | | | "Other Capital Markets/Institutions", | | | "Risk Management", | | | "finance" | | | ], | | | "companyCity": "London", | | | "companyState": "England", | | | "companyCountry": "United Kingdom", | | | "companyDescription": "FTSE Russell is a leading global provider of benchmarks, analytics, and data solutions with multi-asset capabilities. FTSE Russell's solutions offer a true picture of global markets across asset classes, styles, and strategies. Our global perspective is underpinned by specialist knowledge gained from developing local solutions and understanding client needs around the world. FTSE Russell is wholly owned by London Stock Exchange Group.", | | | "companyLinkedinUrl": "linkedin.com/company/16619", | | | "companySize": 329, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "financial services", | | | "index & data services" | | | ], | | | "technologies": [ | | | "bing_ads", | | | "bluekai", | | | "bootstrap_framework", | | | "demandbase", | | | "doubleclick", | | | "doubleclick_conversion", | | | "doubleclick_floodlight", | | | "drupal", | | | "google_adsense", | | | "google_adwords_conversion", | | | "google_analytics", | | | "google_analytics_ecommerce_tracking", | | | "google_dynamic_remarketing", | | | "google_font_api", | | | "google_tag_manager", | | | "linkedin_display_ads__formerly_bizo", | | | "lotame", | | | "mobile_friendly", | | | "pardot", | | | "wistia" | | | ], | | | "annualRevenue": 300000000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1995, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Chris", | | | "lastName": "Wood", | | | "fullName": "Chris Wood", | | | "title": "UK Sales Director", | | | "position": "", | | | "seniority": "director", | | | "functions": [ | | | "sales" | | | ], | | | "functional": "", | | | "email": "user4@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/chris-wood-2485a954", | | | "personCity": "Oxford", | | | "personState": "England", | | | "personCountry": "United Kingdom", | | | "companyName": "farrow ball", | | | "companyDomain": "farrow-ball.com", | | | "companyIndustry": [ | | | "Building Material", | | | "Consumer Goods", | | | "Manufacturing", | | | "Other Consumer Durables", | | | "Real Estate", | | | "retail" | | | ], | | | "companyCity": "Wimborne Minster", | | | "companyState": "England", | | | "companyCountry": "United Kingdom", | | | "companyDescription": "At Farrow & Ball we are devoted to producing unparalleled paints and wallpapers that transform homes around the world. We are paint perfectionists, creating unmatched paint colours using only the finest ingredients and age-old methods which have withstood the test of time. Our handcrafted wallpapers are unique, created using our own paints traditionally trough or block printed onto ground papers to give them an extraordinary texture and appearance. Our meticulous approach to producing paint and", | | | "companyLinkedinUrl": "linkedin.com/company/2680523", | | | "companySize": 245, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "colour consultancy", | | | "handcrafted wallpaper", | | | "paint", | | | "retail" | | | ], | | | "technologies": [ | | | "bazaarvoice", | | | "bing_ads", | | | "bluekai", | | | "django", | | | "doubleclick", | | | "doubleclick_conversion", | | | "facebook_login", | | | "facebook_web_custom_audiences", | | | "facebook_widget", | | | "godaddy_hosting", | | | "google_adsense", | | | "google_adwords_conversion", | | | "google_analytics", | | | "google_analytics_ecommerce_tracking", | | | "google_dynamic_remarketing", | | | "google_remarketing", | | | "google_tag_manager", | | | "hotjar", | | | "liveperson_monitor", | | | "mailchimp_spf", | | | "mimecast", | | | "mobile_friendly", | | | "nginx", | | | "office_365", | | | "outlook", | | | "sharethis", | | | "sli_systems" | | | ], | | | "annualRevenue": 75000000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1946, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Dan", | | | "lastName": "Pistone", | | | "fullName": "Dan Pistone", | | | "title": "Senior Vice President, Business Line Director - Technology Banking & Renewable Energy Finance", | | | "position": "", | | | "seniority": "vp", | | | "functions": [ | | | "finance", | | | "business_development", | | | "group technology banking", | | | "technology group" | | | ], | | | "functional": "", | | | "email": "user5@example.com", | | | "emailStatus": "deliverable", | | | "phone": "+70715550102", | | | "linkedinUrl": "linkedin.com/in/danpistone", | | | "personCity": "San Francisco", | | | "personState": "California", | | | "personCountry": "United States", | | | "companyName": "bridge bank", | | | "companyDomain": "bridgebank.com", | | | "companyIndustry": [ | | | "Banking", | | | "Finance", | | | "Financial Services", | | | "banking" | | | ], | | | "companyCity": "San Jose", | | | "companyState": "California", | | | "companyCountry": "United States", | | | "companyDescription": "Bridge Bank is a division of Western Alliance Bank, Member FDIC, the go-to bank for business in its growing markets. Bridge Bank was founded in 2001 in Silicon Valley to offer a better way to bank for small-market and middle-market businesses across many industries, as well as emerging technology companies and the private equity community. Geared to serving both venture-backed and non-venture-backed companies, Bridge Bank offers a broad scope of financial solutions including growth capital,", | | | "companyLinkedinUrl": "linkedin.com/company/162785", | | | "companySize": 217, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "banking", | | | "capital finance", | | | "corporate banking", | | | "energy & infrastructure project finance", | | | "international banking", | | | "private equity", | | | "real estate lending", | | | "small business banking", | | | "technology banking", | | | "venture capital" | | | ], | | | "technologies": [ | | | "ultradns" | | | ], | | | "annualRevenue": null, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 2001, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Wesley", | | | "lastName": "Atack", | | | "fullName": "Wesley Atack", | | | "title": "Delegated Authority Operations Manager", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "operations" | | | ], | | | "functional": "", | | | "email": "user6@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/watack", | | | "personCity": "London", | | | "personState": "England", | | | "personCountry": "United Kingdom", | | | "companyName": "tokio marine kiln", | | | "companyDomain": "tokiomarinekiln.com", | | | "companyIndustry": [ | | | "Financial Services", | | | "insurance" | | | ], | | | "companyCity": "London", | | | "companyState": "England", | | | "companyCountry": "United Kingdom", | | | "companyDescription": "Tokio Marine Kiln is a leading international provider of specialist and corporate insurance. As part of one of the world's largest insurance groups, Tokio Marine, we empower more than 700 employees in 20 cities to protect customers against complex and ever changing risks. We have four underwriting teams focused on: Property & Casualty; Marine, Aviation & Special Risks; Accident, Health & Life; and Reinsurance, which are complemented by a first class claims team and an expert risk engineering", | | | "companyLinkedinUrl": "linkedin.com/company/42566", | | | "companySize": 476, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "insurance" | | | ], | | | "technologies": [ | | | "google_analytics", | | | "mobile_friendly", | | | "office_365", | | | "ultradns" | | | ], | | | "annualRevenue": 300000000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1880, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Michael", | | | "lastName": "Ashurst", | | | "fullName": "Michael Ashurst", | | | "title": "business development manager", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "business_development" | | | ], | | | "functional": "", | | | "email": "user7@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/michael-ashurst-8125b699", | | | "personCity": "newcastle upon tyne, newcastle upon tyne, united kingdom", | | | "personState": "England", | | | "personCountry": "United Kingdom", | | | "companyName": "paymentsense", | | | "companyDomain": "paymentsense.co.uk", | | | "companyIndustry": [ | | | "finance", | | | "financial services" | | | ], | | | "companyCity": "london", | | | "companyState": "England", | | | "companyCountry": "United Kingdom", | | | "companyDescription": "As Europe's largest Merchant Service Provider, Paymentsense are experts in card processing. We help business owners across the country achieve unbeatable rates and excellent service. Our business is built on the idea that being different is good. In a market traditionally dominated by huge banks, we wanted to find a way to change the dynamic. By providing small business owners with their card processing in a way that was easier, quicker, cheaper and hassle free. When we hire people, they need", | | | "companyLinkedinUrl": "linkedin.com/company/paymentsense", | | | "companySize": 350, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "financial services" | | | ], | | | "technologies": [ | | | "appnexus", | | | "bing_ads", | | | "doubleclick", | | | "dyn_managed_dns", | | | "facebook_login", | | | "facebook_web_custom_audiences", | | | "facebook_widget", | | | "gmail", | | | "google_adsense", | | | "google_analytics", | | | "google_apps", | | | "google_font_api", | | | "google_tag_manager", | | | "hotjar", | | | "kissmetrics", | | | "linkedin_display_ads__formerly_bizo", | | | "linkedin_login", | | | "linkedin_widget", | | | "mailchimp_mandrill", | | | "mobile_friendly", | | | "optimizely", | | | "responsetap", | | | "silverpop", | | | "wordpress_org", | | | "youtube" | | | ], | | | "annualRevenue": 23200000, | | | "totalFunding": 136534869, | | | "fundingStage": "initial_public_offering", | | | "companyAudience": "", | | | "foundedYear": 2009, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Pat", | | | "lastName": "Criscillo", | | | "fullName": "Pat Criscillo", | | | "title": "Chief Financial Officer", | | | "position": "", | | | "seniority": "c_suite", | | | "functions": [ | | | "finance", | | | "operations", | | | "Finance" | | | ], | | | "functional": "", | | | "email": "user8@example.com", | | | "emailStatus": "deliverable", | | | "phone": "+92345550103", | | | "linkedinUrl": "linkedin.com/in/pat-criscillo-cpa-8618835", | | | "personCity": "New York", | | | "personState": "New York", | | | "personCountry": "United States", | | | "companyName": "brigade capital", | | | "companyDomain": "brigadecapital.com", | | | "companyIndustry": [ | | | "Banking", | | | "Financial Services", | | | "Insurance", | | | "finance" | | | ], | | | "companyCity": "New York", | | | "companyState": "New York", | | | "companyCountry": "United States", | | | "companyDescription": "Brigade Capital Management, LP (“Brigade”) is a global investment management firm specializing in credit investment strategies. Brigade is headquartered in New York with affiliated offices in London, Tokyo and Sydney. The firm employs a multi-strategy, multi-asset class investment approach focused on companies with leveraged balance sheets. The investment process Brigade utilizes is fundamentally driven, focusing on asset coverage and free cash flow, with an emphasis on capital preservation.", | | | "companyLinkedinUrl": "linkedin.com/company/891138", | | | "companySize": 104, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "financial services" | | | ], | | | "technologies": [ | | | "mimecast", | | | "office_365", | | | "outlook", | | | "rackspace", | | | "typekit" | | | ], | | | "annualRevenue": 50000000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 2006, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Heather", | | | "lastName": "Nguyen", | | | "fullName": "Heather Nguyen", | | | "title": "director of third party leasing and development", | | | "position": "", | | | "seniority": "partner", | | | "functions": [ | | | "development partner", | | | "business_development", | | | "IT" | | | ], | | | "functional": "", | | | "email": "user9@example.com", | | | "emailStatus": "deliverable", | | | "phone": "+40515550104", | | | "linkedinUrl": "linkedin.com/in/heather-nguyen-94a5709", | | | "personCity": "Houston", | | | "personState": "Texas", | | | "personCountry": "United States", | | | "companyName": "newquest properties", | | | "companyDomain": "newquest.com", | | | "companyIndustry": [ | | | "Commercial Real Estate", | | | "Leasing", | | | "Real Estate", | | | "Retail", | | | "real estate" | | | ], | | | "companyCity": "houston", | | | "companyState": "Texas", | | | "companyCountry": "United States", | | | "companyDescription": "NewQuest Properties, founded in 2001, is a privately owned, full-service commercial real estate firm specializing in development, land brokerage, leasing, tenant representation, investment sales and property management services. Headquartered in Houston, NewQuest owns a portfolio encompassing more than 60 retail and mixed-use projects valued at $2.08 billion and provides leasing services for more than 12 million square feet of commercial space in Texas and Louisiana. We were also been named as", | | | "companyLinkedinUrl": "linkedin.com/company/newquest-properties", | | | "companySize": 125, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "investment sales & property management", | | | "land brokerage", | | | "leasing", | | | "real estate", | | | "retail", | | | "shopping centers", | | | "tenant representation" | | | ], | | | "technologies": [ | | | "apache", | | | "bootstrap_framework", | | | "dyn_managed_dns", | | | "godaddy_hosting", | | | "google_analytics", | | | "google_font_api", | | | "google_maps", | | | "google_maps_non_paid_users", | | | "gravity_forms", | | | "inspectlet", | | | "mailchimp", | | | "mobile_friendly", | | | "recaptcha", | | | "wordpress_org" | | | ], | | | "annualRevenue": 50000000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 2001, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "William", | | | "lastName": "Milne", | | | "fullName": "William Milne", | | | "title": "Business Development Manager", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "business_development" | | | ], | | | "functional": "", | | | "email": "user10@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/william-milne-7ab98b26", | | | "personCity": "Welwyn Garden City", | | | "personState": "England", | | | "personCountry": "United Kingdom", | | | "companyName": "motonovo finance", | | | "companyDomain": "motonovofinance.com", | | | "companyIndustry": [ | | | "Automotive", | | | "Finance", | | | "Financial Services", | | | "Financial Software", | | | "automotive" | | | ], | | | "companyCity": "Europe", | | | "companyState": "Wales", | | | "companyCountry": "United Kingdom", | | | "companyDescription": "Thousands of customers choose MotoNovo Finance every week to buy their next car, van or motorbike. We offer a range of relevant products and services quickly, efficiently and competitively and have been doing so for over 40 years. Everyone in our team can expect class-leading development and support, a competitive remuneration package and feel part of a real success story with exceptional benefits. If you feel like you have the skills, enthusiasm and drive to become a member of Team MotoNovo,", | | | "companyLinkedinUrl": "linkedin.com/company/997125", | | | "companySize": 239, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "automotive", | | | "bike finance", | | | "car finance", | | | "dealer finance", | | | "discount shopping", | | | "motor finance", | | | "van finance" | | | ], | | | "technologies": [ | | | "asp_net", | | | "bootstrap_framework", | | | "facebook_login", | | | "facebook_widget", | | | "google_analytics", | | | "google_play", | | | "sendgrid", | | | "vimeo" | | | ], | | | "annualRevenue": 35000000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1999, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Steve", | | | "lastName": "Mann", | | | "fullName": "Steve Mann", | | | "title": "Vice President of Casino Operations", | | | "position": "", | | | "seniority": "vp", | | | "functions": [ | | | "operations" | | | ], | | | "functional": "", | | | "email": "user11@example.com", | | | "emailStatus": "deliverable", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/budomann", | | | "personCity": "Las Vegas", | | | "personState": "Nevada", | | | "personCountry": "United States", | | | "companyName": "american casino entertainment properties", | | | "companyDomain": "acepllc.com", | | | "companyIndustry": [ | | | "Casinos and Gaming", | | | "Gaming", | | | "Leisure", | | | "Media & Entertainment", | | | "Real Estate", | | | "Recreation", | | | "Travel", | | | "and Leisure", | | | "gambling & casinos" | | | ], | | | "companyCity": "Las Vegas", | | | "companyState": "Nevada", | | | "companyCountry": "United States", | | | "companyDescription": "American Casino Entertainment Properties (ACEP) owns and operates four gaming and entertainment properties in Clark County, Nevada: Stratosphere Hotel Casino & Tower, is a destination resort featuring one of the most recognizable landmarks on the Las Vegas Strip; Arizona Charlie's Decatur and Arizona Charlie's Boulder, two off-Strip casinos, primarily serve residents of Las Vegas; and The Aquarius Casino Resort in Laughlin, Nevada, catering to Laughlin visitors and residents.", | | | "companyLinkedinUrl": "linkedin.com/company/57691", | | | "companySize": 210, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "Insurance and Risk Management", | | | "Media & Entertainment Other", | | | "Resorts and Casinos", | | | "gambling & casinos", | | | "las vegas casino hotel" | | | ], | | | "technologies": [ | | | "asp_net", | | | "cloudflare", | | | "cloudflare_dns", | | | "cloudflare_hosting", | | | "crazyegg", | | | "google_analytics", | | | "google_tag_manager", | | | "mailjet", | | | "microsoft-iis", | | | "mobile_friendly", | | | "nginx", | | | "outlook", | | | "ultipro", | | | "wordpress_org" | | | ], | | | "annualRevenue": 337400000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1998, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Arvin", | | | "lastName": "Garcia", | | | "fullName": "Arvin Garcia", | | | "title": "Independent business owner", | | | "position": "", | | | "seniority": "owner", | | | "functions": [ | | | "business_development" | | | ], | | | "functional": "", | | | "email": "user12@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/arvin-garcia-18391797", | | | "personCity": "Palmdale", | | | "personState": "California", | | | "personCountry": "United States", | | | "companyName": "wakeupnow", | | | "companyDomain": "wakeupnow.com", | | | "companyIndustry": [ | | | "Education", | | | "Financial Services", | | | "Sales", | | | "finance", | | | "financial services" | | | ], | | | "companyCity": "provo", | | | "companyState": "Utah", | | | "companyCountry": "United States", | | | "companyDescription": "WakeUpNow is a direct sales technology company providing innovative products and services designed to help people save, manage and make money. We are continuing to expand our line of products that help people with everything from budgeting and couponing, to eliminating debt and starting their own business.", | | | "companyLinkedinUrl": "linkedin.com/company/wakeupnow", | | | "companySize": 125, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "debt management", | | | "financial education", | | | "financial services" | | | ], | | | "technologies": [ | | | "zendesk" | | | ], | | | "annualRevenue": 600000000, | | | "totalFunding": null, | | | "fundingStage": "initial_public_offering", | | | "companyAudience": "", | | | "foundedYear": 2009, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Chris", | | | "lastName": "Stamos", | | | "fullName": "Chris Stamos", | | | "title": "Director Of Business Development", | | | "position": "", | | | "seniority": "director", | | | "functions": [ | | | "business_development" | | | ], | | | "functional": "", | | | "email": "user13@example.com", | | | "emailStatus": "deliverable", | | | "phone": "+72005550105", | | | "linkedinUrl": "linkedin.com/in/chris-stamos-3904723", | | | "personCity": "Houston", | | | "personState": "Texas", | | | "personCountry": "United States", | | | "companyName": "fisk electric co", | | | "companyDomain": "fiskelectric.com", | | | "companyIndustry": [ | | | "Logistics", | | | "Real Estate", | | | "construction" | | | ], | | | "companyCity": "Los Angeles", | | | "companyState": "California", | | | "companyCountry": "United States", | | | "companyDescription": "As a division of one of America's largest construction companies (Tutor Perini Corporation), Fisk Electric Company provides the highest standards of electrical construction service. From project design and engineering, to on-time delivery with the highest safety standards, let Fisk Electric meet and exceed your expectations in electrical healthcare, commercial, industrial, transit, gaming, hospitality, power generation, transmission and distribution construction.", | | | "companyLinkedinUrl": "linkedin.com/company/915093", | | | "companySize": 80, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "construction" | | | ], | | | "technologies": [ | | | "adobe_marketing_cloud", | | | "amazon_aws", | | | "apache", | | | "bing_ads", | | | "bluekai", | | | "constant_contact", | | | "google_adsense", | | | "google_analytics", | | | "google_tag_manager", | | | "mobile_friendly", | | | "omniture_adobe", | | | "openssl" | | | ], | | | "annualRevenue": null, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1913, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Michael", | | | "lastName": "Bonanno", | | | "fullName": "Michael Bonanno", | | | "title": "Municipal Credit Analyst, Municipal Sustainability Lead & Business Analyst", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "business_development" | | | ], | | | "functional": "", | | | "email": "user14@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/michaelmbonanno", | | | "personCity": "Boston", | | | "personState": "Massachusetts", | | | "personCountry": "United States", | | | "companyName": "breckinridge capital advisors", | | | "companyDomain": "breckinridge.com", | | | "companyIndustry": [ | | | "Banking", | | | "Financial Services", | | | "Insurance", | | | "Venture Capital" | | | ], | | | "companyCity": "Boston", | | | "companyState": "Massachusetts", | | | "companyCountry": "United States", | | | "companyDescription": "Breckinridge Capital Advisors is an investment management company specializing in fixed income portfolio management services.", | | | "companyLinkedinUrl": "linkedin.com/company/breckinridge-capital-advisors", | | | "companySize": 75, | | | "companySizeRange": "", | |

| "companySpecialties": [], | |
| "technologies": [], | |

| "annualRevenue": null, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1993, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Olivia", | | | "lastName": "Lawrence", | | | "fullName": "Olivia Lawrence", | | | "title": "General Sales Manager", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "sales" | | | ], | | | "functional": "", | | | "email": "user15@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/olivia-lawrence-4204a46", | | | "personCity": "Albuquerque", | | | "personState": "New Mexico", | | | "personCountry": "United States", | | | "companyName": "kob 4", | | | "companyDomain": "kob.com", | | | "companyIndustry": [ | | | "Music", | | | "News", | | | "marketing & advertising" | | | ], | | | "companyCity": "Albuquerque", | | | "companyState": "New Mexico", | | | "companyCountry": "United States", | | | "companyDescription": "KOB 4 provides television and digital advertising solutions to clients in New Mexico and beyond. Our nationally-recognized team has helped shape marketing strategies for some of the largest media companies in the United States. KOB 4 can customize your marketing plan for your specific target audience across any device for any budget and in any geographic area - from a single zip code to national reach.", | | | "companyLinkedinUrl": "linkedin.com/company/232146", | | | "companySize": 69, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "advertising", | | | "digital display", | | | "digital marketing", | | | "digital video", | | | "marketing", | | | "marketing and advertising", | | | "news", | | | "sem", | | | "seo", | | | "television broadcasting", | | | "television marketing", | | | "video production" | | | ], | | | "technologies": [ | | | "addthis", | | | "adloox", | | | "asp_net", | | | "backbone_js_library", | | | "boomtrain", | | | "comscore", | | | "doubleclick", | | | "doubleclick_conversion", | | | "facebook_login", | | | "facebook_widget", | | | "google_adsense", | | | "google_analytics", | | | "google_async", | | | "google_play", | | | "microsoft-iis", | | | "mixpanel", | | | "mobile_friendly", | | | "ndn", | | | "new_relic", | | | "outbrain", | | | "quantcast", | | | "taboola_newsroom", | | | "wufoo" | | | ], | | | "annualRevenue": 116000000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1948, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Elaine", | | | "lastName": "Nickel", | | | "fullName": "Elaine Nickel", | | | "title": "Manager of Business Services", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "business_development" | | | ], | | | "functional": "", | | | "email": "user16@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/elaine-nickel-0b102a14", | | | "personCity": "San Diego", | | | "personState": "California", | | | "personCountry": "United States", | | | "companyName": "aetna", | | | "companyDomain": "aetna.com", | | | "companyIndustry": [ | | | "Financial Services", | | | "Health Care", | | | "Healthcare", | | | "Insurance", | | | "Managed Care", | | | "Medical", | | | "Wellness", | | | "insurance" | | | ], | | | "companyCity": "The Woolmead", | | | "companyState": "England", | | | "companyCountry": "United Kingdom", | | | "companyDescription": "We are an award-winning provider of international health insurance based in the UK. Known for our innovation, flexibility and personal approach to service, we have seen great success in this competitive and growing market. Since the company was founded in 1998, we have seen rapid growth and now have customers in 189 countries and ten offices worldwide, offering local support to our members in key regions.", | | | "companyLinkedinUrl": "linkedin.com/company/259842", | | | "companySize": 84, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "Alternative Energy Sources", | | | "Architecture", | | | "Automobiles", | | | "Banks", | | | "Boats and Motor Vehicles", | | | "Business Services Other", | | | "Chemicals and Petrochemicals", | | | "Clothing and Shoes Stores", | | | "Colleges and Universities", | | | "Construction and Remodeling", | | | "Consumer Services Other", | | | "Doctors and Health Care Practitioners", | | | "Education Other", | | | "Elementary and Secondary Schools", | | | "Engineering and Design", | | | "Express Delivery", | | | "Facilities Management and Maintenance", | | | "Farming and Ranching", | | | "Food & Dairy Product Manufacturing and Packaging", | | | "Furniture Manufacturing", | | | "Government Other", | | | "Grocery and Specialty Food Stores", | | | "Healthcare", | | | "Healthcare Other", | | | "Heavy Machinery", | | | "Hospitals", | | | "Insurance and Risk Management", | | | "Investment Banking and Venture Capital", | | | "Local Government", | | | "Manufacturing Other", | | | "Media & Entertainment Other", | | | "Medical Devices", | | | "Medical Supplies and Equipment", | | | "Metals Manufacturing", | | | "Motion Picture and Recording Producers", | | | "Pharmaceuticals", | | | "Postal", | | | "Real Estate Investment and Development", | | | "Restaurants and Bars", | | | "Security Services", | | | "Software", | | | "State/Provincial Government", | | | "Telecommunications Equipment and Accessories", | | | "Telephone Service Providers and Carriers", | | | "and Biotech Other", | | | "and Couriers", | | | "insurance", | | | "private medical insurance" | | | ], | | | "technologies": [ | | | "addthis", | | | "adobe_cq", | | | "adobe_marketing_cloud", | | | "adobe_media_optimizer", | | | "adobe_tag_management", | | | "adobe_testandtarget", | | | "akamai_dns", | | | "appdynamics", | | | "appnexus", | | | "avature", | | | "bing_ads", | | | "bluekai", | | | "bootstrap_framework", | | | "constant_contact", | | | "css:_max-width", | | | "doubleclick", | | | "doubleclick_conversion", | | | "doubleclick_floodlight", | | | "dstillery", | | | "foresee", | | | "google_adsense", | | | "google_adwords_conversion", | | | "google_analytics", | | | "google_dynamic_remarketing", | | | "google_font_api", | | | "google_maps", | | | "google_maps_paid_users", | | | "google_tag_manager", | | | "hotjar", | | | "kenexa", | | | "linkedin_display_ads__formerly_bizo", | | | "liveramp", | | | "marketo", | | | "mimecast", | | | "mixpanel", | | | "mobile_friendly", | | | "office_365", | | | "omniture_adobe", | | | "open_adstream_appnexus", | | | "opinionlab", | | | "optimizely", | | | "qualtrics_intercept", | | | "salesforce", | | | "sharethis", | | | "shutterstock", | | | "signal_by_brighttag", | | | "the_trade_desk", | | | "truste", | | | "wordpress_org", | | | "youtube" | | | ], | | | "annualRevenue": null, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1998, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Jon", | | | "lastName": "Bakke", | | | "fullName": "Jon Bakke", | | | "title": "Executive Vice President, Worldwide Customer Operations", | | | "position": "", | | | "seniority": "vp", | | | "functions": [ | | | "operations", | | | "sales" | | | ], | | | "functional": "", | | | "email": "user17@example.com", | | | "emailStatus": "deliverable", | | | "phone": "+98305550106", | | | "linkedinUrl": "linkedin.com/in/jonbakke", | | | "personCity": "New York", | | | "personState": "New York", | | | "personCountry": "United States", | | | "companyName": "marklogic", | | | "companyDomain": "marklogic.com", | | | "companyIndustry": [ | | | "Data Integration", | | | "Database Software", | | | "SaaS", | | | "Search Engine", | | | "Software", | | | "Web Development", | | | "computer software" | | | ], | | | "companyCity": "San Carlos", | | | "companyState": "California", | | | "companyCountry": "United States", | | | "companyDescription": "For over a decade, organizations around the world have come to rely on MarkLogic to power their innovative information applications. As the world's best database for integrating data from silos, MarkLogic's operational and transactional Enterprise NoSQL database platform empowers our customers to build next generation applications on a unified, 360-degree view of their data. Headquartered in Silicon Valley, MarkLogic has offices throughout the U.S., Europe, Asia, and Australia. For more", | | | "companyLinkedinUrl": "linkedin.com/company/21238", | | | "companySize": 407, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "big data infrastructure", | | | "computer software", | | | "data integration", | | | "data management", | | | "enterprise nosql database", | | | "hadoop", | | | "search & discovery", | | | "semantics" | | | ], | | | "technologies": [ | | | "altas_relaunched", | | | "appnexus", | | | "atlas_by_facebook", | | | "backbone_js_library", | | | "bluekai", | | | "bootstrap_framework", | | | "cvent", | | | "demandbase", | | | "disqus", | | | "doubleclick", | | | "doubleclick_conversion", | | | "doubleclick_floodlight", | | | "facebook_login", | | | "facebook_web_custom_audiences", | | | "facebook_widget", | | | "google_adwords_conversion", | | | "google_analytics", | | | "google_dynamic_remarketing", | | | "google_font_api", | | | "google_play", | | | "google_tag_manager", | | | "gravity_forms", | | | "itunes", | | | "jobvite", | | | "linkedin_display_ads__formerly_bizo", | | | "marketo", | | | "mediamath", | | | "mobile_friendly", | | | "nginx", | | | "optimizely", | | | "react_js_library", | | | "recaptcha", | | | "twitter_advertising", | | | "vimeo", | | | "wordpress_com", | | | "wordpress_org", | | | "youtube" | | | ], | | | "annualRevenue": 300000000, | | | "totalFunding": null, | | | "fundingStage": "grant", | | | "companyAudience": "", | | | "foundedYear": 2001, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Jim", | | | "lastName": "Ostler", | | | "fullName": "Jim Ostler", | | | "title": "business development | infinite banking | annuities", | | | "position": "", | | | "seniority": "vp", | | | "functions": [ | | | "sales", | | | "media_and_commmunication", | | | "business_development" | | | ], | | | "functional": "", | | | "email": "user18@example.com", | | | "emailStatus": "deliverable", | | | "phone": "+40245550107", | | | "linkedinUrl": "linkedin.com/in/james-ostler-16b13116", | | | "personCity": "Salt Lake City", | | | "personState": "Utah", | | | "personCountry": "United States", | | | "companyName": "paradigm life", | | | "companyDomain": "paradigmlife.net", | | | "companyIndustry": [ | | | "Banking", | | | "Information Technology", | | | "finance", | | | "financial services" | | | ], | | | "companyCity": "salt lake city", | | | "companyState": "Utah", | | | "companyCountry": "United States", | | | "companyDescription": "Financial Services Company focusing on Infinite Banking and providing solutions to problems many Americans are currently facing. Increasing awareness and education in how to utilize Infinite Banking in Business, Professional and Personal environments, to better utilize available financial resources.", | | | "companyLinkedinUrl": "linkedin.com/company/paradigm-life", | | | "companySize": 125, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "financial services", | | | "infinite banking", | | | "insurance", | | | "permanent life insurance" | | | ], | | | "technologies": [ | | | "apache", | | | "bluehornet", | | | "doubleclick", | | | "doubleclick_conversion", | | | "facebook_login", | | | "facebook_web_custom_audiences", | | | "facebook_widget", | | | "flowplayer", | | | "google_adsense", | | | "google_adwords_conversion", | | | "google_analytics", | | | "google_dynamic_remarketing", | | | "google_font_api", | | | "google_maps", | | | "google_remarketing", | | | "google_tag_manager", | | | "hotjar", | | | "marketo", | | | "mediaforge", | | | "mobile_friendly", | | | "olark", | | | "outlook", | | | "twitter_advertising", | | | "typekit", | | | "zendesk" | | | ], | | | "annualRevenue": 25000000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 2007, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Dennis", | | | "lastName": "Thiessen", | | | "fullName": "Dennis Thiessen", | | | "title": "Agriculture Equipment Territory Sales Manager", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "sales" | | | ], | | | "functional": "", | | | "email": "user19@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/dennis-thiessen-44292679", | | | "personCity": "Aberdeen", | | | "personState": "Saskatchewan", | | | "personCountry": "Canada", | | | "companyName": "moodys equipment lp", | | | "companyDomain": "moodysequipment.com", | | | "companyIndustry": [ | | | "Agriculture", | | | "Machinery (B2B)", | | | "Real Estate", | | | "machinery" | | | ], | | | "companyCity": "Saskatoon", | | | "companyState": "Saskatchewan", | | | "companyCountry": "Canada", | | | "companyDescription": "PEOPLE FIRST. At Moody's Equipment LP, our focus is people first. In today's competitive marketplace it is important to remember that people have options; customers have options when making purchasing decisions, and employees have options when it comes to their careers. By focusing our attention on people first, we begin to understand what is important to them as individuals; the result is better guidance in terms of the products or services our customers need, and the career path our employees", | | | "companyLinkedinUrl": "linkedin.com/company/1927649", | | | "companySize": 56, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "agriculture equipment", | | | "construction equipment", | | | "machinery" | | | ], | | | "technologies": [ | | | "bluekai", | | | "bootstrap_framework", | | | "doubleclick", | | | "doubleclick_floodlight", | | | "facebook_like_button", | | | "facebook_login", | | | "facebook_web_custom_audiences", | | | "facebook_widget", | | | "google_analytics", | | | "google_font_api", | | | "google_maps", | | | "google_play", | | | "itunes", | | | "mailchimp", | | | "mobile_friendly", | | | "office_365", | | | "recaptcha", | | | "twitter_advertising", | | | "wordpress_org" | | | ], | | | "annualRevenue": 21000000, | | | "totalFunding": 14551000, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 1966, | | | "rowType": "lead" | | | } | | | }, | | | { | | | "json": { | | | "firstName": "Tania", | | | "lastName": "Calderas", | | | "fullName": "Tania Calderas", | | | "title": "International Business Development Manager", | | | "position": "", | | | "seniority": "manager", | | | "functions": [ | | | "business_development" | | | ], | | | "functional": "", | | | "email": "user20@example.com", | | | "emailStatus": "pattern_match", | | | "phone": "", | | | "linkedinUrl": "linkedin.com/in/taniarangelcalderas", | | | "personCity": "Boston", | | | "personState": "Massachusetts", | | | "personCountry": "United States", | | | "companyName": "nutraclick", | | | "companyDomain": "nutraclick.com", | | | "companyIndustry": [ | | | "Fitness", | | | "Food Products", | | | "Health Care", | | | "N/A", | | | "Other", | | | "Wellness", | | | "marketing & advertising" | | | ], | | | "companyCity": "Boston", | | | "companyState": "Massachusetts", | | | "companyCountry": "United States", | | | "companyDescription": "Force Factor is a leading sports nutrition brand founded in 2009. Our slogan, 'Unleash Your Potential,' reflects our belief that our products exist to help people fundamentally change their lives for the better but that the drive to execute that change comes from within. Force Factor's founders are former Harvard University athletes who saw an opportunity to build a new kind of sports nutrition company, one that used real science and natural ingredients to develop efficacious, safe products. We", | | | "companyLinkedinUrl": "linkedin.com/company/1061993", | | | "companySize": 55, | | | "companySizeRange": "", | | | "companySpecialties": [ | | | "N/A", | | | "Other", | | | "advertising", | | | "branding", | | | "customer service", | | | "ecommerce", | | | "health & wellness", | | | "marketing", | | | "marketing and advertising", | | | "sales" | | | ], | | | "technologies": [ | | | "apache", | | | "doubleclick", | | | "dynect", | | | "gmail", | | | "google_analytics", | | | "google_apps", | | | "leadlander", | | | "rackspace", | | | "sendgrid", | | | "ubuntu" | | | ], | | | "annualRevenue": 64100000, | | | "totalFunding": null, | | | "fundingStage": "", | | | "companyAudience": "", | | | "foundedYear": 2009, | | | "rowType": "lead" | | | } | | | } | | | ], | | | "Insert row": [ | | | { | | | "json": { | | | "email": "user1@example.com", | | | "first_name": "Ernie", | | | "last_name": "Giancola", | | | "job_title": "Operations Manager", | | | "linkedin_url": "linkedin.com/in/ernie-giancola-875b901a", | | | "person_location": "Washington,District of Columbia,United States", | | | "company_name": "kalkreuth roofing sheet metal inc", | | | "company_domain": "krsm.net", | | | "company_industry": "["Manufacturing","Real Estate","construction"]", | | | "company_size": "110", | | | "company_location": "Wheeling,West Virginia,United States", | | | "icp_tier": "B", | | | "recommended_product": "Internal Workflow Automation", | | | "icp_reasoning": "The prospect is an Operations Manager at a company with multiple industries including Real Estate, which matches one of the ideal industries. The company size of 110 employees fits well within the 50-500 employee range. The decision maker role is relevant as Operations Manager aligns with Operations leaders. There are clear opportunities for internal workflow automation due to the multi-industry nature and the operational scope. The geographic location is in the United States, which generally aligns with typical target markets but not a specified factor in the ICP. Overall, the prospect is a good fit for AI solutions primarily in Internal Workflow Automation, though other specific automation areas like sales or customer support may be less relevant given the role and company context.", | | | "pain_points": "["Streamlining operations across multiple industries","Improving internal workflow efficiency","Automation of repetitive operational tasks"]", | | | "product_fit_reason": "The prospect is an Operations Manager at a mid-sized company involved in multiple industries including manufacturing, real estate, and construction, which indicates complex internal operations. The company size and job title align perfectly with the target buyers for Internal Workflow Automation. The identified pain points such as streamlining operations, improving workflow efficiency, and automating repetitive tasks make this product the best fit to address their operational challenges effectively.", | | | "outreach_angle": "Hi [Prospect Name], I noticed that Kalkreuth Roofing Sheet Metal Inc operates across manufacturing, real estate, and construction industries. As an Operations Manager, you likely face challenges in streamlining complex workflows and managing repetitive operational tasks. Our Internal Workflow Automation solution is designed to simplify and automate these processes, boosting your team's productivity and allowing you to focus on strategic priorities. I'd love to share how we can tailor this to your unique operational needs.", | | | "company_summary": "Kalkreuth Roofing and Sheet Metal is a Top 10 U.S. commercial roofing contractor specializing in complex roofing, exterior envelope systems, and architectural wall cladding for demanding projects nationwide. They bring over 40 years of experience and focus on delivering high-quality commercial metal roofing and exterior solutions, primarily in the Mid-Atlantic region with a full-service presence in multiple states including West Virginia, Kentucky, Maryland, Ohio, and Pennsylvania.", | | | "products_services": "["Commercial Roofing Systems including metal roofing, flat seam metal roofing, standing seam metal roofing, vegetative roofing systems, modified bitumen roofing systems, built-up roofing systems, single ply roofing systems (TPO, PVC, EPDM), and commercial waterproofing.","Design-Build / Design-Assist services","Emergency Response services available 24/7/365","Exterior Cladding Services with custom metal wall panel fabrication","New Construction roofing solutions with advanced technology and safety compliance","Preventative Maintenance and Roof Replacement / Re-Roof services","Sustainable Green (vegetative) roofing systems"]", | | | "target_customers": "Their target customers are commercial and industrial clients including markets such as high-rise buildings, healthcare facilities, urban developments, large-scale construction projects, airports, automotive industries, correctional facilities, data centers, warehouses, educational institutions, financial institutions, government buildings, hospitality and tourism, manufacturing, retail, residential projects, stadiums, and arenas.", | | | "automation_opportunities": "["Internal workflow automation for project management to streamline estimates, scheduling, and coordination across regional offices.","Automation of emergency response dispatch and resource allocation to improve response times.","Maintenance scheduling and monitoring automation for preventative roof maintenance and replacements.","Quality control and fabrication tracking automation for metal wall panel systems.","Customer communication and follow-up automation to enhance client engagement and service updates."]", | | | "personalization_points": "["Acknowledge their strong reputation as a Top 10 U.S. commercial roofing contractor with over 40 years of experience.","Reference their dedication to complex and customized roofing and exterior envelope solutions.","Highlight their 24/7 emergency response service as a critical differentiator.","Mention their advanced technology use in new construction and commitment to safety and compliance.","Emphasize their sustainable green roofing systems and commitment to environmental design.","Note their presence in multiple states in the Mid-Atlantic region and local expertise through regional offices.","Recognize their partnerships with well-known industry suppliers and unions as a sign of quality and reliability."]", | | | "crm_status": "pending", | | | "icp_score": 70, | | | "id": 2, | |

| "createdAt": "2026-07-14T18:10:38.867Z", | |
| "updatedAt": "2026-07-14T18:10:38.867Z" | |

| } | | | } | | | ], | | | "Company Research Agent": [ | | | { | |

| "json": { | |
| "output": { | |

| "company_summary": "Kalkreuth Roofing and Sheet Metal is a Top 10 U.S. commercial roofing contractor specializing in complex roofing, exterior envelope systems, and architectural wall cladding for demanding projects nationwide. They bring over 40 years of experience and focus on delivering high-quality commercial metal roofing and exterior solutions, primarily in the Mid-Atlantic region with a full-service presence in multiple states including West Virginia, Kentucky, Maryland, Ohio, and Pennsylvania.", | | | "products_services": [ | | | "Commercial Roofing Systems including metal roofing, flat seam metal roofing, standing seam metal roofing, vegetative roofing systems, modified bitumen roofing systems, built-up roofing systems, single ply roofing systems (TPO, PVC, EPDM), and commercial waterproofing.", | | | "Design-Build / Design-Assist services", | | | "Emergency Response services available 24/7/365", | | | "Exterior Cladding Services with custom metal wall panel fabrication", | | | "New Construction roofing solutions with advanced technology and safety compliance", | | | "Preventative Maintenance and Roof Replacement / Re-Roof services", | | | "Sustainable Green (vegetative) roofing systems" | | | ], | | | "target_customers": "Their target customers are commercial and industrial clients including markets such as high-rise buildings, healthcare facilities, urban developments, large-scale construction projects, airports, automotive industries, correctional facilities, data centers, warehouses, educational institutions, financial institutions, government buildings, hospitality and tourism, manufacturing, retail, residential projects, stadiums, and arenas.", | | | "business_challenges": [ | | | "Managing complex projects across multiple markets nationwide.", | | | "Coordinating emergency response and 24/7 availability for disaster services.", | | | "Ensuring safety, compliance, and education on new construction sites.", | | | "Custom fabrication and quality control for diverse roofing and cladding systems.", | | | "Maintaining timely project delivery and response times across multiple regional offices." | | | ], | | | "automation_opportunities": [ | | | "Internal workflow automation for project management to streamline estimates, scheduling, and coordination across regional offices.", | | | "Automation of emergency response dispatch and resource allocation to improve response times.", | | | "Maintenance scheduling and monitoring automation for preventative roof maintenance and replacements.", | | | "Quality control and fabrication tracking automation for metal wall panel systems.", | | | "Customer communication and follow-up automation to enhance client engagement and service updates." | | | ], | | | "personalization_points": [ | | | "Acknowledge their strong reputation as a Top 10 U.S. commercial roofing contractor with over 40 years of experience.", | | | "Reference their dedication to complex and customized roofing and exterior envelope solutions.", | | | "Highlight their 24/7 emergency response service as a critical differentiator.", | | | "Mention their advanced technology use in new construction and commitment to safety and compliance.", | | | "Emphasize their sustainable green roofing systems and commitment to environmental design.", | | | "Note their presence in multiple states in the Mid-Atlantic region and local expertise through regional offices.", | | | "Recognize their partnerships with well-known industry suppliers and unions as a sign of quality and reliability." | | | ] | | | } | | | } | | | } | | | ], | | | "Product Matching Agent": [ | | | { | |

| "json": { | |
| "output": { | |

| "recommended_product": "Internal Workflow Automation", | | | "fit_reason": "The prospect is an Operations Manager at a mid-sized company involved in multiple industries including manufacturing, real estate, and construction, which indicates complex internal operations. The company size and job title align perfectly with the target buyers for Internal Workflow Automation. The identified pain points such as streamlining operations, improving workflow efficiency, and automating repetitive tasks make this product the best fit to address their operational challenges effectively.", | | | "business_problem": [ | | | "Streamlining operations across multiple industries", | | | "Improving internal workflow efficiency", | | | "Automation of repetitive operational tasks" | | | ], | | | "outreach_angle": "Hi [Prospect Name], I noticed that Kalkreuth Roofing Sheet Metal Inc operates across manufacturing, real estate, and construction industries. As an Operations Manager, you likely face challenges in streamlining complex workflows and managing repetitive operational tasks. Our Internal Workflow Automation solution is designed to simplify and automate these processes, boosting your team's productivity and allowing you to focus on strategic priorities. I'd love to share how we can tailor this to your unique operational needs." | | | } | | | } | | | } | | | ], | | | "Fetch Company Website": [ | | | { | |

| "json": { | |
| "data": "<!doctype html>\n<html lang=\"en-US\">\n\t<head>\n\t\t<meta charset=\"UTF-8\" />\n<script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform/theme/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n</script>\n\n\t\t<!-- Google Chrome Frame for IE -->\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\t\t<!-- Mobile Meta -->\n\t\t<meta name=\"HandheldFriendly\" content=\"True\">\n\t\t<meta name=\"MobileOptimized\" content=\"320\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=5\">\n<link href=\"https://example5.com\" rel=\"stylesheet\" integrity=\"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC\" crossorigin=\"anonymous\">\n\n\t<!-- wordpress head functions -->\n\t\t<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://example6.com -->\n\t<title>Top Commercial Roofing Contractor | Kalkreuth</title>\n\t<meta name=\"description\" content=\"Kalkreuth is one of the nation's top commercial metal roofing contractors, delivering roofing, exterior envelope & wall cladding solutions for 40+ years.\" />\n\t<link rel=\"canonical\" href=\"https://example7.com\" />\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:type\" content=\"website\" />\n\t<meta property=\"og:title\" content=\"Top Commercial Roofing Contractor | Kalkreuth\" />\n\t<meta property=\"og:description\" content=\"Kalkreuth is one of the nation's top commercial metal roofing contractors, delivering roofing, exterior envelope & wall cladding solutions for 40+ years.\" />\n\t<meta property=\"og:url\" content=\"https://example7.com\" />\n\t<meta property=\"og:site_name\" content=\"Contact us\" />\n\t<meta property=\"article:publisher\" content=\"https://example8.com\" />\n\t<meta property=\"article:modified_time\" content=\"2026-07-02T14:12:41+00:00\" />\n\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\t<meta name=\"twitter:site\" content=\"@KalkreuthRfgSM\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/krsm.net\\/\",\"url\":\"https:\\/\\/krsm.net\\/\",\"name\":\"Top Commercial Roofing Contractor | Kalkreuth\",\"isPartOf\":{\"@id\":\"https:\\/\\/krsm.net\\/#website\"},\"about\":{\"@id\":\"https:\\/\\/krsm.net\\/#organization\"},\"datePublished\":\"2026-07-02T14:12:39+00:00\",\"dateModified\":\"2026-07-02T14:12:41+00:00\",\"description\":\"Kalkreuth is one of the nation's top commercial metal roofing contractors, delivering roofing, exterior envelope & wall cladding solutions for 40+ years.\",\"breadcrumb\":{\"@id\":\"https:\\/\\/krsm.net\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\/\\/krsm.net\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/krsm.net\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/krsm.net\\/#website\",\"url\":\"https:\\/\\/krsm.net\\/\",\"name\":\"Kalkreuth Roofing & Sheet Metal\",\"description\":\"Kalkreuth Roofing\",\"publisher\":{\"@id\":\"https:\\/\\/krsm.net\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/krsm.net\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/krsm.net\\/#organization\",\"name\":\"Kalkreuth Roofing & Sheet Metal\",\"url\":\"https:\\/\\/krsm.net\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/krsm.net\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/krsm.net\\/wp-content\\/uploads\\/2024\\/08\\/footer-logo.svg\",\"contentUrl\":\"https:\\/\\/krsm.net\\/wp-content\\/uploads\\/2024\\/08\\/footer-logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Kalkreuth Roofing & Sheet Metal\"},\"image\":{\"@id\":\"https:\\/\\/krsm.net\\/#\\/schema\\/logo\\/image\\/\"},\"sameAs\":[\"https:\\/\\/www.facebook.com\\/KalkreuthRoofingandSheetMetal\",\"https:\\/\\/x.com\\/KalkreuthRfgSM\",\"https:\\/\\/www.linkedin.com\\/company\\/kalkreuthroofingandsheetmetal\\/\"]}]}</script>\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel='dns-prefetch' href='//s.ksrndkehqnwntyxlhgto.com' />\n<link rel='dns-prefetch' href='//www.google.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Contact us » Feed\" href=\"https://example9.com\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Contact us » Comments Feed\" href=\"https://example10.com\" />\n<link rel=\"alternate\" title=\"oEmbed (JSON)\" type=\"application/json+oembed\" href=\"https://example11.com\" />\n<link rel=\"alternate\" title=\"oEmbed (XML)\" type=\"text/xml+oembed\" href=\"https://example12.com\" />\n<style id=\"wp-img-auto-sizes-contain-inline-css\">\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id=\"wp-emoji-styles-inline-css\">\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n/*# sourceURL=wp-emoji-styles-inline-css */\n</style>\n<style id=\"classic-theme-styles-inline-css\">\n.wp-block-button__link{background-color:#32373c;border-radius:9999px;box-shadow:none;color:#fff;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-file__button{background:#32373c;color:#fff}.wp-block-accordion-heading{margin:0}.wp-block-accordion-heading__toggle{background-color:inherit!important;color:inherit!important}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{background-color:inherit!important;border:none;box-shadow:none;color:inherit;padding:var(--wp--preset--spacing--20,1em) 0;text-decoration:none}.wp-block-accordion-heading__toggle:focus-visible{outline:auto;outline-offset:0}.wp-block-tab:not(.has-text-color){color:inherit!important}.wp-block-tab:not(.has-background){background-color:inherit!important}.wp-block-tab:focus,.wp-block-tab:hover{text-decoration:none}.wp-block-tab:focus-visible{outline:auto;outline-offset:0}\n/*# sourceURL=https://example13.com */\n</style>\n\n<style id=\"global-styles-inline-css\">\n:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}\n/*# sourceURL=global-styles-inline-css */\n</style>\n\n<link rel='stylesheet' id='slick-stylesheet-css' href='https://example14.com' media='all' />\n<link rel='stylesheet' id='slicktheme-stylesheet-css' href='https://example15.com' media='all' />\n<link rel='stylesheet' id='primer-stylesheet-css' href='https://example16.com' media='all' />\n<link rel='stylesheet' id='responsive-stylesheet-css' href='https://example17.com' media='all' />\n<style id=\"jetpack-global-styles-frontend-style-inline-css\">\n:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;}\n/*# sourceURL=jetpack-global-styles-frontend-style-inline-css */\n</style>\n<script id=\"jetpack-mu-wpcom-settings-js-before\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\nvar JETPACK_MU_WPCOM_SETTINGS = {\"assetsUrl\":\"https://example18.com\"};\n//# sourceURL=jetpack-mu-wpcom-settings-js-before\n</script>\n<script id=\"jquery-core-js\" src=\"https://example19.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"jquery-migrate-js\" src=\"https://example20.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"slick-js-js\" src=\"https://example21.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"menu-js-js\" src=\"https://example22.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<link rel=\"https://example23.com\" href=\"https://example24.com\" /><link rel=\"alternate\" title=\"JSON\" type=\"application/json\" href=\"https://example25.com\" /><link rel='shortlink' href='https://example26.com' />\n\t<style>img#wpstats{display:none}</style>\n\t\t\n\t<script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\n\t\tvar ajaxurl = \"https://example27.com\";\n\t</script>\n\n\t<link rel=\"icon\" href=\"https://example28.com\" sizes=\"32x32\" />\n<link rel=\"icon\" href=\"https://example29.com\" sizes=\"192x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://example29.com\" />\n<meta name=\"msapplication-TileImage\" content=\"https://example29.com\" />\n<style type=\"text/css\" id=\"wp-custom-css\">span.u{\n\ttext-decoration: underline;\n}\n\n.wp-block-table {\n margin: 2em 0;\n overflow-x: auto!important;\n\tscrollbar-width: thin;\n}\n\n.wp-block-table table {\n width: 100%;\n border-collapse: collapse;\n font-family: 'Aeroport', sans-serif;\n font-size: 16px;\n line-height: 1.5;\n}\n\n.wp-block-table th,\n.wp-block-table td {\n padding: 12px 16px;\n text-align: left;\n border: 1px solid #ddd;\n}\n\n.wp-block-table thead tr,\n.wp-block-table tbody tr:first-child {\n background-color: #f8f9fa;\n}\n\n.wp-block-table td:first-child {\n font-weight: 600;\n}\n\n.wp-block-table strong {\n font-weight: 600;\n}</style>\t\t<!-- end of wordpress head -->\t\t\n\t\t<!-- <script src=\"https://example30.com\"></script> -->\n\t\t\n\t\t<!-- Job Listings -->\n\t\t<script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\" src=\"https://example31.com\"> </script>\n\t\t<link rel=\"stylesheet\" href=\"https://example32.com\" />\n\n\t\t<script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\n\t\tvar options = {\n\t\tCCPCode: \"KalkreuthRoofingSheetMetalInc\"\n\t\t,ElementID: \"BDHRJobListings\"\n\t\t,ShowCustomContent: false\n\t\t};\n\n\t\tbdhr.generateListing(options);\n\t\t</script>\n\t\t\n\t\t<!-- Google Tag Manager -->\n\t\t<script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n\t\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n\t\tj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n\t\t'https://example33.com'+i+dl;f.parentNode.insertBefore(j,f);\n\t\t})(window,document,'script','dataLayer','GTM-M3XWF9N');</script>\n\t\t<!-- End Google Tag Manager -->\n<script type=\"application/ld+json\">\n{\n \"@context\": \"https://example34.com\",\n \"@graph\": [\n {\n \"@type\": \"RoofingContractor\",\n \"name\": \"Kalkreuth Roofing & Sheet Metal Inc.\",\n \"description\": \"Kalkreuth Roofing & Sheet Metal Inc., a leading roofing and sheet metal contractor, offers premium residential, commercial, and industrial roofing solutions across multiple locations. Known for exceptional craftsmanship and customer satisfaction, we utilize advanced technologies to deliver durable and long-lasting results.\",\n \"url\": \"https://example7.com\",\n \"address\": {\n \"@type\": \"PostalAddress\",\n \"streetAddress\": \"53 14th St #100\",\n \"addressLocality\": \"Wheeling\",\n \"addressRegion\": \"WV\",\n \"postalCode\": \"26003\",\n \"addressCountry\": \"US\"\n },\n \"image\": \"https://example35.com\",\n \"sameAs\": [\n \"https://example8.com\",\n \"https://example36.com\",\n \"https://example37.com\"\n ],\n \"makesOffer\": [\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example38.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Design-Build\",\n \"description\": \"Comprehensive Design-Build and Design-Assist services as a single-source building envelope subcontractor, tailored to fast-tracked projects.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example39.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Emergency Response\",\n \"description\": \"Certified professionals available 24/7 to minimize damage and provide prompt emergency roofing assistance.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example40.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Exterior Cladding\",\n \"description\": \"Comprehensive commercial cladding services certified by major system manufacturers and fabricators.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example41.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"New Construction\",\n \"description\": \"Accurate and detailed cost estimates for roofing and sheet metal trades for all types of new construction projects.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example42.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Preventative Maintenance\",\n \"description\": \"Inspection, repair, and maintenance services to ensure optimal roof performance throughout its life cycle.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example43.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Residential Services\",\n \"description\": \"Comprehensive residential roofing services in the Ohio Valley region with roots dating back to the 1920s.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example44.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Roof Replacement\",\n \"description\": \"Complete solutions for roof replacement, including full tear-off, overlays, and retrofits.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example45.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Secure-Scan\",\n \"description\": \"Advanced scanning technology for precise roofing and construction project execution.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example46.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Roofing Service & Maintenance\",\n \"description\": \"Service teams equipped to handle all roofing maintenance needs efficiently, ensuring reliability.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example47.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Roofing Systems\",\n \"description\": \"Precision installation of various roofing systems for diverse industries.\"\n }\n },\n {\n \"@type\": \"Offer\",\n \"url\": \"https://example48.com\",\n \"itemOffered\": {\n \"@type\": \"Service\",\n \"name\": \"Waterproofing\",\n \"description\": \"Installation of above-grade and below-grade waterproofing systems, including split-slab and blind-side foundation options.\"\n }\n }\n ],\n \"department\": [\n {\n \"@type\": \"RoofingContractor\",\n \"name\": \"Kalkreuth Roofing & Sheet Metal Inc. - Frederick, MD\",\n \"url\": \"https://example49.com\",\n \"telephone\": \"+1-784-555-0108\",\n \"address\": {\n \"@type\": \"PostalAddress\",\n \"streetAddress\": \"5726 Industry Ln\",\n \"addressLocality\": \"Frederick\",\n \"addressRegion\": \"MD\",\n \"postalCode\": \"21704\",\n \"addressCountry\": \"US\"\n },\n \"geo\": {\n \"@type\": \"GeoCoordinates\",\n \"latitude\": 39.391290,\n \"longitude\": -77.416410\n },\n \"openingHours\": \"Mo-Fr 08:00-17:00\",\n \"sameAs\": [\n \"https://example50.com\"\n ]\n },\n {\n \"@type\": \"RoofingContractor\",\n \"name\": \"Kalkreuth Roofing & Sheet Metal Inc. - Canonsburg, PA\",\n \"url\": \"https://example51.com\",\n \"telephone\": \"+1-980-555-0109\",\n \"address\": {\n \"@type\": \"PostalAddress\",\n \"streetAddress\": \"119 Hidden Valley Rd\",\n \"addressLocality\": \"Canonsburg\",\n \"addressRegion\": \"PA\",\n \"postalCode\": \"15317\",\n \"addressCountry\": \"US\"\n },\n \"geo\": {\n \"@type\": \"GeoCoordinates\",\n \"latitude\": 40.287510,\n \"longitude\": -80.117530\n },\n \"openingHours\": \"Mo-Fr 08:00-17:00\",\n \"sameAs\": [\n \"https://example52.com\"\n ]\n },\n {\n \"@type\": \"RoofingContractor\",\n \"name\": \"Kalkreuth Roofing & Sheet Metal Inc. - Lexington, KY\",\n \"url\": \"https://example53.com\",\n \"telephone\": \"+1-459-555-0110\",\n \"address\": {\n \"@type\": \"PostalAddress\",\n \"streetAddress\": \"2131 Capstone Dr\",\n \"addressLocality\": \"Lexington\",\n \"addressRegion\": \"KY\",\n \"postalCode\": \"40511\",\n \"addressCountry\": \"US\"\n },\n \"geo\": {\n \"@type\": \"GeoCoordinates\",\n \"latitude\": 38.091930,\n \"longitude\": -84.516710\n },\n \"openingHours\": \"Mo-Fr 08:00-17:00\",\n \"sameAs\": [\n \"https://example54.com\"\n ]\n }\n ]\n }\n ]\n}\n</script>\n\t\t\n\t<style id=\"wp-block-heading-inline-css\">\nh1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}\n/*# sourceURL=https://example55.com */\n</style>\n<style id=\"wp-block-paragraph-inline-css\">\n.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*=\"writing-mode:vertical-lr\"],p.has-text-align-right[style*=\"writing-mode:vertical-rl\"]{rotate:180deg}\n/*# sourceURL=https://example56.com */\n</style>\n<link rel='stylesheet' id='gform_basic-css' href='https://example57.com' media='all' />\n<link rel='stylesheet' id='gform_theme_components-css' href='https://example58.com' media='all' />\n<link rel='stylesheet' id='gform_theme-css' href='https://example59.com' media='all' />\n\n</head>\n\n\t<body class=\"home wp-singular page-template-default page page-id-89 wp-theme-kalkreuth\" >\n<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src=\"https://example60.com\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\n\t<header id=\"main__header\">\n\t\t<div class=\"container-fluid header-wrap\" >\n\t\t\t\t\t\t\t<div class=\"logo\">\n\t\t\t\t\t<a href=\"https://example61.com\" >\n\t\t\t\t\t\t<img src=\"https://example35.com\" alt=\"Header Logo\">\n\t\t\t\t\t\t<img class=\"fix-nav\" src=\"https://example62.com\" alt=\"Footer Logo\">\n\t\t\t\t\t</a>\n\t\t\t\t</div>\n\t\t\t\n\t\t\t<div class=\"header-right\">\n\t\t\t\t<div class=\"navigation\">\n\t\t\t\t\t<a href=\"#\" class=\"lines-button x2\" aria-label=\"menu-icon\"><span class=\"lines\"></span></a>\n\t\t\t\t\t<div class=\"main_menu\">\n\t\t\t\t\t\t<ul id=\"menu-header-menu\" class=\"firstul\" itemscope itemtype=\"http://example63.com\"><li id=\"menu-item-195\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-195 nav-item\"><a href=\"https://example64.com\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\" class=\"dropdown-toggle nav-link\" id=\"menu-item-dropdown-195\"><span itemprop=\"name\">About us</span></a>\n<ul class=\"dropdown-menu\" aria-labelledby=\"menu-item-dropdown-195\">\n\t<li id=\"menu-item-209\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-209 nav-item\"><a itemprop=\"url\" href=\"https://example65.com\" class=\"dropdown-item\"><span itemprop=\"name\">Meet The Team</span></a></li>\n\t<li id=\"menu-item-211\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-211 nav-item\"><a itemprop=\"url\" href=\"https://example66.com\" class=\"dropdown-item\"><span itemprop=\"name\">News</span></a></li>\n</ul>\n</li>\n<li id=\"menu-item-196\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-196 nav-item\"><a href=\"https://example67.com\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\" class=\"dropdown-toggle nav-link\" id=\"menu-item-dropdown-196\"><span itemprop=\"name\">Services</span></a>\n<ul class=\"dropdown-menu\" aria-labelledby=\"menu-item-dropdown-196\">\n\t<li id=\"menu-item-197\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-197 nav-item\"><a itemprop=\"url\" href=\"https://example68.com\" class=\"dropdown-item\"><span itemprop=\"name\">Design-Build / Design-Assist</span></a></li>\n\t<li id=\"menu-item-5217\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5217 nav-item\"><a itemprop=\"url\" href=\"https://example69.com\" class=\"dropdown-item\"><span itemprop=\"name\">Emergency Response</span></a></li>\n\t<li id=\"menu-item-5210\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5210 nav-item\"><a itemprop=\"url\" href=\"https://example70.com\" class=\"dropdown-item\"><span itemprop=\"name\">Exterior Cladding Services</span></a></li>\n\t<li id=\"menu-item-5211\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5211 nav-item\"><a itemprop=\"url\" href=\"https://example71.com\" class=\"dropdown-item\"><span itemprop=\"name\">New Construction</span></a></li>\n\t<li id=\"menu-item-5212\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5212 nav-item\"><a itemprop=\"url\" href=\"https://example72.com\" class=\"dropdown-item\"><span itemprop=\"name\">Preventative Maintenance</span></a></li>\n\t<li id=\"menu-item-5213\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5213 nav-item\"><a itemprop=\"url\" href=\"https://example73.com\" class=\"dropdown-item\"><span itemprop=\"name\">Residential</span></a></li>\n\t<li id=\"menu-item-5214\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5214 nav-item\"><a itemprop=\"url\" href=\"https://example74.com\" class=\"dropdown-item\"><span itemprop=\"name\">Roof Replacement</span></a></li>\n\t<li id=\"menu-item-5215\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5215 nav-item\"><a itemprop=\"url\" href=\"https://example75.com\" class=\"dropdown-item\"><span itemprop=\"name\">Secure-Scan</span></a></li>\n\t<li id=\"menu-item-5216\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5216 nav-item\"><a itemprop=\"url\" href=\"https://example46.com\" class=\"dropdown-item\"><span itemprop=\"name\">Service & Maintenance</span></a></li>\n</ul>\n</li>\n<li id=\"menu-item-201\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-201 nav-item\"><a href=\"https://example76.com\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\" class=\"dropdown-toggle nav-link\" id=\"menu-item-dropdown-201\"><span itemprop=\"name\">Systems</span></a>\n<ul class=\"dropdown-menu\" aria-labelledby=\"menu-item-dropdown-201\">\n\t<li id=\"menu-item-202\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-202 nav-item\"><a itemprop=\"url\" href=\"https://example77.com\" class=\"dropdown-item\"><span itemprop=\"name\">Exterior Cladding</span></a></li>\n\t<li id=\"menu-item-5193\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-5193 nav-item\"><a itemprop=\"url\" href=\"https://example78.com\" class=\"dropdown-item\"><span itemprop=\"name\">Commercial Roofing Systems</span></a>\n\t<ul class=\"dropdown-menu\" aria-labelledby=\"menu-item-dropdown-201\">\n\t\t<li id=\"menu-item-6266\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6266 nav-item\"><a itemprop=\"url\" href=\"https://example79.com\" class=\"dropdown-item\"><span itemprop=\"name\">Commercial Metal Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6264\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6264 nav-item\"><a itemprop=\"url\" href=\"https://example80.com\" class=\"dropdown-item\"><span itemprop=\"name\">Flat Seam Metal Roofing</span></a></li>\n\t\t<li id=\"menu-item-6265\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6265 nav-item\"><a itemprop=\"url\" href=\"https://example81.com\" class=\"dropdown-item\"><span itemprop=\"name\">Standing Seam Metal Roofing</span></a></li>\n\t\t<li id=\"menu-item-6452\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6452 nav-item\"><a itemprop=\"url\" href=\"https://example81.com\" class=\"dropdown-item\"><span itemprop=\"name\">Standing Seam Metal Roofing</span></a></li>\n\t\t<li id=\"menu-item-6453\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6453 nav-item\"><a itemprop=\"url\" href=\"https://example82.com\" class=\"dropdown-item\"><span itemprop=\"name\">Vegetative Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6454\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6454 nav-item\"><a itemprop=\"url\" href=\"https://example83.com\" class=\"dropdown-item\"><span itemprop=\"name\">Metal Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6455\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6455 nav-item\"><a itemprop=\"url\" href=\"https://example84.com\" class=\"dropdown-item\"><span itemprop=\"name\">Modified Bitumen Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6458\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6458 nav-item\"><a itemprop=\"url\" href=\"https://example85.com\" class=\"dropdown-item\"><span itemprop=\"name\">Modified Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6456\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6456 nav-item\"><a itemprop=\"url\" href=\"https://example86.com\" class=\"dropdown-item\"><span itemprop=\"name\">Built-Up Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6457\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6457 nav-item\"><a itemprop=\"url\" href=\"https://example80.com\" class=\"dropdown-item\"><span itemprop=\"name\">Flat Seam Metal Roofing</span></a></li>\n\t\t<li id=\"menu-item-6459\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6459 nav-item\"><a itemprop=\"url\" href=\"https://example87.com\" class=\"dropdown-item\"><span itemprop=\"name\">Single Ply Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6460\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6460 nav-item\"><a itemprop=\"url\" href=\"https://example88.com\" class=\"dropdown-item\"><span itemprop=\"name\">Intensive Vegetative Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6461\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6461 nav-item\"><a itemprop=\"url\" href=\"https://example89.com\" class=\"dropdown-item\"><span itemprop=\"name\">Extensive Vegetative Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6462\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6462 nav-item\"><a itemprop=\"url\" href=\"https://example90.com\" class=\"dropdown-item\"><span itemprop=\"name\">PVC/KEE Single Ply Roofing Systems</span></a></li>\n\t\t<li id=\"menu-item-6463\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6463 nav-item\"><a itemprop=\"url\" href=\"https://example91.com\" class=\"dropdown-item\"><span itemprop=\"name\">Single Ply TPO Roof Systems</span></a></li>\n\t\t<li id=\"menu-item-6464\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6464 nav-item\"><a itemprop=\"url\" href=\"https://example92.com\" class=\"dropdown-item\"><span itemprop=\"name\">EPDM Single Ply TPO</span></a></li>\n\t</ul>\n</li>\n\t<li id=\"menu-item-5192\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5192 nav-item\"><a itemprop=\"url\" href=\"https://example93.com\" class=\"dropdown-item\"><span itemprop=\"name\">Commercial Waterproofing</span></a></li>\n</ul>\n</li>\n<li id=\"menu-item-204\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-204 nav-item\"><a href=\"https://example94.com\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\" class=\"dropdown-toggle nav-link\" id=\"menu-item-dropdown-204\"><span itemprop=\"name\">Our Work</span></a>\n<ul class=\"dropdown-menu\" aria-labelledby=\"menu-item-dropdown-204\">\n\t<li id=\"menu-item-205\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-205 nav-item\"><a itemprop=\"url\" href=\"https://example95.com\" class=\"dropdown-item\"><span itemprop=\"name\">Airports</span></a></li>\n\t<li id=\"menu-item-5170\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5170 nav-item\"><a itemprop=\"url\" href=\"https://example96.com\" class=\"dropdown-item\"><span itemprop=\"name\">Automotive</span></a></li>\n\t<li id=\"menu-item-5171\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5171 nav-item\"><a itemprop=\"url\" href=\"https://example97.com\" class=\"dropdown-item\"><span itemprop=\"name\">Correctional Facilities</span></a></li>\n\t<li id=\"menu-item-6507\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-6507 nav-item\"><a itemprop=\"url\" href=\"https://example98.com\" class=\"dropdown-item\"><span itemprop=\"name\">Data centers</span></a></li>\n\t<li id=\"menu-item-5172\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5172 nav-item\"><a itemprop=\"url\" href=\"https://example99.com\" class=\"dropdown-item\"><span itemprop=\"name\">Distribution & Warehouse</span></a></li>\n\t<li id=\"menu-item-5173\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5173 nav-item\"><a itemprop=\"url\" href=\"https://example100.com\" class=\"dropdown-item\"><span itemprop=\"name\">Education</span></a></li>\n\t<li id=\"menu-item-5175\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5175 nav-item\"><a itemprop=\"url\" href=\"https://example101.com\" class=\"dropdown-item\"><span itemprop=\"name\">Financial Institutions</span></a></li>\n\t<li id=\"menu-item-5176\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5176 nav-item\"><a itemprop=\"url\" href=\"https://example102.com\" class=\"dropdown-item\"><span itemprop=\"name\">Government</span></a></li>\n\t<li id=\"menu-item-5177\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5177 nav-item\"><a itemprop=\"url\" href=\"https://example103.com\" class=\"dropdown-item\"><span itemprop=\"name\">Healthcare</span></a></li>\n\t<li id=\"menu-item-5178\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5178 nav-item\"><a itemprop=\"url\" href=\"https://example104.com\" class=\"dropdown-item\"><span itemprop=\"name\">High Rises</span></a></li>\n\t<li id=\"menu-item-5179\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5179 nav-item\"><a itemprop=\"url\" href=\"https://example105.com\" class=\"dropdown-item\"><span itemprop=\"name\">Historic Restoration</span></a></li>\n\t<li id=\"menu-item-5864\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5864 nav-item\"><a itemprop=\"url\" href=\"https://example106.com\" class=\"dropdown-item\"><span itemprop=\"name\">Hospitality & Tourism</span></a></li>\n\t<li id=\"menu-item-5865\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5865 nav-item\"><a itemprop=\"url\" href=\"https://example107.com\" class=\"dropdown-item\"><span itemprop=\"name\">Housing</span></a></li>\n\t<li id=\"menu-item-5866\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5866 nav-item\"><a itemprop=\"url\" href=\"https://example108.com\" class=\"dropdown-item\"><span itemprop=\"name\">Industrial</span></a></li>\n\t<li id=\"menu-item-5867\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5867 nav-item\"><a itemprop=\"url\" href=\"https://example109.com\" class=\"dropdown-item\"><span itemprop=\"name\">Manufacturing</span></a></li>\n\t<li id=\"menu-item-5868\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5868 nav-item\"><a itemprop=\"url\" href=\"https://example110.com\" class=\"dropdown-item\"><span itemprop=\"name\">Non-Profit</span></a></li>\n\t<li id=\"menu-item-5869\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5869 nav-item\"><a itemprop=\"url\" href=\"https://example111.com\" class=\"dropdown-item\"><span itemprop=\"name\">Office Buildings</span></a></li>\n\t<li id=\"menu-item-5870\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5870 nav-item\"><a itemprop=\"url\" href=\"https://example112.com\" class=\"dropdown-item\"><span itemprop=\"name\">Power Generation</span></a></li>\n\t<li id=\"menu-item-5871\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5871 nav-item\"><a itemprop=\"url\" href=\"https://example113.com\" class=\"dropdown-item\"><span itemprop=\"name\">Residential Projects</span></a></li>\n\t<li id=\"menu-item-5872\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5872 nav-item\"><a itemprop=\"url\" href=\"https://example114.com\" class=\"dropdown-item\"><span itemprop=\"name\">Retail</span></a></li>\n\t<li id=\"menu-item-5873\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5873 nav-item\"><a itemprop=\"url\" href=\"https://example115.com\" class=\"dropdown-item\"><span itemprop=\"name\">Stadiums & Arenas</span></a></li>\n</ul>\n</li>\n<li id=\"menu-item-120\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-120 nav-item\"><a href=\"#\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\" class=\"dropdown-toggle nav-link\" id=\"menu-item-dropdown-120\"><span itemprop=\"name\">Regional Offices</span></a>\n<ul class=\"dropdown-menu\" aria-labelledby=\"menu-item-dropdown-120\">\n\t<li id=\"menu-item-207\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-207 nav-item\"><a itemprop=\"url\" href=\"https://example53.com\" class=\"dropdown-item\"><span itemprop=\"name\">Kentucky</span></a></li>\n\t<li id=\"menu-item-796\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-796 nav-item\"><a itemprop=\"url\" href=\"https://example49.com\" class=\"dropdown-item\"><span itemprop=\"name\">Maryland</span></a></li>\n\t<li id=\"menu-item-795\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-795 nav-item\"><a itemprop=\"url\" href=\"https://example116.com\" class=\"dropdown-item\"><span itemprop=\"name\">Ohio</span></a></li>\n\t<li id=\"menu-item-794\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-794 nav-item\"><a itemprop=\"url\" href=\"https://example51.com\" class=\"dropdown-item\"><span itemprop=\"name\">Pennsylvania</span></a></li>\n\t<li id=\"menu-item-793\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-793 nav-item\"><a itemprop=\"url\" href=\"https://example117.com\" class=\"dropdown-item\"><span itemprop=\"name\">West Virginia</span></a></li>\n</ul>\n</li>\n<li id=\"menu-item-210\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-210 nav-item\"><a itemprop=\"url\" href=\"https://example118.com\" class=\"nav-link\"><span itemprop=\"name\">Careers</span></a></li>\n<li id=\"menu-item-208\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-208 nav-item\"><a itemprop=\"url\" href=\"https://example119.com\" class=\"nav-link\"><span itemprop=\"name\">Contact</span></a></li>\n</ul> \n\n\t\t\t\t\t\t<div class=\"mobile li\"> \n\t\t\t\t\t\t\t<div class=\"col-right\">\n\t\t\t\t\t\t\t\t<div class=\"call-div\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"red-btn\" href=\"tel:791-555-0111\" target=\"\"><span>791-555-0111</span></a> \n\t\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div> \n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div class=\"contact-div\">\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"red-btn\" href=\"tel:791-555-0111\" target=\"\"><span>791-555-0111</span></a> \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"contact-icn\" href=\"/cdn-cgi/l/email-protection#5d34333b321d362f2e3073333829\">\n\t\t\t\t\t\t\t<img src=\"https://example120.com\" alt=\"Mail Icon\">\n\t\t\t\t\t\t\t<img class=\"fix-nav\" src=\"https://example121.com\" alt=\"Email Sheet Metal Contractor - Kalkreuth Roofing and Sheet Metal\">\n\t\t\t\t\t\t</a> \n\t\t\t\t\t\t\t\t\t</div> \n\t\t\t</div>\n\t\t</div>\n\t</header>\n<div class=\"content\">\n\n<section class=\"hero-home\" >\n \t\t<div class=\"bg-vid\">\n\t\t\t<video src=\"https://example122.com\" type=\"video/mp4\" autoplay=\"true\" loop=\"\" muted=\"\" playsinline=\"\" poster=\"https://example123.com\"></video>\n\t\t</div>\n <div class=\"container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-md-12\">\n\t\t\t\t<div class=\"hero-home-wrp\">\n\t\t\t\t\t\t\t\t\t\t\t<h1 class=\"silver-title\">Kalkreuth Roofing & Sheet Metal</h1>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Top Commercial Roofing Contractor</h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"cnt\">Kalkreuth Roofing and Sheet Metal is a Top 10 U.S. commercial roofing contractor, specializing in complex roofing, exterior envelope systems, and architectural wall cladding for demanding projects across multiple markets nationwide. As a full-service commercial contractor, roofing is at the core of our work. As one of the leading commercial metal roofing contractors in Wheeling and throughout the Mid-Atlantic, we bring four decades of experience to every project.</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"btn-label\">Setup A Call With Us Today</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"red-btn\" href=\"/contact/\" target=\"\"><span>Request a quote</span></a>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n </div>\n</section><!-- end .hero-home -->\n\n\n<section class=\"services wht-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n <h2 class=\"silver-title\">What Kalkreuth Does Best:</h2>\n <div class=\"services-list\">\n <div class=\"list-itm\">\n <div class=\"img-wrp\">\n <img decoding=\"async\" src=\"https://example124.com\" alt=\"\">\n </div>\n <div class=\"cnt-wrp\">\n <h6>Emergency Services</h6>\n <p>Disaster seems to strike at the most inconvenient times. That’s why our Emergency Service Line is available 24/ 7/ 365.</p>\n <a class=\"red-border-btn\" href=\"/services/emergency-response/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"img-wrp\">\n <img decoding=\"async\" src=\"https://example125.com\" alt=\"Wall Cladding\">\n </div>\n <div class=\"cnt-wrp\">\n <h6>Wall Cladding</h6>\n <p>Our 60,000-square-foot facility is dedicated to the custom fabrication of metal wall panel systems.</p>\n <a class=\"red-border-btn\" href=\"/services/exterior-cladding-service/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"img-wrp\">\n <img decoding=\"async\" src=\"https://example126.com\" alt=\"\">\n </div>\n <div class=\"cnt-wrp\">\n <h6>Re-Roof</h6>\n <p>From roof replacements to retrofits, we customize solutions for your roof’s condition and offer repairs and renewals when needed.</p>\n <a class=\"red-border-btn\" href=\"/services/roof-replacement/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"img-wrp\">\n <img decoding=\"async\" src=\"https://example127.com\" alt=\"New Construction\">\n </div>\n <div class=\"cnt-wrp\">\n <h6>New Construction</h6>\n <p>We provide accurate estimates and streamlined management with advanced tech, ensuring safety, compliance, and education.</p>\n <a class=\"red-border-btn\" href=\"/services/new-construction/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"img-wrp\">\n <img decoding=\"async\" src=\"https://example128.com\" alt=\"Sustainable Roofing Option - Kalkreuth Roofing and Sheet Metal\">\n </div>\n <div class=\"cnt-wrp\">\n <h6>Green (Vegetative) Roofing</h6>\n <p>Living roofing systems enhance building efficiency, sustainability, and design aesthetics across diverse project types.</p>\n <a class=\"red-border-btn\" href=\"/systems/roofing-systems/vegetative-roofing-systems/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section><!-- end .services -->\n\n\n\n<section class=\"overview\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n <div class=\"list-wrp\">\n <div class=\"list-itm\">\n <div class=\"count-wrp\">\n <p class=\"count\" data-target=\"40\">0</p>\n <span>+</span>\n </div>\n <span>Years</>\n </div>\n <div class=\"list-itm\">\n <div class=\"count-wrp\">\n <p class=\"count\" data-target=\"150\">0</p>\n <span>+</span>\n </div>\n <span>Team Members</>\n </div>\n <div class=\"list-itm\">\n <div class=\"count-wrp\">\n <p class=\"count\" data-target=\"30\">0</p>\n </div>\n <span>States with Projects</>\n </div>\n <div class=\"list-itm\">\n <div class=\"count-wrp\">\n <p class=\"count\" data-target=\"250\">0</p>\n <span>+</span>\n </div>\n <span>Completed Jobs Annually</>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section><!-- end .overview -->\n\n\n\n<section class=\"projects\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n <div class=\"list-wrp\">\n <div class=\"list-itm\">\n <div class=\"bg-img\"><img decoding=\"async\" src=\"https://example129.com\" alt=\"A large travel plaza\"></div>\n <div class=\"itm-wrp\">\n <h3>Beckley Travel Plaza</h3>\n <p>Click here to read more about this project.</p>\n <a class=\"red-btn\" href=\"https://example130.com\"><span>View Project</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"bg-img\"><img decoding=\"async\" src=\"https://example131.com\" alt=\"Cincinnati Public Radio - Kalkreuth Roofing and Sheet Metal\"></div>\n <div class=\"itm-wrp\">\n <h3>Cincinnati Public radio</h3>\n <p>Click here to read more about this project.</p>\n <a class=\"red-btn\" href=\"https://example132.com\"><span>View Project</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"bg-img\"><img decoding=\"async\" src=\"https://example133.com\" alt=\"Mercy Pavilion\"></div>\n <div class=\"itm-wrp\">\n <h3>UPMC Mercy Pavilion</h3>\n <p>The UPMC Mercy Pavilion is the home to the UPMC Vision Institute, UPMC Rehabilitation Institute, and 91,000 square feet of lab and research space. The placement of physical cues throughout the 10-story building is designed to welcome and guide all patients and visitors to their destination. Also…</p>\n <a class=\"red-btn\" href=\"https://example134.com\"><span>View Project</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"bg-img\"><img decoding=\"async\" src=\"https://example135.com\" alt=\"101 Constiution Ave Panels Project - Kalkreuth Roofing and Sheet Metal\"></div>\n <div class=\"itm-wrp\">\n <h3>101 Constitution Ave</h3>\n <p>Click here to read more about this project.</p>\n <a class=\"red-btn\" href=\"https://example136.com\"><span>View Project</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"bg-img\"><img decoding=\"async\" src=\"https://example137.com\" alt=\"\"></div>\n <div class=\"itm-wrp\">\n <h3>Sustainable Confidential Data Center Building</h3>\n <p>Click here to read more about this project.</p>\n <a class=\"red-btn\" href=\"https://example138.com\"><span>View Project</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"bg-img\"><img decoding=\"async\" src=\"https://example139.com\" alt=\"\"></div>\n <div class=\"itm-wrp\">\n <h3>Lower.com Improvements and Expansion</h3>\n <p>Click here to read more about this project.</p>\n <a class=\"red-btn\" href=\"https://example140.com\"><span>View Project</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"bg-img\"><img decoding=\"async\" src=\"https://example141.com\" alt=\"Wheeling YMCA\"></div>\n <div class=\"itm-wrp\">\n <h3>Wheeling YMCA</h3>\n <p>Click here to read more about this project.</p>\n <a class=\"red-btn\" href=\"https://example142.com\"><span>View Project</span></a>\n </div>\n </div>\n <div class=\"list-itm\">\n <div class=\"itm-wrp\">\n <h2 class=\"silver-title\">Our Projects</h2>\n <p>Kalkreuth Roofing and Sheet Metal provides comprehensive commercial roofing and exterior envelope solutions for a wide range of industries, including commercial high-rise buildings, healthcare facilities, urban developments, and complex large-scale construction projects. With over 40 years of experience as industrial roofing contractors, we understand the specific demands of each structure. From metal roofing for commercial buildings in the Mid-Atlantic region to nationwide projects, our team adapts to the unique requirements of every job. \nAs a commercial metal roofing contractor, we deliver high-quality construction, durable roofing systems, and reliable exterior solutions tailored to each project’s unique requirements. Our commercial contractor roofing services are at the core of our work, backed by decades of experience across the Mid-Atlantic.\n</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section><!-- end .recent-projects -->\n\n\n\n<section class=\"logo-list\" id=\"logo_list\"> \n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n <h2 class=\"silver-title\">Our Trusted Partners</h2>\n <div class=\"logo-list-wrp\">\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example143.com\" alt=\"Georgia Pacific Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example144.com\" alt=\"Beacon Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example145.com\" alt=\"Elevate Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example146.com\" alt=\"SMART Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example147.com\" alt=\"National Roofing Partners Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example148.com\" alt=\"Johns Manville Pacific Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example149.com\" alt=\"NRCA Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example150.com\" alt=\"Carlisle Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example151.com\" alt=\"SRS Distribution Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example152.com\" alt=\"United Union of Roofers - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example153.com\" alt=\"Kingspan Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example154.com\" alt=\"Versico Roofing Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example155.com\" alt=\"Centria Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example156.com\" alt=\"Overly Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example157.com\" alt=\"East Coast Metal System Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example158.com\" alt=\"WesBanco Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n <span class=\"list-itm\">\n <img decoding=\"async\" src=\"https://example159.com\" alt=\"ABC Supply Service and Maintenance - Kalkreuth Roofing and Sheet Metal\">\n </span>\n \n </div> \n </div>\n </div> \n </div>\n</section><!-- end .logo-list -->\n\n\n\n<section class=\"our-locations\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-5\">\n <div class=\"left-wrp\">\n <h2>Our Locations</h2>\n <p>We offer comprehensive commercial metal roofing in Wheeling, WV, along with full-service branches in Lexington, KY, Frederick, MD, Columbus, OH, and Pittsburgh, PA. Through this Mid-Atlantic network, you get faster response times, local expertise, and lasting protection for your building. \n</p>\n <div class=\"list-wrp\">\n <div class=\"list-itm\" data-id=\"#loc-1\">\n <span>Lexington, KY</span>\n <div class=\"cnt-wrp\">\n <div class=\"cnt-wrp-in\">\n <div class=\"detail\">\n <p><a href=\"https://example160.com\" target=\"_blank\" rel=\"noopener\">2131 Capstone Dr, Lexington, KY 40511</a></p>\n<p><strong>Phone Number:</strong> <a href=\"tel:8592317663\">859-231-ROOF(7663)</a></p>\n<p><strong>Toll Free Number:</strong> <a href=\"tel:940-555-0112\">940-555-0112</a></p>\n </div>\n <a class=\"red-btn\" href=\"/kentucky/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n </div>\n <div class=\"list-itm\" data-id=\"#loc-2\">\n <span>Frederick, MD</span>\n <div class=\"cnt-wrp\">\n <div class=\"cnt-wrp-in\">\n <div class=\"detail\">\n <p><a href=\"https://example161.com\" target=\"_blank\" rel=\"noopener\">5726 Industry Ln, Frederick, MD 21704</a></p>\n<p><strong>Phone Number:</strong> <a href=\"tel:8592317663\">859-231-ROOF(7663)</a></p>\n<p><strong>Toll Free Number:</strong> <a href=\"tel:940-555-0112\">940-555-0112</a></p>\n </div>\n <a class=\"red-btn\" href=\"/maryland/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n </div>\n <div class=\"list-itm\" data-id=\"#loc-3\">\n <span>Columbus, OH</span>\n <div class=\"cnt-wrp\">\n <div class=\"cnt-wrp-in\">\n <div class=\"detail\">\n <p><a href=\"https://example162.com\" target=\"_blank\" rel=\"noopener\">8345 Green Meadows Dr #9451, Lewis Center, OH 43035</a></p>\n<p><strong>Phone Number:</strong> <a href=\"tel:8592317663\">859-231-ROOF(7663)</a></p>\n<p><strong>Toll Free Number:</strong> <a href=\"tel:940-555-0112\">940-555-0112</a></p>\n </div>\n <a class=\"red-btn\" href=\"/ohio/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n </div>\n <div class=\"list-itm\" data-id=\"#loc-4\">\n <span>Pittsburgh, PA</span>\n <div class=\"cnt-wrp\">\n <div class=\"cnt-wrp-in\">\n <div class=\"detail\">\n <p>372 Commercial St Bridgeville, PA 15017</p>\n<p><strong>Phone Number:</strong> <a href=\"tel:8592317663\">859-231-ROOF(7663)</a></p>\n<p><strong>Toll Free Number:</strong> <a href=\"tel:940-555-0112\">940-555-0112</a></p>\n </div>\n <a class=\"red-btn\" href=\"/pennsylvania/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n </div>\n <div class=\"list-itm\" data-id=\"#loc-5\">\n <span>Wheeling, WV</span>\n <div class=\"cnt-wrp\">\n <div class=\"cnt-wrp-in\">\n <div class=\"detail\">\n <p><a href=\"https://example163.com\" target=\"_blank\" rel=\"noopener\">53 14th St #100, Wheeling, WV 26003</a></p>\n<p><strong>Phone Number:</strong> <a href=\"tel:8592317663\">859-231-ROOF(7663)</a></p>\n<p><strong>Toll Free Number:</strong> <a href=\"tel:940-555-0112\">940-555-0112</a></p>\n </div>\n <a class=\"red-btn\" href=\"/west-virginia/\" target=\"\"><span>Learn More</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"col-md-7\">\n <div class=\"right-wrp\">\n <div class=\"map\" id=\"loc-1\">\n <iframe src=\"https://example164.com\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" =\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe> </div>\n <div class=\"map\" id=\"loc-2\">\n <iframe src=\"https://example165.com\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" =\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe> </div>\n <div class=\"map\" id=\"loc-3\">\n <iframe src=\"https://example166.com\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" =\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe> </div>\n <div class=\"map\" id=\"loc-4\">\n <iframe src=\"https://example167.com\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" =\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe> </div>\n <div class=\"map\" id=\"loc-5\">\n <iframe src=\"https://example168.com\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" =\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe> </div>\n </div>\n </div>\n </div>\n </div>\n</section><!-- end .our-locations -->\n\n\n\n<section class=\"latest-news\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"heading\">\n <h2 class=\"silver-title\">Latest News</h2>\n </div>\n <div class=\"news-wrp\">\n <div class=\"pro-tips\">\n <div class=\"bg-img\">\n <img decoding=\"async\" class=\"desktop\" src=\"https://example169.com\" alt=\"Post Thumbnail\">\n <img decoding=\"async\" class=\"mobile\" src=\"https://example169.com\" alt=\"Post Thumbnail\">\n </div>\n <div class=\"cnt-wrp\">\n <div class=\"cnt-wrp-in\">\n <h3><a href=\"https://example170.com\">Kalkreuth Celebrates National Roofing Week</a></h3>\n <p>Kalkreuth Roofing and Sheet Metal is proud to celebrate the return of National Roofing Week. This annual event recognizes the vital role the roofing industry plays in protecting homes, businesses, schools, hospitals, and critical infrastructure. Hosted by the National Roofing Contractors Association, the week-long celebration took place June 7 to June 13, 2026, encouraging roofing…</p>\n </div>\n <a href=\"https://example170.com\" class=\"red-btn\"><span>Read More</span></a>\n </div>\n </div>\n <div class=\"pro-tips\">\n <div class=\"bg-img\">\n <img decoding=\"async\" class=\"desktop\" src=\"https://example171.com\" alt=\"Post Thumbnail\">\n <img decoding=\"async\" class=\"mobile\" src=\"https://example171.com\" alt=\"Commercial Roofing Company Participates in ACE Mentoring\">\n </div>\n <div class=\"cnt-wrp\">\n <div class=\"cnt-wrp-in\">\n <h5><a href=\"https://example172.com\">Kalkreuth Supports Future Industry Leaders Through Frederick ACE Mentoring Program</a></h5>\n <p>Students from the ACE Mentoring Program in Frederick, Maryland, recently presented their year-end design projects after months of innovation. Throughout the program, they explored potential careers in architecture, construction, and engineering while developing valuable skills. Kalkreuth Roofing and Sheet Metal is proud to sponsor the Frederick ACE Mentoring Program. The commercial roofing company remains committed…</p>\n </div>\n <a href=\"https://example172.com\" class=\"red-btn\"><span>Read More</span></a>\n </div>\n </div>\n <div class=\"pro-tips\">\n <div class=\"bg-img\">\n <img decoding=\"async\" class=\"desktop\" src=\"https://example173.com\" alt=\"Post Thumbnail\">\n <img decoding=\"async\" class=\"mobile\" src=\"https://example174.com\" alt=\"\">\n </div>\n <div class=\"cnt-wrp\">\n <div class=\"cnt-wrp-in\">\n <h5><a href=\"https://example175.com\">Kalkreuth Delivers Community Donations to Rosenbaum Family House</a></h5>\n <p>Kalkreuth Roofing and Sheet Metal is proud to announce a recent employee-led donation drive supporting the Rosenbaum Family House. The Rosenbaum House is a vital WVU Medicine facility in Morgantown, West Virginia. Employees from Kalkreuth’s Wheeling office, along with contributions from several businesses, came together to collect essential items to support families. Representatives from Kalkreuth…</p>\n </div>\n <a href=\"https://example175.com\" class=\"red-btn\"><span>Read More</span></a>\n </div>\n </div>\n </div>\n <div class=\"btn-wrp\">\n <a class=\"red-border-btn\" href=\"/news/\"><span>All News</span></a>\n </div>\n </div>\n </div>\n</section><!-- end .our-locations -->\n\n\n\n \n<section class=\"cta blk-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n <h4>Looking for roofing solutions for your business?</h4>\n <h2 class=\"silver-title\">Let’s Make it happen.</h2>\n <div class=\"form-wrp\">\n <div class=\"form\">\n \n <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_1' ><div id='gf_1' class='gform_anchor' tabindex='-1'></div>\n <div class='gform_heading'>\n <p class='gform_description'></p>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>"<span class=\"gfield_required gfield_required_asterisk\">*</span>" indicates required fields</p>\n </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1' action='/#gf_1' data-formid='1' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LeFY4YqAAAAAChtkNHhBPr0VZDgAi1-grMx7riT' data-tabindex='0'><input id=\"input_48f8a026ae45ac0ebcb43faee8deae06\" class=\"gfield_recaptcha_response\" type=\"hidden\" name=\"input_48f8a026ae45ac0ebcb43faee8deae06\" value=\"\"/></div>\n <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_7\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\" ><label class='gfield_label gform-field-label' for='input_1_7'>Email</label><div class='ginput_container'><input name='input_7' id='input_1_7' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_1_7'>This field is for validation purposes and should be left unchanged.</div></div><div id=\"field_1_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\" ><label class='gfield_label gform-field-label' for='input_1_1'>First Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='large' placeholder='First Name' aria-required=\"true\" aria-invalid=\"false\" /></div></div><div id=\"field_1_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\" ><label class='gfield_label gform-field-label' for='input_1_3'>Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_1_3' type='text' value='' class='large' placeholder='Last Name' aria-required=\"true\" aria-invalid=\"false\" /></div></div><div id=\"field_1_4\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\" ><label class='gfield_label gform-field-label' for='input_1_4'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label><div class='ginput_container ginput_container_email'>\n <input name='input_4' id='input_1_4' type='email' value='' class='large' placeholder='Email' aria-required=\"true\" aria-invalid=\"false\" />\n </div></div><div id=\"field_1_5\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\" ><label class='gfield_label gform-field-label' for='input_1_5'>Zip Code<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_1_5' type='text' value='' class='large' placeholder='Zip Code' aria-required=\"true\" aria-invalid=\"false\" /></div></div><div id=\"field_1_6\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\" ><label class='gfield_label gform-field-label' for='input_1_6'>What Are Your Interested In?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_6' id='input_1_6' class='large gfield_select' aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>What Are Your Interested In?</option><option value='Roofing Systems' >Roofing Systems</option><option value='Exterior Cladding' >Exterior Cladding</option><option value='Waterproofing' >Waterproofing</option></select></div></div></div></div>\n <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick=\"if (!window.__cfRLUnblockHandlers) return false; gform.submission.handleButtonClick(this);\" data-submission-type='submit' value='Submit' data-cf-modified-1fbf8ca09a18a898176b7f2c-=\"\" /> <input type='hidden' name='gform_ajax' value='form_id=1&title=&description=1&tabindex=0&theme=gravity-theme&styles=[]&hash=9d37059cc1308b36b73542b7de83f980' />\n <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='iframe' />\n <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='gravity-theme' />\n <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' />\n <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' />\n <input type='hidden' class='gform_hidden' name='gform_submit' value='1' />\n \n <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='hIu6ot9ylSHmh2IgXg2tSKEPDLKiNL1bgPjuCjFOfKFxpBpr3hSUPmXLBuJ3bktSRs7tkuaAHggAwzTzniDfJ1afLmqvpltxvZFOn4VESh5EwIE=' />\n <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />\n <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCI2XCI6W1wiY2MzODhjNDEzNmU4ZWRkOWU0ZTFlYzE1ZTZlZjJkZjBcIixcImQyNjU1MWI5YjhiYzFkZWIyZmJkYmJjYjhhN2RhMWY5XCIsXCI4NmY2ZmUwYTQ0ODBiY2YwOGZhODU5NjUzNWQwMzE5M1wiXX0iLCI4ZTcwNGVjMWEwYzc3ZGU0YTVjMDk1MjlmYmY4ZWNlOCJd' />\n <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' />\n <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' />\n <input type='hidden' name='gform_field_values' value='' />\n \n </div>\n <p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>Δ<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea></label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"97\"/><script data-cfasync=\"false\" src=\"/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js\"></script><script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\ndocument.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n</script>\n</p></form>\n </div>\n\t\t <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>\n\t\t <script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\ngform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://example176.com', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://example176.com', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( \"span\" ); visibilitySpan.id = \"gform_visibility_test_1\"; gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan ); } const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );\n</script>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section><!-- end .cta -->\n\n\n<section class=\"contact-bar\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n <div class=\"phn-no\">\n <span>Emergency Roofing Services 24/7:</span><a href=\"tel:791-555-0111\"><span>791-555-0111</span></a>\n </div>\n </div>\n </div>\n</section><!-- end .contact-bar -->\n\n\n\n<script type=\"application/ld+json\">\n{\n \"@context\": \"https://example177.com\", \n \"@type\": \"Product\", \n \"name\": \"Wheeling Roofing and Sheet Metal Contractors\",\n \"image\": \"https://example62.com\",\n \"description\": \"Kalkreuth Roofing and Sheet Metal is one of the top roofing contractors in the United States and strives to maintain a progressive vision for the future. Not only does Kalkreuth specialize in roofing, but we also have expertise in wall cladding.\",\n \"aggregateRating\": {\n \"@type\": \"AggregateRating\",\n \"ratingValue\": \"5.0\",\n \"bestRating\": \"5\",\n \"worstRating\": \"1\",\n \"ratingCount\": \"51\"\n }\n}\n</script>\n</div>\n\n\t<footer class=\"footer\">\n\t\t<div class=\"container\">\n\t\t\t<div class=\"footer-row\">\n\t\t\t\t<div class=\"col-left\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"f-logo\">\n\t\t\t\t\t\t\t<a href=\"https://example61.com\"><img src=\"https://example62.com\" alt=\"Footer Logo\"></a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"red-btn\" href=\"tel:791-555-0111\" target=\"\"><span>791-555-0111</span></a> \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"f-cnt\"><p>Headquarters</p><a target=\"_blank\" href=\"https://example178.com\">53 14th Street<br> Wheeling, WV, 26003</a></div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"f-social-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a target=\"_blank\" href=\"https://example8.com\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"https://example179.com\" alt=\"facebook\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"hover\" src=\"https://example180.com\" alt=\"Facebook Hover\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a target=\"_blank\" href=\"https://example37.com\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"https://example181.com\" alt=\"linkedin\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"hover\" src=\"https://example182.com\" alt=\"Linkedin Hover\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t<div class=\"col-center\">\n\t\t\t\t\t<div class=\"col-in\">\n\t\t\t\t\t\t<h5>Resources</h5>\t\t\t\t\t\t<div class=\"menu-footer-resource-container\"><ul id=\"menu-footer-resource\" class=\"menu\" itemscope itemtype=\"http://example63.com\"><li id=\"menu-item-684\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-684\"><a href=\"https://example67.com\">Services</a></li>\n<li id=\"menu-item-681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-681\"><a href=\"https://example118.com\">Careers</a></li>\n<li id=\"menu-item-680\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-680\"><a href=\"https://example64.com\">About</a></li>\n<li id=\"menu-item-683\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-683\"><a href=\"https://example94.com\">Our Work</a></li>\n<li id=\"menu-item-5773\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-5773\"><a href=\"https://example66.com\">News</a></li>\n<li id=\"menu-item-682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-682\"><a href=\"https://example119.com\">Contact</a></li>\n</ul></div>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"col-right\">\n\t\t\t\t\t<div class=\"col-in\">\n\t\t\t\t\t\t<h5>Locations</h5>\t\t\t\t\t\t<div class=\"menu-footer-locations-container\"><ul id=\"menu-footer-locations\" class=\"menu\" itemscope itemtype=\"http://example63.com\"><li id=\"menu-item-685\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-685\"><a href=\"https://example53.com\">Kentucky</a></li>\n<li id=\"menu-item-792\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-792\"><a href=\"https://example49.com\">Maryland</a></li>\n<li id=\"menu-item-791\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-791\"><a href=\"https://example116.com\">Ohio</a></li>\n<li id=\"menu-item-790\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-790\"><a href=\"https://example51.com\">Pennsylvania</a></li>\n<li id=\"menu-item-789\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-789\"><a href=\"https://example117.com\">West Virginia</a></li>\n</ul></div>\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"footer-row2\">\n\t\t\t\t\t\t\t\t\t<p class=\"copyright\">© 2026 Kalkreuth Roofing And Sheet Metal All Rights Reserved</p> \n\t\t\t\t \n\t\t\t\t<ul class=\"f-menu2-list\">\n\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://example183.com\" target=\"\">Customer Portal</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/privacy-policy/\" target=\"\">Privacy Policy</a></li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"/terms-of-use/\" target=\"\">Terms of Use</a></li>\n\t\t\t\t\t\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</div>\n\t</footer><!-- end footer -->\t\t\t\n\n</div> <!-- end #container -->\n\t\t\n\t<!-- all js scripts are loaded in library/primer.php -->\n\t<!-- wpcom_wp_footer -->\n<script type=\"speculationrules\">\n{\"prefetch\":[{\"source\":\"document\",\"where\":{\"and\":[{\"href_matches\":\"/*\"},{\"not\":{\"href_matches\":[\"/wp-*.php\",\"/wp-admin/*\",\"/wp-content/uploads/*\",\"/wp-content/*\",\"/wp-content/plugins/*\",\"/wp-content/themes/kalkreuth/*\",\"/*\\\\?(.+)\"]}},{\"not\":{\"selector_matches\":\"a[rel~=\\\"nofollow\\\"]\"}},{\"not\":{\"selector_matches\":\".no-prefetch, .no-prefetch a\"}}]},\"eagerness\":\"conservative\"}]}\n</script>\n<meta id=\"bilmur\" property=\"bilmur:data\" content=\"\" data-customproperties=\"{"woo_active":"0","logged_in":"0","wptheme":"kalkreuth","wptheme_is_block":"0"}\" data-provider=\"wordpress.com\" data-service=\"atomic\" data-site-tz=\"America/New_York\" >\n<script defer src=\"https://example184.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"whatconverts-tracking-script-js-before\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\nvar $wc_load=function(a){return JSON.parse(JSON.stringify(a))},$wc_leads=$wc_leads||{doc:{url:$wc_load(document.URL),ref:$wc_load(document.referrer),search:$wc_load(location.search),hash:$wc_load(location.hash)}};\n//# sourceURL=whatconverts-tracking-script-js-before\n</script>\n<script id=\"whatconverts-tracking-script-js\" src=\"//s.ksrndkehqnwntyxlhgto.com/127766.js\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"gforms_recaptcha_recaptcha-js-extra\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\nvar gforms_recaptcha_recaptcha_strings = {\"nonce\":\"05292f6241\",\"disconnect\":\"Disconnecting\",\"change_connection_type\":\"Resetting\",\"spinner\":\"https://example176.com\",\"connection_type\":\"classic\",\"disable_badge\":\"1\",\"change_connection_type_title\":\"Change Connection Type\",\"change_connection_type_message\":\"Changing the connection type will delete your current settings. Do you want to proceed?\",\"disconnect_title\":\"Disconnect\",\"disconnect_message\":\"Disconnecting from reCAPTCHA will delete your current settings. Do you want to proceed?\",\"site_key\":\"6LeFY4YqAAAAAChtkNHhBPr0VZDgAi1-grMx7riT\"};\n//# sourceURL=gforms_recaptcha_recaptcha-js-extra\n</script>\n<script data-wp-strategy=\"defer\" defer id=\"gforms_recaptcha_recaptcha-js\" src=\"https://example185.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script data-wp-strategy=\"defer\" defer id=\"gforms_recaptcha_frontend-js\" src=\"https://example186.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"jetpack-stats-js-before\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\n_stq = window._stq || [];\n_stq.push([ \"view\", {\"v\":\"ext\",\"blog\":\"225852019\",\"post\":\"89\",\"tz\":\"-4\",\"srv\":\"krsm.net\",\"hp\":\"atomic\",\"ac\":\"2\",\"amp\":\"0\",\"j\":\"1:16.1-a.1\"} ]);\n_stq.push([ \"clickTrackerInit\", \"225852019\", \"89\" ]);\n//# sourceURL=jetpack-stats-js-before\n</script>\n<script data-wp-strategy=\"defer\" defer fetchpriority=\"low\" id=\"jetpack-stats-js\" src=\"https://example187.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"rocketfix-js-js\" src=\"https://example188.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"primer-js-js\" src=\"https://example189.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"wp-dom-ready-js\" src=\"https://example190.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"wp-hooks-js\" src=\"https://example191.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"wp-i18n-js\" src=\"https://example192.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"wp-i18n-js-after\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\nwp.i18n.setLocaleData( { 'text direction\\u0004ltr': [ 'ltr' ] } );\n//# sourceURL=wp-i18n-js-after\n</script>\n<script id=\"wp-a11y-js\" src=\"https://example193.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"gform_json-js\" defer='defer' src=\"https://example194.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"gform_gravityforms-js-extra\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\nvar gform_i18n = {\"datepicker\":{\"days\":{\"monday\":\"Mo\",\"tuesday\":\"Tu\",\"wednesday\":\"We\",\"thursday\":\"Th\",\"friday\":\"Fr\",\"saturday\":\"Sa\",\"sunday\":\"Su\"},\"months\":{\"january\":\"January\",\"february\":\"February\",\"march\":\"March\",\"april\":\"April\",\"may\":\"May\",\"june\":\"June\",\"july\":\"July\",\"august\":\"August\",\"september\":\"September\",\"october\":\"October\",\"november\":\"November\",\"december\":\"December\"},\"firstDay\":1,\"iconText\":\"Select date\"}};\nvar gf_legacy_multi = [];\nvar gform_gravityforms = {\"strings\":{\"invalid_file_extension\":\"This type of file is not allowed. Must be one of the following:\",\"file_uploaded\":\"File uploaded\",\"delete_file\":\"Delete this file\",\"in_progress\":\"in progress\",\"file_exceeds_limit\":\"File exceeds size limit\",\"illegal_extension\":\"This type of file is not allowed.\",\"max_reached\":\"Maximum number of files reached\",\"unknown_error\":\"There was a problem while saving the file on the server\",\"currently_up\":\"Please wait for the up to complete\",\"cancel\":\"Cancel\",\"cancel_upload\":\"Cancel this upload\",\"cancelled\":\"Cancelled\",\"error\":\"Error\",\"message\":\"Message\"},\"vars\":{\"images_url\":\"https://example195.com\"}};\nvar gf_global = {\"gf_currency_config\":{\"name\":\"U.S. Dollar\",\"symbol_left\":\"$\",\"symbol_right\":\"\",\"symbol_padding\":\"\",\"thousand_separator\":\",\",\"decimal_separator\":\".\",\"decimals\":2,\"code\":\"USD\"},\"base_url\":\"https://example196.com\",\"number_formats\":[],\"spinnerUrl\":\"https://example176.com\",\"version_hash\":\"f9915b537e737c7afaea52b0a2e3e945\",\"strings\":{\"newRowAdded\":\"New row added.\",\"rowRemoved\":\"Row removed\",\"formSaved\":\"The form has been saved. The content contains the link to return and complete the form.\"}};\n//# sourceURL=gform_gravityforms-js-extra\n</script>\n<script id=\"gform_gravityforms-js\" defer='defer' src=\"https://example197.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"gform_placeholder-js\" defer='defer' src=\"https://example198.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"gform_gravityforms_utils-js\" defer='defer' src=\"https://example199.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"gform_gravityforms_theme_vendors-js\" defer='defer' src=\"https://example200.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"gform_gravityforms_theme-js-extra\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\nvar gform_theme_config = {\"common\":{\"form\":{\"honeypot\":{\"version_hash\":\"f9915b537e737c7afaea52b0a2e3e945\"},\"ajax\":{\"ajaxurl\":\"https://example27.com\",\"ajax_submission_nonce\":\"e5de4e595f\",\"i18n\":{\"step_announcement\":\"Step %1$s of %2$s, %3$s\",\"unknown_error\":\"There was an unknown error processing your request. Please try again.\",\"error_403\":\"The request was blocked (403 error) for unknown security reasons. Remove any code-like text (scripts or DB queries) and try again.\"}}}},\"hmr_dev\":\"\",\"public_path\":\"https://example201.com\",\"config_nonce\":\"0c6c3c0fad\"};\n//# sourceURL=gform_gravityforms_theme-js-extra\n</script>\n<script id=\"gform_gravityforms_theme-js\" defer='defer' src=\"https://example202.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">var gfZeroSpamConfig = {\"forms\":[{\"ajaxUrl\":\"https:\\/\\/krsm.net\\/wp-admin\\/admin-ajax.php\",\"fallbackToken\":\"MXwxNzg0MDUyMzgxfDE3ODQ2NTcxODF8NDNmNWM2ODA4Mjc3ZDJjMWNjYjg1YTVjYWM1YjNjNzV8MQ.ZWQ5MDI5NDY4ODY3NjQ1NTA4MzlhNzA1YmNjNTMwMjAyNDMyMDJhODVkNDgxMWJiMWI5YjlmMGQ2MWI1OGU4Zg\",\"formId\":1,\"timeout\":3000}],\"debug\":false};</script>\n<script id=\"gf-zero-spam-js\" defer='defer' src=\"https://example203.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script defer id=\"akismet-frontend-js\" src=\"https://example204.com\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n<script id=\"wp-emoji-settings\" type=\"application/json\">\n{\"baseUrl\":\"https://example205.com\",\"ext\":\".png\",\"svgUrl\":\"https://example206.com\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https://example207.com\"}}\n</script>\n<script type=\"1fbf8ca09a18a898176b7f2c-module\">\n/*! This file is auto-generated */\nconst a=JSON.parse(document.getElementById(\"wp-emoji-settings\").textContent),o=(window._wpemojiSettings=a,\"wpEmojiSettingsSupports\"),s=[\"flag\",\"emoji\"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case\"flag\":return n(e,\"\\ud83c\\udff3\\ufe0f\\u200d\\u26a7\\ufe0f\",\"\\ud83c\\udff3\\ufe0f\\u200b\\u26a7\\ufe0f\")?!1:!n(e,\"\\ud83c\\udde8\\ud83c\\uddf6\",\"\\ud83c\\udde8\\u200b\\ud83c\\uddf6\")&&!n(e,\"\\ud83c\\udff4\\udb40\\udc67\\udb40\\udc62\\udb40\\udc65\\udb40\\udc6e\\udb40\\udc67\\udb40\\udc7f\",\"\\ud83c\\udff4\\u200b\\udb40\\udc67\\u200b\\udb40\\udc62\\u200b\\udb40\\udc65\\u200b\\udb40\\udc6e\\u200b\\udb40\\udc67\\u200b\\udb40\\udc7f\");case\"emoji\":return!a(e,\"\\ud83e\\u1fac8\")}return!1}function f(e,t,n,a){let r;const o=(r=\"undefined\"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement(\"canvas\")).getContext(\"2d\",{willReadFrequently:!0}),s=(o.textBaseline=\"top\",o.font=\"600 32px Arial\",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement(\"script\");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if(\"object\"==typeof e&&\"number\"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&\"object\"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if(\"undefined\"!=typeof Worker&&\"undefined\"!=typeof OffscreenCanvas&&\"undefined\"!=typeof URL&&URL.createObjectURL&&\"undefined\"!=typeof Blob)try{var e=\"postMessage(\"+f.toString()+\"(\"+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(\",\")+\"));\",a=new Blob([e],{type:\"text/javascript\"});const r=new Worker(URL.createObjectURL(a),{name:\"wpTestEmojiSupports\"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],\"flag\"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});\n//# sourceURL=https://example208.com\n</script>\n<script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\ngform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){\n Placeholders.enable();\n }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } );\n</script>\n<script type=\"1fbf8ca09a18a898176b7f2c-text/javascript\">\ngform.initializeOnLoaded( function() {jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"1\", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( \"span\" ); visibilitySpan.id = \"gform_visibility_test_1\"; gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan ); } const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );\n</script>\n\t\n\t<!-- Bootstrap JS -->\n\t<script src=\"https://example209.com\" integrity=\"sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW\" crossorigin=\"anonymous\" type=\"1fbf8ca09a18a898176b7f2c-text/javascript\"></script>\n\n\t<script src=\"/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-.min.js\" data-cf-settings=\"1fbf8ca09a18a898176b7f2c-|49\" defer></script><script defer src=\"https://example210.com\" integrity=\"sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==\" data-cf-beacon='{\"version\":\"2024.11.0\",\"token\":\"4abc425e2cca89819e1a1302cf422cfe\",\"r\":1,\"server_timing\":{\"name\":{\"cfCacheStatus\":true,\"cfEdge\":true,\"cfExtPri\":true,\"cfL4\":true,\"cfOrigin\":true,\"cfSpeedBrain\":true},\"location_startswith\":null}}' crossorigin=\"anonymous\"></script>\n</body>\n</html> <!-- end page. what a ride! -->\n<!--\n\tgenerated in 1.268 seconds\n\t132535 bytes batcached for 300 seconds\n-->\n" | |

| } | | | } | | | ], | | | "ICP Scoring Agent": [ | | | { | |

| "json": { | |
| "output": { | |

| "icp_score": 70, | | | "tier": "B", | | | "qualified": true, | | | "recommended_solution": "Internal Workflow Automation", | | | "pain_points": [ | | | "Streamlining operations across multiple industries", | | | "Improving internal workflow efficiency", | | | "Automation of repetitive operational tasks" | | | ], | | | "reasoning": "The prospect is an Operations Manager at a company with multiple industries including Real Estate, which matches one of the ideal industries. The company size of 110 employees fits well within the 50-500 employee range. The decision maker role is relevant as Operations Manager aligns with Operations leaders. There are clear opportunities for internal workflow automation due to the multi-industry nature and the operational scope. The geographic location is in the United States, which generally aligns with typical target markets but not a specified factor in the ICP. Overall, the prospect is a good fit for AI solutions primarily in Internal Workflow Automation, though other specific automation areas like sales or customer support may be less relevant given the role and company context.", | | | "score_breakdown": { | | | "industry_fit": 20, | | | "company_size_fit": 18, | | | "decision_maker_fit": 18, | | | "automation_opportunity": 18, | | | "geographic_fit": 6 | | | } | | | } | | | } | | | } | | | ] | | | }, | | | "connections": { | | | "When clicking ‘Execute workflow’": { | | | "main": [ | | | [ | | | { | | | "node": "Lead Scraping", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Lead Scraping": { | |
| "main": [ | |

| [ | | | { | | | "node": "Wait", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Wait": { | |
| "main": [ | |

| [ | | | { | | | "node": "Get Leads", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Get Leads": { | |
| "main": [ | |

| [ | | | { | | | "node": "Loop Over Items", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Loop Over Items": { | |
| "main": [ | |
| [], | |

| [ | | | { | | | "node": "ICP Scoring Agent", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Structured Output Parser": { | |
| "ai_outputParser": [ | |

| [ | | | { | | | "node": "ICP Scoring Agent", | | | "type": "ai_outputParser", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "OpenAI Chat Model": { | |
| "ai_languageModel": [ | |

| [ | | | { | | | "node": "ICP Scoring Agent", | | | "type": "ai_languageModel", | | | "index": 0 | | | }, | | | { | | | "node": "Product Matching Agent", | | | "type": "ai_languageModel", | | | "index": 0 | | | }, | | | { | | | "node": "Company Research Agent", | | | "type": "ai_languageModel", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "ICP Scoring Agent": { | |
| "main": [ | |

| [ | | | { | | | "node": "If", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "If": { | |
| "main": [ | |

| [ | | | { | | | "node": "Product Matching Agent", | | | "type": "main", | | | "index": 0 | | | } | | | ], | | | [ | | | { | | | "node": "Loop Over Items", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Structured Output Parser1": { | |
| "ai_outputParser": [ | |

| [ | | | { | | | "node": "Product Matching Agent", | | | "type": "ai_outputParser", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Product Matching Agent": { | |
| "main": [ | |

| [ | | | { | | | "node": "Fetch Company Website", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Fetch Company Website": { | |
| "main": [ | |

| [ | | | { | | | "node": "HTML", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "HTML": { | |
| "main": [ | |

| [ | | | { | | | "node": "Company Research Agent", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Structured Output Parser2": { | |
| "ai_outputParser": [ | |

| [ | | | { | | | "node": "Company Research Agent", | | | "type": "ai_outputParser", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Company Research Agent": { | |
| "main": [ | |

| [ | | | { | | | "node": "Insert row", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | }, | |

| "Insert row": { | |
| "main": [ | |

| [ | | | { | | | "node": "Loop Over Items", | | | "type": "main", | | | "index": 0 | | | } | | | ] | | | ] | | | } | | | }, | | | "active": false, | | | "settings": { | | | "executionOrder": "v1" | | | }, | |

| "versionId": "00000000-0000-4000-8000-000000000017", | |
| "meta": { | |

| "templateCredsSetupCompleted": true, | | | "instanceId": "ea55f54e1574697a59a9d779d49d4fc25ed1c6e035bef230a358f9f0acb8ca56" | | | }, | | | "id": "uDTha7ms4EsGmnBv", | | | "tags": [] | | | } |

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @n8n 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/ai-prospecting-quali…] indexed:0 read:104min 2026-07-15 ·