Paul Yang

Results 1 comments of Paul Yang

剛剛試 我也是遇到一樣情況KeyError: 'items' 是不是現在Shopee Open API v4是要跟shopee申請與註冊 ? 如果是 圖隊應該要重寫爬shopee商品頁的方式 而不是靠API 另外8-2是這本書STP最重要的開頭 這個fail 其他人根本沒法接下去學啦? ``` #專門用來請求蝦皮的相關商品基本資料 def request_shopee(keyword, page): url = 'https://shopee.tw/api/v4/search/search_items?by=relevancy&keyword=' + keyword + '&limit=60&newest=' + str(page*60) + '&order=desc&page_type=search&scenario=PAGE_GLOBAL_SEARCH&version=2'...