scrapy / scrapely

A pure-python HTML screen-scraping library
1.86k stars 272 forks source link

I want to scrap all the contact list of different food industry website in a specific city? #83

Open ghost opened 8 years ago

ghost commented 8 years ago

I can data scrap a specific website but I am wondering how to scrap different web sites simultaneously. In this case, scrapely can be helpful?

Regards, Shiva

ruairif commented 8 years ago

You can create different spiders using scrapy for each website and extract the data using scrapely.