curl-impersonate[1] is a curl fork that I maintain and which lets you fetch sites while impersonating a browser. Unfortunately, the practice of TLS and HTTP fingerprinting of web clients has become extremely common in the past ~1 year, which means a regular curl request will often return some JS challenge and not the real content. curl-impersonate helps with that. [1] https://github.com/lwthiker/curl-impersonate
Ask HN: What are the best tools for web scraping in 2022?
11–20 of 160 posts
Re: Ask HN: What are the best tools for web scraping in 2022?
#12Re: Ask HN: What are the best tools for web scraping in 2022?
#13Re: Ask HN: What are the best tools for web scraping in 2022?
#14Re: Ask HN: What are the best tools for web scraping in 2022?
#15Can I piggyback on the question and ask what are people scraping these days?
Re: Ask HN: What are the best tools for web scraping in 2022?
#16I've thought https://www.scrapingbee.com/ looked great, especially their auto rotation of IP addresses.
The prices are not very friendly though...
Re: Ask HN: What are the best tools for web scraping in 2022?
#17Re: Ask HN: What are the best tools for web scraping in 2022?
#18Re: Ask HN: What are the best tools for web scraping in 2022?
#19The worst thing about Puppeteer is chrome and it's bad memory management so I'm going to give playwright a spin soon.
Re: Ask HN: What are the best tools for web scraping in 2022?
#20[1] https://github.com/altilunium/wistalk (Scrap wikipedia to analyze user's activity)
[2] https://github.com/altilunium/psedex (Scrap goverment website to get list of all registered online services in Indonesia)
[3] https://github.com/altilunium/makalahIF (Scrap university lecturer's web page to get list of papers)
[4] https://github.com/altilunium/wi-page (Scrap wikipedia to get most active contributors that contribute to a certain article)
[5] https://github.com/altilunium/arachnid (Web scraper, optimized for wordpress and blogger)