Is it possible to crawl CSR(Client Side Render/JS) websites using gocolly? I need to crawl many websites, and for that, I have a titleXpath in the database as follows:
c.OnXML(titleXpath, func(e *colly.XMLElement) {
data = append(data, e.Text)
fmt.Println("title", e.Text)
})
Yes or no or another package