pinterest infinite scrolling

hello,
I’m trying to scrap data from Pinterest. I didn’t figure how to deal with its infinite scrolling. I would appreciate if someone could help me with an example.
thanks
Yaniv

1 Like

What data do you need to extract?

In general, we recommend SeeShell Browser and its visual automation for pinterest scraping projects

I’m having the same issue with infinite scrolling. I would like to scrape my Instagram follower usernames. However, I need to scroll down to the bottom of the page to see the full list of my followers.

We just released the RealUser Simulation XModule. It contains the XType command. XType is a super-powerful sendkeys command as it is emulating native keyboard events.

In your case you can send, for example, 10 page down commands, then you are at the end of the page for sure:

XType | ${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}${KEY_PAGE_DOWN}