Skip to content

For a given app on the Apple App Store, scrape up to 10 pages of reviews for each country and log them to a CSV.

License

Notifications You must be signed in to change notification settings

owensco/app-store-review-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

Known Issues:

  1. Special characters may break as some apps do not encode in unicode by default.
  • Microsoft Excel: Open CSV > Data > From Text/CSV > find csv > file origin = Unicode (UTF-8) > Load
  • Google Sheets: Create new sheet > File > Import > upload csv > Seperator type = Comma > Import
  1. Script occasionally throws:
{ Error: getaddrinfo ENOTFOUND itunes.apple.com itunes.apple.com:443
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26)   
  errno: 'ENOTFOUND',
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'itunes.apple.com',
  host: 'itunes.apple.com',
  port: 443 }

Re-run the script until successful, may take a few tries.

About

For a given app on the Apple App Store, scrape up to 10 pages of reviews for each country and log them to a CSV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published