Skip to content

Instantly share code, notes, and snippets.

View iRajatDas's full-sized avatar
🎯
Focusing

Rajat Das iRajatDas

🎯
Focusing
View GitHub Profile
@adrianhorning08
adrianhorning08 / googleMaps.js
Created August 4, 2023 23:17
Scrape Google Maps
import * as cheerio from "cheerio";
import puppeteerExtra from "puppeteer-extra";
import stealthPlugin from "puppeteer-extra-plugin-stealth";
import chromium from "@sparticuz/chromium";
async function searchGoogleMaps() {
try {
const start = Date.now();
puppeteerExtra.use(stealthPlugin());