Skip to content

Scrape stores and dishe data via Selenium, BeautifulSoup and requests

Notifications You must be signed in to change notification settings

ShihWen/FoodPanda_spider

Repository files navigation

FoodPanda Spider

The foodPandas_spider.py is consist of 3 parts:

  • foodPandas_url.py: Dowlaod urls from the site page using Selenium.
  • foodPandas_html_download.py: Send requests to the url to get html.
  • foodPandas_html_process.py: Extract dish data from htmls and save as csv file.

Out put columns include:

  • extract_date
  • store_name
  • store_price_lv: from "$" to "$$$" given by FoodPanda
  • store_type
  • dish_type
  • dish_name
  • dish_price: in NTD

About

Scrape stores and dishe data via Selenium, BeautifulSoup and requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages