Difference between BeautifulSoup and Scrapy crawler?

前端 未结 8 1294
隐瞒了意图╮
隐瞒了意图╮ 2020-12-12 08:52

I want to make a website that shows the comparison between amazon and e-bay product price. Which of these will work better and why? I am somewhat familiar with Beaut

8条回答
  •  囚心锁ツ
    2020-12-12 09:27

    Using scrapy you can save tons of code and start with structured programming, If you dont like any of the scapy's pre-written methods then BeautifulSoup can be used in the place of scrapy method. Big project takes both advantages.

提交回复
热议问题