4 ms·
If you don't need to execute js, then maybe try a simple http get to retrieve the contents, then process it separately. If you're looking to parse and extract w
by philbritton 11y ago
If you don't need to execute js, then maybe try a simple http get to retrieve the contents, then process it separately. If you're looking to parse and extract while on page I'd recommend Beautiful Soup. If interested in trying a node alternative check out Cheerio.