Skip to content

Node script to scrape podcast reviews from different storefronts

Notifications You must be signed in to change notification settings

amirandalibi/apple-podcasts-review-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Podcasts review scraper

This is a simple Node.js script that scrapes reviews from multiple storefronts and return them in a single object.

Why did I make this?

Apple doesn't aggregate reviews in one place and each country has its own database. This script is making multiple calls to an array of storefronts and return an aggregated list of reviews in a single view. Right now I only use the countries that my podcast is popular in 🙈 but you are welcome to add more.

Dependencies

Run the script

Replace the podcast_id with yours here

Then run the script using

node index.js

Visit http://localhost:8000

How do I find my podcast ID?

Visit the podcast page and grab the id from the url, use the picture below as reference.

Screen Shot 2021-10-02 at 2 46 17 PM

About

Node script to scrape podcast reviews from different storefronts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published