VOOZH about

URL: https://apify.com/lulzasaur/albumoftheyear-scraper

⇱ Album of the Year Scraper - Music Ratings & Reviews Β· Apify


πŸ‘ Album of the Year Scraper - Music Ratings & Reviews avatar

Album of the Year Scraper - Music Ratings & Reviews

Pricing

from $10.00 / 1,000 results

Go to Apify Store

Album of the Year Scraper - Music Ratings & Reviews

Scrape album ratings and reviews from albumoftheyear.org. Browse highest-rated albums by year, genre, or search. Get critic/user scores, tracklists, genres, labels, and review snippets.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

2 months ago

Last modified

Categories

Share

Album of the Year Scraper

Scrape album ratings, reviews, and tracklists from albumoftheyear.org β€” the leading music aggregation site with critic and user scores for thousands of albums.

Features

  • Search albums β€” find any album or artist by name
  • Browse by year β€” highest-rated albums for any year (1950-2030)
  • Filter by genre β€” narrow results to specific genres (alternative rock, synthpop, jazz, etc.)
  • Multiple list types β€” critic highest rated, user highest rated, most popular, most anticipated
  • Album details β€” optionally scrape full detail pages for tracklists, labels, producers, and review snippets
  • Pagination β€” handles multi-page result sets automatically
  • PPE monetization β€” pay-per-event billing for each result

Output Example

{
"rank":1,
"albumTitle":"OK Computer",
"artist":"Radiohead",
"criticScore":94,
"userScore":93,
"criticReviewCount":14,
"userRatingCount":36426,
"releaseDate":"May 21, 1997",
"format":"LP",
"genres":"Alternative Rock, Art Rock, Space Rock Revival, Post-Britpop",
"label":"Parlophone, Capitol, EMI",
"producer":"Nigel Godrich",
"trackCount":12,
"tracks":[
{
"number":1,
"name":"Airbag",
"length":"4:47",
"rating":93,
"ratingCount":6427
}
],
"reviewSnippets":[
{
"publication":"Pitchfork",
"score":100,
"text":"The record is brimming with genuine emotion..."
}
],
"coverUrl":"https://cdn2.albumoftheyear.org/375x0/album/ok-computer-1.jpg",
"url":"https://www.albumoftheyear.org/album/362-radiohead-ok-computer.php",
"scrapedAt":"2026-04-25T12:00:00.000Z"
}

Input Parameters

ParameterTypeDefaultDescription
searchQuerystringAlbum or artist name to search for
yearintegercurrent yearFilter albums by release year
listTypestringcritic-highestList type: critic-highest, user-highest, most-popular, most-anticipated
genrestringGenre slug filter (e.g. 2-alternative-rock, 38-synthpop)
scrapeDetailsbooleanfalseFetch album detail pages for full tracklists, labels, and review snippets
maxResultsinteger50Maximum number of albums to return (1-1000)
maxPagesinteger0Maximum listing pages to scrape (0 = auto from maxResults)
proxyConfigurationobjectOptional proxy configuration

Usage

Browse top-rated albums of 2024

{
"year":2024,
"listType":"critic-highest",
"maxResults":50
}

Search for an artist with full details

{
"searchQuery":"Radiohead",
"scrapeDetails":true,
"maxResults":10
}

Browse user-rated hip-hop albums

{
"year":2024,
"listType":"user-highest",
"genre":"8-hip-hop",
"maxResults":25
}

Quick list without detail pages (faster)

{
"year":2023,
"listType":"critic-highest",
"scrapeDetails":false,
"maxResults":100
}

Rate Limiting

The scraper is configured to be respectful:

  • Maximum 3 concurrent requests
  • Maximum 20 requests per minute
  • Proper User-Agent and Referer headers

Cost

This actor uses Pay-Per-Event pricing. You are charged per album result returned to the dataset.

You might also like

RateYourMusic Album & Chart Scraper

crawlerbros/rateyourmusic-scraper

Scrape RateYourMusic - the world's largest music ratings community. Get top-rated albums by genre, search music releases, browse charts by genre/year, and extract album details including ratings, genres, and community statistics.

Facebook Albums Scraper⚑

premiumscraper/facebook-albums-scraper

Scrape Facebook albums from Pages, Profiles, or direct album links. Output includes: album title, item count, cover image, description, engagement (reactions/comments/shares), owner details, nested photos per album, and album comments with filter support. One row per album ✨ Facebook Albums Scraper⚑

πŸ‘ User avatar

Premium Scraper

20

TheAudioDB Music Artist and Album Scraper

parseforge/theaudiodb-music-scraper

Pull artist profiles and album discographies from TheAudioDB by name. Returns genre, country, formed year, label, biography, cover art, album release year, review score, and MusicBrainz ID. Great for catalog enrichment, music apps, and genre research across thousands of artists.

Youtube Music Album Listing Scraper

alien_force/youtube-music-album-listing-scraper

Extract album details, track names, play counts, artist info, and more with the YouTube Music Album Scraper! 🎢 Simply input a YouTube Music album URL and get structured JSON data. Perfect for music analysis, trend tracking, or playlist building. Fast, efficient, and easy to use! πŸš€

Discogs Scraper

parseforge/discogs-scraper

Scrape music releases, artists, and labels from Discogs. Get album titles, artists, years, genres, styles, formats, countries, tracklists, and community have/want stats for millions of records. Filter by type, year, country, genre, style, and format.