- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Build undetectable Amazon scraper with n8n, Puppeteer and Scraping Browser
In this tutorial I explain how to automatically scrape Amazon search results using Puppeteer, Scraping Browser and n8n.
In this tutorial I cover:
1. Creating a base Puppeteer script to retrieve data from Amazon search results (product names, prices, ratings etc.)
2. Key issues while scraping Amazon
3. Implementing Scraping Browser into the code
4. Adjusting the script and deploying function to Google Cloud Functions
5. Automating the scraping using n8n (transferring results to Baserow)
Resources:
1. Puppeteer script (for local use): https://gist.github.com/workfloows/d70b25c58f5895d3e1cf988f7383ce6b
2. Puppeteer script (for local use with Scraping Browser): https://gist.github.com/workfloows/1d5aea87727b94de80868e58d1a9c437
3. Puppeteer script (for use with Scraping Browser on Google Cloud Functions): https://gist.github.com/workfloows/5accaca3bc3a00b41155165c54c88528
4. Scraping Browser API: https://brightdata.com/products/scraping-browser
5. Docs for Scraping Browser troubleshooting : https://help.brightdata.com/hc/en-us/articles/15575528373137-Troubleshooting
My other tutorials:
1. How to build voice Telegram AI bot with n8n, Whisper and ElevenLabs: https://workfloows.gumroad.com/l/telegram-ai-voice-bot
2. How to build Telegram AI bot with n8n and 🦜🔗 LangChain (FlowiseAI): https://youtu.be/Gc2lW5BiGDQ
3. Web scraping data with n8n and Puppeteer: https://youtu.be/YonNJqAAxdg
4. How to automate Notion databases using n8n: https://youtu.be/up2Wi3Y9a-4
5. Using webhooks in n8n (parameters, responses and triggers): https://www.youtube.com/watch?v=IvUYJQkf6sA
Subscribe my newsletter: https://workfloows.com/
Visit my Gumroad profile: https://workfloows.gumroad.com/
Follow me on Twitter/X: https://twitter.com/workfloows
Follow Workfloows on LinkedIn: https://www.linkedin.com/company/workfloows/
Disclaimer: I cannot be held responsible for any consequences resulting from the use of the information provided in this tutorial. Make sure to obtain proper authorization before engaging in web scraping activities, or consider using proxies to protect your online presence and ensure ethical scraping practices.
Create your Bright Data account and get $10 credit: https://brdta.com/workfloows
Create your n8n cloud account here (affiliate): https://n8ngmbh.partnerlinks.io/6hvl7yx64x19
Screen recording software that I use (affiliate): https://www.screen.studio/@jmMwX
0:00 Final result
1:05 Step 1: Install Puppeteer
1:57 Step 2: Add scraping script
6:48 Step 3: Connect Scraping Browser API
9:14 Step 4: Adjust code to Google Cloud Functions
9:59 Step 5: Deploy function to Google Cloud Functions
12:03 Step 6: Automate scraping with n8n
Видео Build undetectable Amazon scraper with n8n, Puppeteer and Scraping Browser канала Oskar
In this tutorial I cover:
1. Creating a base Puppeteer script to retrieve data from Amazon search results (product names, prices, ratings etc.)
2. Key issues while scraping Amazon
3. Implementing Scraping Browser into the code
4. Adjusting the script and deploying function to Google Cloud Functions
5. Automating the scraping using n8n (transferring results to Baserow)
Resources:
1. Puppeteer script (for local use): https://gist.github.com/workfloows/d70b25c58f5895d3e1cf988f7383ce6b
2. Puppeteer script (for local use with Scraping Browser): https://gist.github.com/workfloows/1d5aea87727b94de80868e58d1a9c437
3. Puppeteer script (for use with Scraping Browser on Google Cloud Functions): https://gist.github.com/workfloows/5accaca3bc3a00b41155165c54c88528
4. Scraping Browser API: https://brightdata.com/products/scraping-browser
5. Docs for Scraping Browser troubleshooting : https://help.brightdata.com/hc/en-us/articles/15575528373137-Troubleshooting
My other tutorials:
1. How to build voice Telegram AI bot with n8n, Whisper and ElevenLabs: https://workfloows.gumroad.com/l/telegram-ai-voice-bot
2. How to build Telegram AI bot with n8n and 🦜🔗 LangChain (FlowiseAI): https://youtu.be/Gc2lW5BiGDQ
3. Web scraping data with n8n and Puppeteer: https://youtu.be/YonNJqAAxdg
4. How to automate Notion databases using n8n: https://youtu.be/up2Wi3Y9a-4
5. Using webhooks in n8n (parameters, responses and triggers): https://www.youtube.com/watch?v=IvUYJQkf6sA
Subscribe my newsletter: https://workfloows.com/
Visit my Gumroad profile: https://workfloows.gumroad.com/
Follow me on Twitter/X: https://twitter.com/workfloows
Follow Workfloows on LinkedIn: https://www.linkedin.com/company/workfloows/
Disclaimer: I cannot be held responsible for any consequences resulting from the use of the information provided in this tutorial. Make sure to obtain proper authorization before engaging in web scraping activities, or consider using proxies to protect your online presence and ensure ethical scraping practices.
Create your Bright Data account and get $10 credit: https://brdta.com/workfloows
Create your n8n cloud account here (affiliate): https://n8ngmbh.partnerlinks.io/6hvl7yx64x19
Screen recording software that I use (affiliate): https://www.screen.studio/@jmMwX
0:00 Final result
1:05 Step 1: Install Puppeteer
1:57 Step 2: Add scraping script
6:48 Step 3: Connect Scraping Browser API
9:14 Step 4: Adjust code to Google Cloud Functions
9:59 Step 5: Deploy function to Google Cloud Functions
12:03 Step 6: Automate scraping with n8n
Видео Build undetectable Amazon scraper with n8n, Puppeteer and Scraping Browser канала Oskar
Комментарии отсутствуют
Информация о видео
20 сентября 2023 г. 17:54:45
00:13:48
Другие видео канала




















