Baselight

Apple AppStore Apps

Apple AppStore App data of 1.2 Million+ applications.

@kaggle.gauthamp10_apple_appstore_apps

Loading...
Loading...

About this Dataset

Apple AppStore Apps

Context

Apple AppStore Android App Data. (1.2 Million+ App Data)

Backup repo (JSON Format): https://github.com/gauthamp10/apple-appstore-apps

Content

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:

Acknowledgements

I couldn't have build this dataset without the help of Github Education.

Inspiration

Took inspiration from: https://www.kaggle.com/gauthamp10/google-playstore-apps to build a big database of Apple store applications.

Author

Gautham Prakash

My other projects: github.com/gauthamp10

Website: gauthamp10.github.io

Tables

Appleappdata

@kaggle.gauthamp10_apple_appstore_apps.appleappdata
  • 173.65 MB
  • 1230376 rows
  • 21 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.