79319994

Date: 2024-12-31 12:49:17
Score: 2.5
Natty:
Report link

Fetching dynamic site using Google Sheets

Following discussions like this and related Stackoverflow posts like this Google Sheets seems to be lacking the capability of fetching sites that uses dynamic data. Also, the site that you are trying to access may also be implementing ways to avoid web scrapers from accessing their data. I tried scraping it using Apps Script but it gave almost the same data as you are getting (seen from the screenshot you provided).

Output Using Apps Script output

You can check this SO post for possible ways to scrape a dynamic website like the one you are trying to.

References: Unable to Get Website Data using =importxml ImportHTML table but values are missing How to scrape dynamic content from a website?

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: 4thAnd1