So I have a google chrome extension that I use to scrape data from websites and google maps.
The current process is I search on google maps near , , US and scroll down until I reach the end of search result. Then I click the chrome extension, run it and export data into a CSV file. I’m trying to find a way to automate this process with n8n wherein I can still use the chrome extension that I have. Also automate it in such a way wherein I feed n8n the list of “ near , , US” that I need to search so I don’t have to trigger it per data segment.
Does anybody have any tutorial I can look into that would help me accomplish this?