Jump to content

Recommended Posts

10 giờ trước, binhvx said:

Các bác còn crawl được từ đầy ko ạ.

https://shopee.vn/api/v4/item/get?itemid=xxx&shopid=xxx

Em dùng request-python ko header thì lỗi 403. Còn add full header nó về 


{'challenge_type': 2, 'action_type': 3, 'error': 90309999}

Các cao nhân chỉ thêm giúp em với.

Chắc bạn sai gì rồi...mỵ vẫn ra bình thường

qahhDmN.png

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites
6 giờ trước, Thiên Chi Kiều Nữ said:

Chắc bạn sai gì rồi...mỵ vẫn ra bình thường

qahhDmN.png

 

import requests
ItemID= '10473789958'
shopId= '34484193'
Itemlink = f'https://shopee.vn/api/v4/item/get?itemid={ItemID}&shop_id={shopId}'
my_headers = {
    'authority' : 'shopee.vn',
    'method': 'GET',
    'scheme': 'https',
    'accept': '*/*',
    'accept-encoding': 'gzip, deflate, br',
    'accept-language': 'zh-TW,zh;q=0.9,en-US;q=0.8,en;q=0.7,ja;q=0.6',
    'if-none-match': "55b03-9ff4fb127aff56426f5ec9022baec594",
    'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36',
    'x-api-source': 'pc',
    'x-requested-with': 'XMLHttpRequest'
}   
r = requests.get(url=Itemlink, headers = my_headers)
r.content

Nhờ bác xem hộ em với ạ.

Thank bác

Edited by binhvx

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites
8 giờ trước, Thiên Chi Kiều Nữ said:

Chắc bạn sai gì rồi...mỵ vẫn ra bình thường

qahhDmN.png

e làm theo bác nhưng vẫn chưa lấy đc cookie, các link api shopee request login có thay đổi gì k bác nhỉ,

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites

Hiện tại test api shopee v4 lúc đc lúc null nhé các bác, cả v2 cũng vậy, đang dùng curl php, request khoảng 10 lần, đc 2, 3 :((spacer.png

Edited by mandesk

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites

Mình đăng nhập lại web rồi lấy cookie để request thì lúc được lúc mất.
Tối qua thì báo Item_crawler.
Sáng nay thì lại được.

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites
On 29/3/2021 at 22:55, Thiên Chi Kiều Nữ said:

oh yeah.. thank you.. so easy ...:167788130085140: .. finally we have calculator if-none-match- :v ..let me update c# function .. here is code c# (using func creatmd5 in topic #1) 


string Param = "itemid=5672688695&shopid=53339108";
string Param_Md5 = CreateMD5(Item_Param).ToLower();
string text_Hash = "55b03"+Param_Md5+"55b03";
string if_none_match_ = CreateMD5(text_Hash).ToLower();
//func CreateMD5 is in topic #1


 

 

hình như cơ chế tạo if-none-match- lại bị thay đổi r bác à, test thử link này https://shopee.vn/Đầm-Ngủ-Bodysuit-Ren-đồ-ngủ-sexy-cosplay-xuyên-thấu-gợi-cảm-hở-đáy-cho-nữ-M30-i.391173032.16040926429?sp_atk=a71f7883-09b8-4ffc-9091-9a69172caf39&xptdk=a71f7883-09b8-4ffc-9091-9a69172caf39

if-none-match-:55b03-cb72fe71c780542b58b0250425d63565

nhưng tạo từ code trên thì ra

if-none-match-:55b03-97720760bbd137bcde88b9104ebb67fc

 

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites
On 22/8/2022 at 22:29, mandesk said:

Hiện tại test api shopee v4 lúc đc lúc null nhé các bác, cả v2 cũng vậy, đang dùng curl php, request khoảng 10 lần, đc 2, 3 :((spacer.png

spacer.png
fix lòi mới đc, mấy a dev shopee kì quá:)))

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites

Em là newbie muốn nghịch vọc api shopee nhưng em get request vào api/v4/item/get?itemid=12729263306&shop_id=379233423 thì 403 ạ

{"tracking_id":"d4f57765-da8d-45e5-9b6d-
bb1a80302d55","action_type":2,"error":90309999,"is_customized":false,"is_login":false,"is_hit_sap":false,"platform":0,"event_id":2,"report_extra_info":"eyJldmVudF9pZCI6Miwic3RyYXRlZ3lfaWQiOjIwMDAwMTE2LCJpc19oaXRfbW9kdWxlIjoyfQ=="}

huhu hay tại em add thiếu header ạ :( mong có thể được các anh/chị xem giúp em 🥹

import requests

url = 'https://shopee.vn/api/v4/item/get?itemid=12729263306&shop_id=379233423'
my_headers = {
  'authority': 'shopee.vn',
  'method': 'GET',
  'scheme': 'https',
  'accept': '*/*',
  'accept-encoding': 'gzip, deflate, br',
  'accept-language': 'zh-TW,zh;q=0.9,en-US;q=0.8,en;q=0.7,ja;q=0.6',
  'if-none-match': "55b03-9ff4fb127aff56426f5ec9022baec594",
  'user-agent':
  'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36',
  'x-api-source': 'pc',
  'x-requested-with': 'XMLHttpRequest'
}
r = requests.get(url=url, headers=my_headers)

 

Edited by hkhansh27
lack of infor

Chia sẻ bài đăng này


Link tới bài viết
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Trả lời chủ đề này...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...