How to go to next page until no pages are left using Puppeteer & Nodejs. Series Playlist • Browser Automation & W... #Puppeteer #browser #automation
Пікірлер: 18
@mockingbird46754 жыл бұрын
I wanna hug you so tight. This video just solved one of my problems which was bothering me for so long
@franz2502 жыл бұрын
2 years later your video still save me from headache, you're so smart thanks you so muchhhhhhhhhh!!!!!!!!!!!!!!!!!!!!!!!
@getitdonetube2 жыл бұрын
Things change, yet they remain the same :)
@j123r83 жыл бұрын
would i put the query selectors for the tems im looking to scrape after the pae click or in between the page.$ and click?
@divyanshusah9483 жыл бұрын
Bro, I stuck, Help me, Continue this series "While Loop" on scraping Product details and click on Next Page. Plzz You can also give me the Github Source code after doing this work.
@CamisaDeUrso2 жыл бұрын
Do you figured it out? I'm stuck too
@konidoniravirr65802 жыл бұрын
bro , I found a solution for this , I think most of the last pages of the web will be disabled.so thats means their class should be changed for this last page. so just copy the css selector of that disabled button,and write this code:: if ( await page.$( "{YOUR_DISABLED_BUTTON_CSS_SELECTOR}" ) ) { break; } that's it. no need of explaination
@konidoniravirr65802 жыл бұрын
@@CamisaDeUrso bro , I found a solution for this , I think most of the last pages of the web will be disabled.so thats means their class should be changed for this last page. so just copy the css selector of that disabled button,and write this code:: if ( await page.$( "{YOUR_DISABLED_BUTTON_CSS_SELECTOR}" ) ) { break; } that's it. no need of explaination
@mwaqze4 жыл бұрын
Can you share your code on github please?
@Moh_ha4 жыл бұрын
Can you do same thing on Amazon?
@getitdonetube4 жыл бұрын
Sure. You would most likely need to code bunch of extra measures to bypass their bot detection. Some of these large companies don't like their data crawled even though they like to crawl your data every day :)
@Moh_ha4 жыл бұрын
Get __it Done! Very true look at Alexa ranking they crawl websites like crazy!
@coreymccall29634 жыл бұрын
@@Moh_ha I was wondering if you can help me get an understanding with a code. I'm using Google Forms script editor and I followed a video called "Google Forms - Email Notification Script - Send Confirmation Emails To Users" by another youtuber called Learn Google Spreadsheets. I did everything and that works fine. I found a code to send the respondents response in the email, but I inserted the code but it's not doing the action. I put it under the code that is able to send the confirmation email but it's showing "
@prithvituladhar69383 жыл бұрын
I used same exact code but it only takes me upto second page.