Awesome video thank you, can you clarify the trigger portion? So you have a table where you manually add the city name and search term ? And you already provided it one email? Sorry I wish there was a bit more on the trigger portion
Great video! I think you didn't show up the last node on the Launch flow, the one that Update records on Airtable, could you please explain what this node does? Thanks
Hey man! Thanks for the video. There's just one thing i dont seem to understand. How do the domains end up in your Airtable? I use Google Sheets and cant seem to find how you got them to go into airtable.
In the launch workflow airtable acts as a trigger. And the domain is extracted from the emails. You could probably write a function in google sheet that would turn the email into domain in a column next to it.
Technically, you don't need the formula field. But all it does, it extracts the domain name from the email and adds the to it, so it would act as a link and would allow me to do some quick research.
Hi! Great video, I have one question when i scrape google maps it just scrapes around 8 domains, when checking manually google maps in that specific search query got like 40 companys with websites. Is it because the scarping just takes the first loaded sites, and dosent include the ones that you need to scroll to find? (when scrolling manually).
I don't know why I can't connect my airtable, when I test your workflow it gives me an error as if my token was wrong, even though I'm sure I filled in the information correctly, thanks anyway for your video
Awesome video thank you, can you clarify the trigger portion? So you have a table where you manually add the city name and search term ? And you already provided it one email? Sorry I wish there was a bit more on the trigger portion
Nice walkthrough! Just wondering if using HasData alongside n8n could enhance the scraping of Google Maps?
Well if you want to pay for a tool, then any other tool would enhance it.
Hey man, thank you so much. Where did you save the prompt? and where can I get the trigger part?
You can download it all from the gumroad link
Awesome video thank you, can you clarify the trigger portion? So you have a table where you manually add the city name and search term ? And you already provided it one email? Sorry I wish there was a bit more on the trigger portion
Yes, the trigger is just watching airtable changes. If any of the changes happen and business and location is added, then it starts everything.
Great video!
I think you didn't show up the last node on the Launch flow, the one that Update records on Airtable, could you please explain what this node does? Thanks
It simply updates the record to "Finished scraping" when all of the locations have been checked.
Hey man! Thanks for the video. There's just one thing i dont seem to understand. How do the domains end up in your Airtable? I use Google Sheets and cant seem to find how you got them to go into airtable.
And what is the point of the Airtable node in the Launch Workflow?
And how can i also add the Company name?
In the launch workflow airtable acts as a trigger. And the domain is extracted from the emails. You could probably write a function in google sheet that would turn the email into domain in a column next to it.
thanks for putting this together. can we use Google sheets instead of Airtable?
Of course, you can replace Airtable with Sheets.
Please explane Update records on Airtable. You have formula field but i can not edit it if i choose formula.
Technically, you don't need the formula field. But all it does, it extracts the domain name from the email and adds the to it, so it would act as a link and would allow me to do some quick research.
Hi! Great video, I have one question when i scrape google maps it just scrapes around 8 domains, when checking manually google maps in that specific search query got like 40 companys with websites. Is it because the scarping just takes the first loaded sites, and dosent include the ones that you need to scroll to find? (when scrolling manually).
That is because when you scrape the site HTML there was no email domain in the HTML or the regex function wasn't able to recognize the email.
Como puedo obtener el sitio web? Configure y seguí todos los pasos pero no me genera el sitio web como a ti.
Gracias por el video
To generate the website you need to create a formula in Airtable, it basically extracts the domain name and concatenates at the beginning of it.
I don't know why I can't connect my airtable, when I test your workflow it gives me an error as if my token was wrong, even though I'm sure I filled in the information correctly, thanks anyway for your video
Thanks! Maybe try to create a new connection and make sure you have the same Airtable columns in your base.
Awesome video thank you, can you clarify the trigger portion? So you have a table where you manually add the city name and search term ? And you already provided it one email? Sorry I wish there was a bit more on the trigger portion
Basically the trigger watches the airtable. Once the record is added then it triggers the automation based on your indicated location and business.