Initial commit: Lead Scraper - Google Maps

This commit is contained in:
Mambo
2026-02-11 01:48:37 +01:00
commit 831d63b7e8
13 changed files with 2406 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "lead-scraper",
"version": "1.0.0",
"description": "Google Maps Lead Gen Scraper using Apify",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"apify-client": "^2.9.3",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"ejs": "^3.1.9"
}
}