A simple web-based tool to fetch and download screenshots of Google Play Store apps. Simply enter the app URL and get high-quality screenshots in a grid view.
- Fetch screenshots of any Google Play Store app by entering its URL
- Display screenshots in a responsive grid layout
- Click on a screenshot to view it in a larger preview
- Download individual screenshots with the correct file extension
- Responsive and user-friendly design
To use the Play Store App Screenshots tool, follow these steps:
-
Open the tool in your web browser by visiting: https://milindkusahu.github.io/Play-Store-Screenshots-Extractor/
-
Enter the Google Play Store app URL in the input field.
- Example:
https://play.google.com/store/apps/details?id=com.google.android.apps.bard
- Example:
-
Click on the "Get Screenshots" button to fetch the screenshots of the app.
-
The screenshots will be displayed in a grid layout.
- Click on a screenshot to view it in a larger preview.
- Click on the "Download" button below each screenshot to download it with the correct file extension.
-
To close the screenshot preview, click on the close button or anywhere outside the preview image.
The web-based frontend of the Play Store App Screenshots tool is hosted on GitHub Pages. However, the server-side component that fetches and downloads the screenshots needs to be hosted separately.
To host the server component, follow these steps:
- Clone the repository:
git clone https://github.com/milindkusahu/Play-Store-Screenshots-Extractor.git
- Install the required dependencies:
cd your-repository
npm install
- Start the server:
node app.mjs
-
Deploy the server to a hosting platform of your choice (e.g., GitHub Pages, Heroku, AWS, Google Cloud Platform).
-
Update the URLs in the
index.html
file to point to your hosted server.
The Play Store App Screenshots Extractor tool relies on the following dependencies:
- Express.js - Web framework for Node.js
- google-play-scraper - Library to scrape data from the Google Play Store
- Axios - Promise-based HTTP client for making requests
Contributions to the Play Store App Screenshots tool are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License.