본문 바로가기
QA/Test Automation

구글 스토어&앱 스토어에서 메타데이터 긁어오고싶을 경우

by 화뉘 2019. 4. 29.

https://www.apptweak.io/

 

Apple App store API and Google Play Store API - All data & rankings for all apps | AppTweak.io

Explore and analyze Top Charts in 70+ countries. Examine app store trends and conduct market research to identify new market opportunities. Easily integrate our data in any business intelligence software.

www.apptweak.io

해당 사이트를 가면 OpenAPI를 제공한다.

AND : 

curl -X GET -H "X-Apptweak-Key: ${APIKEY}" https://api.apptweak.com/android/applications/packageName/metadata.json\?country\=gb\&language\=en\&max-age\=86400

iOS

 curl -X GET -H "X-Apptweak-Key: ${APIKEY}" https://api.apptweak.com/ios/applications/PakageID/metadata.json\?country=kr\&language\=kr\&device\=iphone\&max-age\=604800

이렇게 하면 앱 리뷰 평점 등을 쉽게 가져올 수 있다.

API는 가입 시에 할당해주는데, 무료계정인 경우 한달에 100번까지 허용한다.

댓글