heavy iTunes Connect scraping

后端 未结 4 1340
名媛妹妹
名媛妹妹 2021-02-08 19:19

I\'m looking at different options to get the sales reports and other data out of the iTunes Connect website. Since Apple doesn\'t provide an API, all the solutions I found are b

4条回答
  •  难免孤独
    2021-02-08 19:43

    appdailysales is the best tool out there that I have found.

    I have modified it so that the script automatically puts the ITC data into a MySQL database instead of just saving the txt files. And as Kirby pointed out, I too only have it run once a day and everything appears to be working. Nothing has been blocked by Apple so far.

    As for the script breaking, the one good thing is that Apple keeps daily sales reports for 14 days (last I checked). This means that if the script breaks, one has several days to fix the script and still get the daily sales reports.

    Good luck.

    Kevin

提交回复
热议问题