Scrape the site play.google.com
All categories from the section Apps, Games. (Movies, Books, Not for Children)
1. The data should be in the form of a json file, so it can be uploaded to the mysql database for our structure:
In the .json file, it is necessary that the structure for each app includes the exact names of the image files.
Full link to the category/section
Category/section name
Full link to the app/game
App name
Developer
App rating
App size (megabytes)
Age restrictions
Number of downloads
Image from the page - App/Game logo
Image from the page - "screenshots" of the app/game
Description of the app/game (text description and all technical information version, cost, updates, etc.)
All categories to which the app/game belongs
2. We need a folder for this file:
- With images (app/game logo + images from the app/game page)
To summarize, we need to have:
- data.json - all information
- Folder images with images from the app/game page
1. The data should be in the form of a json file, so it can be uploaded to the mysql database for our structure:
In the .json file, it is necessary that the structure for each app includes the exact names of the image files.
Full link to the category/section
Category/section name
Full link to the app/game
App name
Developer
App rating
App size (megabytes)
Age restrictions
Number of downloads
Image from the page - App/Game logo
Image from the page - "screenshots" of the app/game
Description of the app/game (text description and all technical information version, cost, updates, etc.)
All categories to which the app/game belongs
2. We need a folder for this file:
- With images (app/game logo + images from the app/game page)
To summarize, we need to have:
- data.json - all information
- Folder images with images from the app/game page