-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (42 loc) · 2.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Map Lead Scraper - Google Maps Data Extractor</title>
<meta name="description" content="Map Lead Scraper is a powerful Google Maps scraping tool for lead generation and market research.">
<meta name="keywords" content="Google Maps Scraper, Lead Generation, Market Research, Data Automation">
<link rel="canonical" href="https://www.mapleadscraper.com/">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.16/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-100 text-gray-700">
<header class="text-center py-16">
<h1 class="text-4xl font-semibold">Map Lead Scraper - Google Maps Data Extractor</h1>
</header>
<main class="container mx-auto px-4">
<section id="lead-generation" class="bg-white rounded-lg p-8 mb-8">
<h2 class="text-2xl font-semibold mb-4">Lead Generation</h2>
<p>Extracts business listing data like names, emails, and phone numbers for sales leads.</p>
</section>
<section id="market-research" class="bg-white rounded-lg p-8 mb-8">
<h2 class="text-2xl font-semibold mb-4">Market Research</h2>
<p>Pulls competitor information and analyzes industry trends.</p>
</section>
<section id="data-automation" class="bg-white rounded-lg p-8 mb-8">
<h2 class="text-2xl font-semibold mb-4">Data Automation</h2>
<p>Automate your data collection with one click.</p>
</section>
<section id="chrome-extension" class="bg-white rounded-lg p-8 mb-8">
<h2 class="text-2xl font-semibold mb-4">Google Maps Scraper Chrome Extension</h2>
<p>Download to get your leads directly from your Chrome browser. Map Lead Scraper is a Chrome browser extension that helps users scrape and extract information from Google Maps.</p>
<a href="https://www.mapleadscraper.com/google-maps-scraper-chrome-extension?utm_source=github_pages" target="_blank" rel="noopener" class="text-blue-500 underline">Please follow the instructions here to install and get started.</a>
</section>
</main>
<footer class="text-center py-12 bg-gray-800 text-white">
<a href="https://www.mapleadscraper.com/?utm_source=github_pages" target="_blank" rel="noopener noreferrer">
<button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
Start Free Trial - No Credit Card Required
</button>
</a>
</footer>
</body>
</html>