Apple AppStore Apps
Apple AppStore App data of 1.2 Million+ applications.
@kaggle.gauthamp10_apple_appstore_apps
Apple AppStore App data of 1.2 Million+ applications.
@kaggle.gauthamp10_apple_appstore_apps
Apple AppStore Android App Data. (1.2 Million+ App Data)
Backup repo (JSON Format): https://github.com/gauthamp10/apple-appstore-apps
I've collected the data with the help of Python script (Scrapy) running on a cluster of cloud vm instances.
The data was collected in the month of October 2021.
Also checkout:
I couldn't have build this dataset without the help of Github Education.
Took inspiration from: https://www.kaggle.com/gauthamp10/google-playstore-apps to build a big database of Apple store applications.
Gautham Prakash
My other projects: github.com/gauthamp10
Website: gauthamp10.github.io
CREATE TABLE appleappdata (
"app_id" VARCHAR,
"app_name" VARCHAR,
"appstore_url" VARCHAR,
"primary_genre" VARCHAR,
"content_rating" VARCHAR,
"size_bytes" DOUBLE,
"required_ios_version" VARCHAR,
"released" VARCHAR,
"updated" VARCHAR,
"version" VARCHAR,
"price" DOUBLE,
"currency" VARCHAR,
"free" BOOLEAN,
"developerid" BIGINT,
"developer" VARCHAR,
"developer_url" VARCHAR,
"developer_website" VARCHAR,
"average_user_rating" DOUBLE,
"reviews" BIGINT,
"current_version_score" DOUBLE,
"current_version_reviews" BIGINT
);Anyone who has the link will be able to view this.