Skip to content

A web-based tool to fetch and download screenshots of Google Play Store apps. Built with HTML, CSS, JavaScript, Node.js, Express.js, and google-play-scraper.

Notifications You must be signed in to change notification settings

milindkusahu/Play-Store-Screenshots-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play Store App Screenshots Downloader/ Extractor

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.

Features

  • 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

Getting Started

To use the Play Store App Screenshots tool, follow these steps:

  1. Open the tool in your web browser by visiting: https://milindkusahu.github.io/Play-Store-Screenshots-Extractor/

  2. 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
  3. Click on the "Get Screenshots" button to fetch the screenshots of the app.

  4. 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.
  5. To close the screenshot preview, click on the close button or anywhere outside the preview image.

Hosting

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:

  1. Clone the repository:
git clone https://github.com/milindkusahu/Play-Store-Screenshots-Extractor.git
  1. Install the required dependencies:
cd your-repository
npm install
  1. Start the server:
node app.mjs
  1. Deploy the server to a hosting platform of your choice (e.g., GitHub Pages, Heroku, AWS, Google Cloud Platform).

  2. Update the URLs in the index.html file to point to your hosted server.

Dependencies

The Play Store App Screenshots Extractor tool relies on the following dependencies:

Contributing

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.

License

This project is licensed under the MIT License.

About

A web-based tool to fetch and download screenshots of Google Play Store apps. Built with HTML, CSS, JavaScript, Node.js, Express.js, and google-play-scraper.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published