Skip to content

An API to grab Apple App store reviews from an RSS feed & Playstore reviews directly from the UI

Notifications You must be signed in to change notification settings

Zagorouiko/Skrapr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App store reviews API

An API to grab Apple App store reviews from an RSS feed & Android Playstore reviews directly from the UI. I couldn't find a way to do this online so I built it. The reviews are able to be filtered via rating, before date, and after date.

Get Requests

To get ALL reviews - The following iOS endpoint is in this format:

https://app-store-reviews-api-aeb965d6e5af.herokuapp.com/reviews/iOS/APPID

or Android:

https://app-store-reviews-api-aeb965d6e5af.herokuapp.com/reviews/Android/APPID

The APPID for iOS can be found via the Apple app store: iOS APP ID

And the APPID for Android can be found in the Playstore: Android APP ID

Filter Paramater Examples

Filter by rating:

https://app-store-reviews-api-aeb965d6e5af.herokuapp.com/reviews/iOS/APPID?rating=1

Filter by afterDate:

https://app-store-reviews-api-aeb965d6e5af.herokuapp.com/reviews/iOS/APPID?afterDate=05/15/2023

Filter by beforeDate:

https://app-store-reviews-api-aeb965d6e5af.herokuapp.com/reviews/iOS/APPID?beforeDate=05/15/2023

Filter by multiple filters:

https://app-store-reviews-api-aeb965d6e5af.herokuapp.com/reviews/iOS/APPID?rating=1&beforeDate=05/15/2023

Postman Collection Download

Download here and import into Postman

Donations

Any donations are much appreciated 🙏

BTC Badge
ETH Badge
SOL Badge

PayPal Donate

About

An API to grab Apple App store reviews from an RSS feed & Playstore reviews directly from the UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published