Skip to content

Instantly share code, notes, and snippets.

@michael34435
Created July 22, 2014 10:07
Show Gist options
  • Save michael34435/d5d3c004b619c2658f75 to your computer and use it in GitHub Desktop.
Save michael34435/d5d3c004b619c2658f75 to your computer and use it in GitHub Desktop.
順手作的筆記

##Google Market API(AKA Google Play API) for Android 原始檔案來自這裡
是一款以java做curl request模擬android上面存取Google Market的library

幾個要點如下

  • 每次最多的上限Request數量為__500__,換言之,每次的query組合只能撈出500筆的index
  • 有一定的頻率間隔存在
  • __最多__只能取出10筆資料
  • 帳號會一次被鎖24hr,如果期間不再繼續使用12hr就有解鎖可能
  • request frequency越快,能取出來的資料越少,以-1遞減,遞減至3或4筆會產生400 HTTP ERROR
  • device ID並不會被鎖,重點在於Google Play帳號
  • 連續不停的request最多約90秒,約可以撈出1500筆以上的資料
  • 排序功能__不限制__在500筆最前面的index內
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment