TikTok scraper following list
Hi there, we are trying to build our own TikTok scraper actor using the Playright wrapper.
The mobile view of TikTok provides more details than the desktop view so we scraping the mobile site.
One thing we noticed is , in order to open the following list modal using playwright’s click event is not working.
Is there a way to trigger a touchend event with crawlee playwright wrapper ?
2 Replies
genetic-orange•2y ago
Hi! can I if alright, how do you build your tiktok scraper? can I get any idea or starting point ideas? Because I also need to develop a tiktok scraper, but unfortunately i can't bypass the captcha when I try to run it in playwrightCrawler of Crawlee
Hi @Yosix5 good luck with developing TikTok scraper, I know the website has a lot of challenges. Generally, there might be some recognition for "human-click" so I would suggest you to move the mouse cursor to the link/buttons first or try to trigger the hover/onmouseover event before you click it.