| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>MapScraper Pro | Google Maps Data Extraction</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| <style> |
| .gradient-bg { |
| background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%); |
| } |
| .option-card:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); |
| } |
| .option-card { |
| transition: all 0.3s ease; |
| } |
| .input-highlight { |
| transition: all 0.3s ease; |
| box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5); |
| } |
| .input-highlight:focus { |
| box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.8); |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50 font-sans"> |
| |
| <header class="gradient-bg text-white pb-12"> |
| <div class="container mx-auto px-4 pt-8"> |
| <div class="flex justify-center items-center"> |
| <div class="flex items-center space-x-2"> |
| <i class="fas fa-map-marked-alt text-3xl"></i> |
| <h1 class="text-2xl font-bold">MapScraper Pro</h1> |
| </div> |
| </div> |
|
|
| <div class="border-t-2 border-blue-300/50 mt-12"></div> |
| |
| <div class="flex flex-col justify-center items-center h-full py-12 text-center"> |
| <h2 class="text-4xl md:text-5xl font-bold mb-4">Google Maps Data<br><span class="text-2xl">Low Cost - Fully Enriched</span></h2> |
| </div> |
| </div> |
| </header> |
|
|
| |
| <main class="container mx-auto px-4 py-12 -mt-10 max-w-full"> |
| <div class="max-w-5xl mx-auto"> |
| <div class="bg-white rounded-xl shadow-xl overflow-hidden"> |
| |
| <div class="grid md:grid-cols-2 justify-center gap-6 p-6"> |
| |
| <div class="option-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col"> |
| <div class="flex-1"> |
| <div class="text-center mb-6"> |
| <h3 class="text-2xl font-bold text-gray-800">State Scrape</h3> |
| <p class="text-gray-600 mt-2">Great for regional coverage</p> |
| </div> |
| <div class="text-center mb-6"> |
| <span class="text-4xl font-bold text-blue-600">$50</span> |
| <span class="text-gray-500">/state</span> |
| </div> |
| <ul class="space-y-3 mb-6 pl-0"> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>1 Keyword Search</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>Returns results for the entire state</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>22 data points included for each business</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>24/7 Live support</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>Delivered as CSV, Excel, and multiple other formats</span> |
| </li> |
| </ul> |
| </div> |
| <button onclick="showStateForm()" class="w-full py-3 px-4 bg-blue-600 hover:bg-blue-700 text-white font-medium rounded-lg transition"> |
| Get State Data |
| </button> |
| </div> |
| |
| |
| <div class="option-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col"> |
| <div class="flex-1"> |
| <div class="text-center mb-6"> |
| <h3 class="text-2xl font-bold text-gray-800">USA Scrape</h3> |
| <p class="text-gray-600 mt-2">Complete national coverage</p> |
| </div> |
| <div class="text-center mb-6"> |
| <span class="text-4xl font-bold text-blue-600">$500</span> |
| <span class="text-gray-500">/USA</span> |
| </div> |
| <ul class="space-y-3 mb-6 pl-0"> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>1 Keyword Search</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>Returns results for the entire USA</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>22 data points included for each business</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>24/7 Live support</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| <span>Delivered as CSV, Excel, and multiple other formats</span> |
| </li> |
| </ul> |
| </div> |
| <button onclick="showUSAForm()" class="w-full py-3 px-4 bg-blue-600 hover:bg-blue-700 text-white font-medium rounded-lg transition"> |
| Get USA Data |
| </button> |
| </div> |
| </div> |
| |
| </div> |
| </div> |
| |
| |
| <div class="max-w-6xl mx-auto mt-20 px-4"> |
| <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Included Data</h2> |
| <div class="bg-white rounded-lg shadow-md p-6"> |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-4"> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Title</h3> |
| <p class="text-sm text-gray-600">Business name as listed on Google Maps</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Domain</h3> |
| <p class="text-sm text-gray-600">Business website URL</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">URL</h3> |
| <p class="text-sm text-gray-600">Google Maps listing URL</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Contact URL</h3> |
| <p class="text-sm text-gray-600">Direct contact URL for the business</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Rating</h3> |
| <p class="text-sm text-gray-600">Google Maps star rating (1-5)</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Address</h3> |
| <p class="text-sm text-gray-600">Full business address</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Borough</h3> |
| <p class="text-sm text-gray-600">Borough/district information</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Street</h3> |
| <p class="text-sm text-gray-600">Street address</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">City</h3> |
| <p class="text-sm text-gray-600">City location</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">State</h3> |
| <p class="text-sm text-gray-600">State/Province</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">ZIP Code</h3> |
| <p class="text-sm text-gray-600">Postal/ZIP code</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Country</h3> |
| <p class="text-sm text-gray-600">Country location</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Place ID</h3> |
| <p class="text-sm text-gray-600">Google's unique place identifier</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Phone Number</h3> |
| <p class="text-sm text-gray-600">Business contact number</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Category</h3> |
| <p class="text-sm text-gray-600">Business category/type</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Work Hours</h3> |
| <p class="text-sm text-gray-600">Opening hours schedule</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Feature ID</h3> |
| <p class="text-sm text-gray-600">Internal feature identifier</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">CID</h3> |
| <p class="text-sm text-gray-600">Customer/Client ID</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Latitude</h3> |
| <p class="text-sm text-gray-600">Geographic coordinate</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Longitude</h3> |
| <p class="text-sm text-gray-600">Geographic coordinate</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Is Claimed</h3> |
| <p class="text-sm text-gray-600">Whether business is claimed by owner</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Email Address</h3> |
| <p class="text-sm text-gray-600">Business contact email</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Facebook URL</h3> |
| <p class="text-sm text-gray-600">Link to Facebook profile/page</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">YouTube URL</h3> |
| <p class="text-sm text-gray-600">Link to YouTube channel</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">WhatsApp URL</h3> |
| <p class="text-sm text-gray-600">Link to WhatsApp contact</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Instagram URL</h3> |
| <p class="text-sm text-gray-600">Link to Instagram profile</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">TikTok URL</h3> |
| <p class="text-sm text-gray-600">Link to TikTok profile</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Reddit URL</h3> |
| <p class="text-sm text-gray-600">Link to Reddit profile/page</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">Pinterest URL</h3> |
| <p class="text-sm text-gray-600">Link to Pinterest profile</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">X (Twitter) URL</h3> |
| <p class="text-sm text-gray-600">Link to Twitter/X profile</p> |
| </div> |
| <div class="p-3 border-b border-gray-100"> |
| <h3 class="font-semibold">LinkedIn URL</h3> |
| <p class="text-sm text-gray-600">Link to LinkedIn profile/page</p> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="max-w-6xl mx-auto mt-20 px-4"> |
| <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Why Choose MapScraper Pro?</h2> |
| <div class="grid md:grid-cols-3 gap-8"> |
| <div class="bg-white p-6 rounded-lg shadow-md"> |
| <div class="text-blue-500 text-3xl mb-4"> |
| <i class="fas fa-bolt"></i> |
| </div> |
| <h3 class="text-xl font-semibold mb-3">Lightning Fast</h3> |
| <p class="text-gray-600">Our scraping technology delivers results in record time, so you get your data when you need it.</p> |
| </div> |
| <div class="bg-white p-6 rounded-lg shadow-md"> |
| <div class="text-blue-500 text-3xl mb-4"> |
| <i class="fas fa-database"></i> |
| </div> |
| <h3 class="text-xl font-semibold mb-3">Comprehensive Data</h3> |
| <p class="text-gray-600">Get complete business listings with contact details, ratings, hours, and more - all in one place.</p> |
| </div> |
| <div class="bg-white p-6 rounded-lg shadow-md"> |
| <div class="text-blue-500 text-3xl mb-4"> |
| <i class="fas fa-lock"></i> |
| </div> |
| <h3 class="text-xl font-semibold mb-3">No Stale Data</h3> |
| <p class="text-gray-600">We guarantee fresh, up-to-date business listings so you never work with outdated information.</p> |
| </div> |
| </div> |
| </div> |
| </main> |
| |
| |
| <footer class="bg-gray-800 text-white py-12"> |
| <div class="container mx-auto px-4"> |
| <div class="grid md:grid-cols-4 gap-8"> |
| <div> |
| <h3 class="text-xl font-bold mb-4 flex items-center"> |
| <i class="fas fa-map-marked-alt mr-2"></i> MapScraper Pro |
| </h3> |
| <p class="text-gray-400">Premium Google Maps data extraction service for businesses and researchers.</p> |
| </div> |
| <div> |
| <h4 class="font-semibold mb-4">Quick Links</h4> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Contact</a></li> |
| </ul> |
| </div> |
| <div> |
| <h4 class="font-semibold mb-4">Legal</h4> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Data Usage</a></li> |
| </ul> |
| </div> |
| <div> |
| <h4 class="font-semibold mb-4">Contact Us</h4> |
| <ul class="space-y-2"> |
| <li class="flex items-center"> |
| <i class="fas fa-envelope mr-2 text-gray-400"></i> |
| <span>support@mapscraperpro.com</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-phone mr-2 text-gray-400"></i> |
| <span>(555) 123-4567</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
| <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400"> |
| <p>© 2023 MapScraper Pro. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| function showStateForm() { |
| document.getElementById('defaultMessage').classList.add('hidden'); |
| document.getElementById('usaForm').classList.add('hidden'); |
| document.getElementById('stateForm').classList.remove('hidden'); |
| |
| document.getElementById('stateSelect').value = ''; |
| } |
| |
| function showUSAForm() { |
| document.getElementById('defaultMessage').classList.add('hidden'); |
| document.getElementById('stateForm').classList.add('hidden'); |
| document.getElementById('usaForm').classList.remove('hidden'); |
| } |
| |
| |
| document.getElementById('stateSelect').addEventListener('change', function() { |
| const selectedState = this.value; |
| if (selectedState) { |
| console.log('Selected state:', selectedState); |
| |
| } |
| }); |
| </script> |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=RAd4kJHre/test" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |