You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Colly is an excellent web scraping library for Golang, but it's important to note that it does not execute JavaScript. So, to crawl a Vue or ReactJS page effectively, you need to use a headless browser that can handle JavaScript rendering. Puppeteer is a popular headless browser used with Node.js, but you can also use a Golang wrapper for Puppeteer like chromedp
No description provided.
The text was updated successfully, but these errors were encountered: