You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basics i would look for would be if map results are shown and the content of each one.
Would be nice to extend that out to then visit the maps listings for the search and scrape each one of those. the below are what i am using for gmaps selectors currently in chrome selenium. there are some issues but its a start?
google home More Places link class
mp = ".DLOTif"
# CSS selector for all the listings in left column
al = ".uQ4NLd"
# Ad CSS selector for container
ad = ".Z98Wse"
# Image Container CSS selector
img = ".b9tNq"
# company name in left bar css selector
cn = ".dbg0pd"
# company name in the right hand side
cnr = ".kp-header .kno-ecr-pt span"
# right hand address
addr = ".LrzXr"
# rating value
rtng = ".immersive-container .TLYLSe .rtng"
# amount of google reviews text
ratingtext = ".immersive-container .TLYLSe .fl a"
# missing elements class name
missingel = ".qe9kJc"
# phone number
pho = ".lqhpac div:nth-child(4) span"
It would be nice to see Maps results detected in scrapes.
The text was updated successfully, but these errors were encountered: