Y
Hacker News
new
|
ask
|
show
|
jobs
Can i crawl multiple ecomm. website by writing a generalize crawler in Python?
2 points
by
karan_dev
3914 days ago
I want to get the data from product page of different types of ecommerce website. Is there any tool or tutorial available to write a generalize code for all?
1 comments
dalke
3914 days ago
http://www.amazon.com/Automate-Boring-Stuff-Python-Programmi...
. More specifically, chapter 11 -
https://automatetheboringstuff.com/chapter11/
.
link