python - HTML scraping - How to find business category in a yelp business page? -


given yelp local listing, part should looking fetch business category (restaurants, hospital, etc).

i not want use api, i'm looking crawl html page , extract data.

though agree @eevee using api, scraping violating terms , conditions.

if want crawl webiste use scrapy (http://scrapy.org/)

just analyze page see elements need , how efficient them , write crawler


Comments