How to take screenshots of App Store review ratings

Learn how to automate taking screenshots of App Store review ratings with PagePixels.

Introduction

PagePixels is a screenshot tool that can automate the process of taking screenshots of web pages (and parts of web pages), including an app's App Store review ratings.

PagePixels is free to start, and this tutorial demonstrates how to capture App Store ratings and reviews for an app from Apple's App Store website on a daily schedule.

Example

How to take screenshots of App Store review ratings

To take daily recurring screenshots of an app's App Store rating stats and reviews:

1

Create a screenshot

Log in to your PagePixels account, and click the "+Create Screenshot" button.

2

Set your schedule

By default, recurring screenshots are set to every 5 minutes.

For a daily screenshot, change the default frequency values from every "5" "Minutes" to every "1" "Days" using the input field and drop-down menu.

3

Add URL

Copy and paste a link to your app's App Store preview web page into the "Website URL to Capture" field.

4

Add CSS Selector

PagePixels CSS selector option is helpful for capturing a specific element on a web page.

In this case - to screenshot only the ratings and reviews element on the App Store preview page, you can use the CSS Selector:

div.animation-wrapper.is-visible > section:nth-child(6)
5

Change Scale Factor (optional)

To produce a higher resolution screenshot of the reviews rating element, select the option 2 from the "Scale Factor" field drop-down menu.

6

Add custom CSS (optional)

PagePixels CSS injection option is useful for customizing the style of a web page or a specific element you want to screenshot.

In this case - to add padding, remove the top border, and "See All" text link from the reviews rating element, you can use the CSS:

div.animation-wrapper.is-visible >
section:nth-child(6){
padding: 16px;
border-top: none;
}
div.animation-wrapper.is-visible >
section:nth-child(6) > .section__nav{
display: none;
}
8

Save Screenshot

Click the green "Save Screenshot" button (top-right).

Your screenshot automation is officially set, and your first screenshot will be taken shortly.

What else can PagePixels do?

When you automate screenshots of your App Store ratings with PagePixels, you can also:

  • Post screenshots of your App ratings to a public or private Slack channel, a Custom Webhook address, or save your screenshot images to your Dropbox account.
  • Pair PagePixels with no-code integration platforms Zapier and Make (Integromat) to send and save your App rating screenshots to thousands of services and apps, such as Google Sheets, Discord, and OneDrive.
  • Take recurring screenshots of your App ratings by time interval, days of the week, time of day, and time zone with PagePixels' built-in scheduling system (no other tool required).
  • Dynamically display and share your latest App metrics on your website, dashboard, and app, using a single Embed URL.
  • Track changes to your App Store ratings and reviews with PagePixels' Change Notifications. Send your notifications to Slack, a webhook address, or via Zapier.
  • Use PagePixels' Screenshot API to programmatically take scheduled and instant screenshots of your App Store ratings.
  • Have AI compare and contrast your App Store rating screenshot images with the Multiple Image AI Analysis endpoint (powered by OpenAI - creator of ChatGPT) of our Screenshot API.

There's even more things you can do with PagePixels! Check out our features page for more information.

Support

Questions? Contact us anytime by email:

support-tickets@pagepixels.com

Or send us a message through our Support page.