I've been using ImportHTML to draw MLB stats from this link without issue: "https://widgets.sports-reference.com/wg.fcgi?css=1&site=br&url=%2Fleagues%2FMLB%2F2021-standard-batting.shtml&div=div_players_standard_batting". I was simply reproducing the table on a Google Sheet.
However, the source table has now grown so large that I'm getting this error in my Sheet: "Resource at url contents exceeded maximum size."
I know I need to pivot to a Google Apps Script and URLFetchApp, but my amateur approach produces nothing but empty cells. Is it possible for me to reproduce the table in my link using this approach?
Thanks for any guidance and your time.