conscious-sapphire•14mo ago
replace got lib
Is there any better solution than using got for making requests? Why not use axios?
2 Replies
@shaolinjr just advanced to level 2! Thanks for your contributions! 🎉
Why don't you like Got Scraping? Are you experiencing any issues with it?
Got Scraping is an extension of Got, developed to mimic browser requests, which helps in opening webpages without getting blocked. It was specifically designed for scraping and usage with Crawlee.
However, you can use any package you prefer, including Axios. Just use BasicCrawler, where you can make requests manually.