Ask HN: What are you using headless Chrome for?
11–20 of 23 posts
Re: Ask HN: What are you using headless Chrome for?
#12I use it to get rendered web pages I want to scrap.
Re: Ask HN: What are you using headless Chrome for?
#13I use it to get rendered web pages I want to scrap.
I was doing the same for an article reader / archiver I built but it was slow. Did you ever figure out how to speed it up? Cancelling image and media requests helped but it increased the likelihood of being flagged as a bot.
Re: Ask HN: What are you using headless Chrome for?
#14I use it for a trading bot on Fifa 2020 Fut mode
Re: Ask HN: What are you using headless Chrome for?
#15Re: Ask HN: What are you using headless Chrome for?
#16Re: Ask HN: What are you using headless Chrome for?
#17I used it for creating PDFs at my last job.
Do you create a HTML document then print the output as a PDF with headless Chrome?
Re: Ask HN: What are you using headless Chrome for?
#18I use it to test my Content-Security-Policy by crawling my whole site and capturing any violation reports that are sent.
Re: Ask HN: What are you using headless Chrome for?
#19Re: Ask HN: What are you using headless Chrome for?
#20I use it to test my Content-Security-Policy by crawling my whole site and capturing any violation reports that are sent.
What's wrong with just plain old curl?