CA
exotic-emerald

HELP! I need to crawl website with sidebar live comments

At first I thought that the site uses something like an api, but upon closer inspection it uses websocket (socket.io). How should I approach this problem?
1 Reply
Pepa J
Pepa J2y ago
Hi @Aleksei , there are several node.js packages that you may use to set connection to ws endpoint. Check the format of messages in browser DevTool "Network" and replicate them as close as possible.

Did you find this page helpful?