Skip to content

neil1373/ShopeeSearchTool

Repository files navigation

Exploring Shopee API

Notice

  • For Search feature, we use shopee api v1.
  • For fetching item info, we use shopee api v2.

Filter features

  1. (mandatory) Keyword
  2. number of maximum listing items
  3. items location (Taiwan -1 or Abroad -2)
  4. ratings ( >=n )
  5. seller type
    • 優選賣家 (boolean
    • 商城賣家 (boolean

Object "product"

  • name
  • price
  • weblink
  • photo_count
  • photolinks (list)
  • Average Rating
  • Rating Counts (list, [total, 1, 2, 3, 4, 5])

Execution

  1. execute $ python3 main.py in command line.
  2. Open browser, and type localhost:8080 in the URL field.
  3. Press Enter and it will go to the homepage of the tool.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published