Scraped data from one of the most famous Arabic sites for selling cars [YallaMotors] Using requests-html library and stored it in CSV file to use it in ML projects.
Selenium を使ってウェブページのスクリーンショットを取っていたが、ブラウザのインストールや設定が大変だったため、requests-htmlへの切り替えを検討していた。 スクリーンショット取得方法 下記のコードでスクリーンショットが取得できた。
This library intends to make parsing HTML (e.g. scraping the web) as simple and intuitive as possible. Note that the order of the objects in the results list represents the order they were returned in ...