0

full path i need:

html/body/main/div[2]/div/div/div[4]/div/div[2]/div/nba-stat-table[1]/div[2]/div[1]/table/tfoot

headless path that i can get:

html/body/main/div[2]/div/div

HtmlAgilityPack and PuppeteerSharp (both .NET nuget packages) also do not work.

Are there any approaches to scrape such sites sparingly?

a1oleg
  • 73
  • 7

1 Answers1

0
  1. I used a faster site with the same statistics

  2. I used answer from this SO question (2nd option puppeteer-sharp)

a1oleg
  • 73
  • 7