-4

I want to scrap product page of few websites like amazon,ebay to get the price of the product.I learnt its easier to write scrappers in python.I wanted to know whether there are any python libraries frameworks that makes it easier to scrap.I don't know from where to start .Can anyone guide?

user3438081
  • 125
  • 2
  • 3
  • 10

1 Answers1

0

You could try scrapy - top google result.

If you prefer a lighter approach try writing your own scraper.

This question has also already been answered: Web scraping with Python

Community
  • 1
  • 1
jmetz
  • 12,144
  • 3
  • 30
  • 41