Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket
Back to templates
Salesextract
4.9
3.1k uses

Google Maps Business Scraper

Extract business listings from Google Maps including name, rating, review count, address, phone, and website

Target URL
https://www.google.com/maps/search/restaurants+near+meVisit Site
Steps
1

Go to Google Maps search results

navigate

2

Wait for business listings to load

wait

3

Scroll results panel to load more

scroll

4

Extract business listings

extract

FieldSelectorTransform
name.fontHeadlineSmalltext
rating.MW4etdtext
reviewCount.UY7F9text
address.W4Efsd:nth-child(1) .W4Efsd:nth-child(2) span:nth-child(2)text
phone.W4Efsd:nth-child(2) .W4Efsd span:nth-child(2)text
websitea.lcr4fdurl
Output Schema
FieldType
namestring
ratingstring
reviewCountstring
addressstring
phonestring
websitestring
Example Output
nameratingreviewCountaddressphonewebsite
Joe's Pizza4.51,247 reviews7 Carmine St, New York, NY 10014(212) 366-1182https://joespizzanyc.com
Shake Shack - Madison Square Park4.38,921 reviews11 Madison Ave, New York, NY 10010(212) 889-6600https://shakeshack.com
Katz's Delicatessen4.415,432 reviews205 E Houston St, New York, NY 10002(212) 254-2246https://katzsdelicatessen.com
API Endpoint
curl -X POST https://api.scraper.bot/v1/flows \
  -H "Authorization: Bearer scr_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "tmpl-google-maps-businesses",
    "url": "https://www.google.com/maps/search/restaurants+near+me"
  }'

Command Palette

Search for a command to run...