Estate & Letting Agents in Scamblesby, East Lindsey

Find Estate Agents in Scamblesby, East Lindsey
2 results
Robert Bell & Company

Horncastle

Sales
4 active listings in Scamblesby, East Lindsey, Lincolnshire, England
181 total
Old BankChambers, Bull Ring, Horncastle, LN9 5HY
View Profile
Masons

Louth

Lettings Sales
2 active listings in Scamblesby, East Lindsey, Lincolnshire, England
130 total
Cornmarket, Louth, LN11 9QD
View Profile
initializeAllPremierCards() }); // Load detailed stats function function loadDetailedStats() { const button = document.getElementById('load-more-stats'); const statsContainer = document.getElementById('detailed-stats'); if (statsContainer.classList.contains('hidden')) { // Show loading state button.innerHTML = ` Loading... `; // Make AJAX call for detailed stats const location = 'Scamblesby, East Lindsey'; const agentType = ''; fetch(`/api/agents/detailed-stats?location=${encodeURIComponent(location)}&type=${agentType}`) .then(response => response.json()) .then(data => { // Build detailed stats HTML let statsHtml = '
'; // Property types breakdown if (data.propertyTypes && Object.keys(data.propertyTypes).length > 0) { statsHtml += `
Property Types
`; for (const [type, count] of Object.entries(data.propertyTypes)) { const percentage = Math.round((count / data.totalProperties) * 100); statsHtml += `
${type}: ${count.toLocaleString()} (${percentage}%)
`; } statsHtml += '
'; } // Price ranges if (data.priceRanges) { statsHtml += `
Price Ranges
Avg Sale Price: £${data.priceRanges.avgSalePrice?.toLocaleString() || 'N/A'}
Avg Rent PCM: £${data.priceRanges.avgRentPrice?.toLocaleString() || 'N/A'}
`; } // Top performing agents if (data.topAgents && data.topAgents.length > 0) { statsHtml += `
Top Agents
`; data.topAgents.slice(0, 3).forEach(agent => { statsHtml += `
${agent.name}: ${agent.property_count} props
`; }); statsHtml += '
'; } statsHtml += '
'; // Show stats statsContainer.innerHTML = statsHtml; statsContainer.classList.remove('hidden'); // Update button button.innerHTML = ` Hide Insights `; }) .catch(error => { // If API fails, show some calculated stats from existing data const agents = [{"core_branch_id":57807,"verification_status":"pending","verified_at":null,"verified_by":null,"verification_notes":null,"name":"Robert Bell \u0026 Company","email":"horncastle@robert-bell.org","sales_phone_number":"01507 522222","address":"Old BankChambers, \r\nBull Ring,\r\nHorncastle,\r\nLN9 5HY \r\n","postcode":"LN9 5HY","website_url":"https:\/\/www.robert-bell.org","description":null,"listings_feed_url":null,"feed_format":null,"last_feed_sync":null,"crm_provider":null,"logo":"https:\/\/cdn.home.co.uk\/agents\/57807\/logo.png","office_images":null,"claimed_at":null,"created_at":"2025-12-09T17:18:01.000000Z","updated_at":"2026-01-20T19:57:45.000000Z","deleted_at":null,"claimed_user_id":null,"profile_status":"on_hold","assigned_user_id":null,"id":57807,"agent_company_id":1553,"branch_location":"Horncastle","lettings_phone_number":null,"is_sales":true,"is_lettings":false,"is_commercial":false,"is_hm_agent":false,"geopoint":"0101000020E61000006AA2CF471971BDBF88653387A49A4A40","agent_brand_id":2128,"offers_sales":true,"offers_lettings":false,"claimed_assigned_user_id":null,"brand_color":null,"logo_rect":null,"address_lines":"Old BankChambers, Bull Ring, Horncastle","has_home_listings":false,"external_crm_branch_id":null,"agent_name":"Robert Bell \u0026 Company","branch_name":"Horncastle","lettings":false,"sales":true,"commercial":false,"h_email":"horncastle@robert-bell.org","has_email":true,"h_phone":"01507 522222","has_phone":true,"resolved_brand_color":"#023380","boundary_listing_count":"4","property_count":"181","latitude":53.208146,"longitude":-0.115007},{"core_branch_id":57756,"verification_status":"pending","verified_at":null,"verified_by":null,"verification_notes":null,"name":"Masons","email":"melissa@masons-surveyors.co.uk","sales_phone_number":"01507 350500","address":"Cornmarket,\r\nLouth,\r\nLN11 9QD","postcode":"LN11 9QD","website_url":"http:\/\/www.movewithmasons.co.uk","description":null,"listings_feed_url":null,"feed_format":null,"last_feed_sync":null,"crm_provider":null,"logo":"https:\/\/cdn.home.co.uk\/agents\/57756\/logo.png","office_images":null,"claimed_at":null,"created_at":"2025-12-09T17:17:59.000000Z","updated_at":"2026-01-20T19:57:41.000000Z","deleted_at":null,"claimed_user_id":null,"profile_status":"on_hold","assigned_user_id":null,"id":57756,"agent_company_id":5874,"branch_location":"Louth","lettings_phone_number":"01507 350500","is_sales":true,"is_lettings":true,"is_commercial":false,"is_hm_agent":false,"geopoint":"0101000020E610000061FC34EECD6F78BFC9E53FA4DFAE4A40","agent_brand_id":6684,"offers_sales":true,"offers_lettings":true,"claimed_assigned_user_id":null,"brand_color":null,"logo_rect":null,"address_lines":"Cornmarket, Louth","has_home_listings":false,"external_crm_branch_id":null,"agent_name":"Masons","branch_name":"Louth","lettings":true,"sales":true,"commercial":false,"h_email":"melissa@masons-surveyors.co.uk","has_email":true,"h_phone":"01507 350500","has_phone":true,"resolved_brand_color":"#f94d12","boundary_listing_count":"2","property_count":"130","latitude":53.3662,"longitude":-0.005966}]; let topAgents = []; agents.forEach(agent => { // Collect top agents if (agent.property_count > 0) { topAgents.push({ name: agent.name, property_count: agent.property_count }); } }); // Sort top agents topAgents.sort((a, b) => b.property_count - a.property_count); let statsHtml = '
'; // Show top agents if (topAgents.length > 0) { statsHtml += `
Top Performing Agents
`; topAgents.slice(0, 5).forEach(agent => { statsHtml += `
${agent.name}: ${agent.property_count} properties
`; }); statsHtml += '
'; } statsHtml += '
'; statsContainer.innerHTML = statsHtml; statsContainer.classList.remove('hidden'); button.innerHTML = ` Hide Insights `; }); } else { // Hide stats statsContainer.classList.add('hidden'); button.innerHTML = ` Load Detailed Insights `; } } // Open agent map function function openAgentMap(locationSlug) { // Use the floating view toggle button const mapBtn = document.getElementById('agent-view-map'); if (mapBtn) { mapBtn.click(); } else { // Fallback to old button const oldMapBtn = document.getElementById('view-map-btn'); if (oldMapBtn) { oldMapBtn.click(); } else { // Last resort - open map page window.location.href = `/agents/${locationSlug}/map`; } } }