Metacritic Scraper avatar
Metacritic Scraper
Try for free

3 days trial then $25.00/month - No credit card required now

View all Actors
Metacritic Scraper

Metacritic Scraper

epctex/metacritic-scraper
Try for free

3 days trial then $25.00/month - No credit card required now

Extract any data from Metacritic right away! Games, Music, Movies, TV Shows, People, Companies, and more information are ready for you. Get reviews immediately! Search for any keyword, filter by your needs, or get listing pages! Export your data by XML, JSON, CSV, Excel, or HTML

Actor - Metacritic Scraper

Metacritic scraper

Since Metacritic doesn't provide a good and free API, this actor should help you to retrieve data from it.

The Metacritic data scraper supports the following features:

  • Search any keyword - You can search any keyword to retrieve games, people, music, movies, TV shows, companies, and many more things Metacritic provides. Type any keyword you want to get the results of.

  • Scrape lists - Scrape any list that you'd like to get from Metacritic

  • Scrape reviews - Get reviews from any object. Even if it is a game or music, you can get all the reviews from Metacritic.

  • Movies, Games, Albums, TV Shows, People, or Companies. All of the information can be retrieved right away from Metacritic!

Bugs, fixes, updates, and changelog

This scraper is under active development. If you have any feature requests you can create an issue from here.

Input Parameters

The input of this scraper should be JSON containing the list of pages on Metacritic that should be visited. Possible fields are:

  • startUrls: (Optional) (Array) List of Metacritic URLs. You can provide search, browse, game detail, movie detail, music detail, TV show detail, person detail, company detail, and many more different detail URLs.

  • search: (Optional) (String) Keyword that you want to search on Metacritic.

  • searchMode: (Optional) (String) Search mode is only required when search attribute is provided in the scraper. It changes the search results and provides you with the best outcome from Metacritic.

  • includeReviews: (Optional) (Boolean) This will add all the reviews that Metacritic provides inside the data points. Please keep in mind that the time and resources the actor uses will increase proportionally by the number of reviews.

  • endPage: (Optional) (Number) Final number of page that you want to scrape. The default is Infinite. This applies to all search requests and startUrls individually.

  • maxItems: (Optional) (Number) You can limit scraped items. This should be useful when you search through the big lists or search results.

  • proxy: (Required) (Proxy Object) Proxy configuration.

  • extendOutputFunction: (Optional) (String) Function that takes a JQuery handle ($) as an argument and returns an object with data.

  • customMapFunction: (Optional) (String) Function that takes each object's handle as an argument and returns the object with executing the function.

This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.

Tip

When you want to scrape over a specific listing URL, just copy and paste the link as one of the startUrl.

If you would like to scrape only the first page of a list then put the link for the page and have the endPage as 1.

With the last approach that is explained above you can also fetch any interval of pages. If you provide the 5th page of a list and define the endPage parameter as 6 then you'll have the 5th and 6th pages only.

Compute Unit Consumption

The actor is optimized to run blazing fast and scrape as many items as possible. Therefore, it forefronts all detail requests. If the actor doesn't block very often it'll scrape 100 items in 2 minutes with ~0.04-0.06 compute units.

Metacritic Scraper Input example

1{
2  "startUrls": [
3    "https://www.metacritic.com/company/rca",
4    "https://www.metacritic.com/music/sos/sza",
5    "https://www.metacritic.com/tv/the-witcher-blood-origin",
6    "https://www.metacritic.com/movie/whitney-houston-i-wanna-dance-with-somebody",
7    "https://www.metacritic.com/game/playstation-5/elden-ring",
8    "https://www.metacritic.com/person/robert-downey-jr",
9    "https://www.metacritic.com/search/all/hel/results",
10    "https://www.metacritic.com/search/person/hel/results",
11    "https://www.metacritic.com/search/game/hel/results",
12    "https://www.metacritic.com/browse/movies/score/metascore/all/filtered/netflix",
13    "https://www.metacritic.com/browse/tv/score/metascore/year/filtered?sort=desc&view=detailed",
14    "https://www.metacritic.com/browse/games/genre/date/action/ps4"
15  ],
16  "search": "last of us",
17  "searchMode": "all",
18  "includeReviews": false,
19  "proxy": {
20      "useApifyProxy": true
21  },
22  "endPage": 5,
23  "maxItems": 100
24}

During the Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.

If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.

Metacritic Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this Metacritic actor.

Scraped Metacritic Properties

The structure of each item in Metacritic looks like this:

Movie Detail

1{
2	"type": "movie",
3	"url": "https://www.metacritic.com/movie/whitney-houston-i-wanna-dance-with-somebody",
4	"title": "Whitney Houston: I Wanna Dance With Somebody",
5	"year": "2022",
6	"metascore": 51,
7	"userscore": 6,
8	"starring": [
9		{
10			"name": "Alana Monteiro",
11			"url": "https://www.metacritic.com/person/alana-monteiro"
12		},
13		{
14			"name": "Ashton Sanders",
15			"url": "https://www.metacritic.com/person/ashton-sanders"
16		},
17		{
18			"name": "Bria Danielle Singleton",
19			"url": "https://www.metacritic.com/person/bria-danielle-singleton"
20		},
21		{
22			"name": "Clarke Peters",
23			"url": "https://www.metacritic.com/person/clarke-peters"
24		},
25		{
26			"name": "Daniel Washington",
27			"url": "https://www.metacritic.com/person/daniel-washington"
28		},
29		{
30			"name": "Heidi Garza",
31			"url": "https://www.metacritic.com/person/heidi-garza"
32		},
33		{
34			"name": "Marilyn Swick",
35			"url": "https://www.metacritic.com/person/marilyn-swick"
36		},
37		{
38			"name": "Mary Ann Schaub",
39			"url": "https://www.metacritic.com/person/mary-ann-schaub"
40		},
41		{
42			"name": "Moses Ingram",
43			"url": "https://www.metacritic.com/person/moses-ingram"
44		},
45		{
46			"name": "Nafessa Williams",
47			"url": "https://www.metacritic.com/person/nafessa-williams"
48		},
49		{
50			"name": "Naheem Garcia",
51			"url": "https://www.metacritic.com/person/naheem-garcia"
52		},
53		{
54			"name": "Naomi Ackie",
55			"url": "https://www.metacritic.com/person/naomi-ackie"
56		},
57		{
58			"name": "Rob Lévesque",
59			"url": "https://www.metacritic.com/person/rob-levesque"
60		},
61		{
62			"name": "Stanley Tucci",
63			"url": "https://www.metacritic.com/person/stanley-tucci"
64		},
65		{
66			"name": "Tamara Tunie",
67			"url": "https://www.metacritic.com/person/tamara-tunie"
68		},
69		{
70			"name": "Tanner Beard",
71			"url": "https://www.metacritic.com/person/tanner-beard"
72		}
73	],
74	"summary": "The joyous, emotional and heart-breaking celebration of the life and music of Whitney Houston, the greatest female R&B pop vocalist of all time. Tracking her journey from obscurity to musical super stardom",
75	"director": {
76		"name": "Kasi Lemmons",
77		"url": "https://www.metacritic.com/person/kasi-lemmons"
78	},
79	"genres": [
80		"Biography",
81		"Drama",
82		"Music"
83	],
84	"buyLinks": [
85		"https://play.google.com/store/movies/details/Whitney_Houston_I_Wanna_Dance_with_Somebody?id=-9kQ6ddektQ.P&hl=en&gl=US&PAffiliateID=1100lHMW&PCamRefID=[subid_value]",
86		"https://www.anrdoezrs.net/links/9011673/type/dlg/sid/[subid_value]/https://www.vudu.com/content/movies/details/Whitney-Houston-I-Wanna-Dance-With-Somebody/2231428?"
87	],
88	"trailer": "https://video.internetvideoarchive.net/video.mp4?cmd=6&fmt=4&customerid=654126&publishedid=113544&e=2208902400&videokbrate=1500&h=b9cde4201f3fe05746a315a21f5fe202"
89}

Game Detail

1{
2	"type": "game",
3	"url": "https://www.metacritic.com/game/playstation-5/elden-ring",
4	"title": "Elden Ring",
5	"publisherName": "Bandai Namco Games",
6	"publisherUrl": "https://www.metacritic.com/company/bandai-namco-games",
7	"summary": "A New World Created By Hidetaka Miyazaki And George R. R. Martin. ELDEN RING, developed by FromSoftware, Inc. and BANDAI NAMCO Entertainment Inc., is a fantasy action-RPG adventure set within a world created by Hidetaka Miyazaki creator of the influential DARK SOULS video game series; and George R.R. Martin author of The New York Times best-selling fantasy series, A Song of Ice and Fire. Danger and discovery lurk around every corner in FromSoftware's largest game to-date.  Hidetaka Miyazaki, President and Game Director of FromSoftware Inc. Known for directing critically-acclaimed games in beloved franchises including Armored Core, Dark Souls, and Sekiro: Shadows Die Twice.  George R.R. Martin is the #1 New York Times bestselling author of many novels, including the acclaimed series A Song of Ice and Fire - A Game of Thrones, A Clash of Kings, A Storm of Swords, A Feast For Crows, and A Dance with Dragons. As a writer-producer, he has worked on The Twilight Zone, Beauty and the Beast, and various feature films and pilots that were never made.",
8	"metascore": 96,
9	"userscore": 7.7,
10	"genres": [
11		"Role-Playing",
12		"Action RPG"
13	],
14	"trailer": "https://mt-rv-v1.gamespot.com/vr/2022/03/04/trailer_eldenring_lore_8000.mp4",
15	"awards": [
16		"#1 Best PlayStation 5 Game of 2022",
17		"#3 Most Discussed PlayStation 5 Game of 2022"
18	],
19	"platform": [
20		"PC",
21		"PlayStation 4",
22		"Xbox One",
23		"Xbox Series X",
24		"PlayStation 5"
25	]
26}

Series Detail

1{
2	"type": "series",
3	"url": "https://www.metacritic.com/tv/the-witcher-blood-origin",
4	"title": "The Witcher: Blood Origin",
5	"metascore": 45,
6	"userscore": 1,
7	"distributor": [
8		{
9			"title": "NETFLIX",
10			"url": "https://www.metacritic.com/company/netflix"
11		}
12	],
13	"releaseDate": "December 25, 2022",
14	"summary": "The six-part prequel to The Witcher set 1200 years before Geralt of Rivia tells the story of the first Witcher and the events that led to the conjunction of the spheres.",
15	"genres": [
16		"Drama",
17		"Movie/Mini-Series",
18		"Action & Adventure",
19		"Fantasy",
20		"Science Fiction"
21	],
22	"buyLinks": [
23		"https://www.netflix.com/watch/81323602?"
24	],
25	"trailer": "https://video.internetvideoarchive.net/video.mp4?cmd=6&fmt=4&customerid=654126&publishedid=41256&e=2208902400&videokbrate=1500&h=4e642389faf74cf174271c6cf62a3a03",
26	"episodes": [
27		{
28			"title": "S1:E4. Of Mages, Malice, and Monstrous Mayhem",
29			"airDate": "November 30, -0001",
30			"url": "https://www.metacritic.com/tv/the-witcher-blood-origin/season-1/episode-4-of-mages-malice-and-monstrous-mayhem"
31		},
32		{
33			"title": "S1:E3. Of Warriors, Wakes, and Wondrous Worlds",
34			"airDate": "November 30, -0001",
35			"url": "https://www.metacritic.com/tv/the-witcher-blood-origin/season-1/episode-3-of-warriors-wakes-and-wondrous-worlds"
36		},
37		{
38			"title": "S1:E2. Of Dreams, Defiance, and Desperate Deeds",
39			"airDate": "November 30, -0001",
40			"url": "https://www.metacritic.com/tv/the-witcher-blood-origin/season-1/episode-2-of-dreams-defiance-and-desperate-deeds"
41		},
42		{
43			"title": "S1:E1. Of Ballads, Brawlers, and Bloodied Blades",
44			"airDate": "November 30, -0001",
45			"url": "https://www.metacritic.com/tv/the-witcher-blood-origin/season-1/episode-1-of-ballads-brawlers-and-bloodied-blades"
46		}
47	]
48}

Person Detail

1{
2	"type": "person",
3	"url": "https://www.metacritic.com/person/robert-downey-jr",
4	"title": "Robert Downey Jr.",
5	"scoreDistributions": [
6		{
7			"category": "Games",
8			"reviewCount": 5,
9			"positiveCount": 0,
10			"neutralCount": 5,
11			"negativeCount": 0,
12			"avgScore": 67,
13			"highestRating": {
14				"score": 71,
15				"name": "LEGO Marvel's Avengers",
16				"url": "https://www.metacritic.com/game/lego-marvels-avengers/"
17			},
18			"lowestRating": {
19				"score": 60,
20				"name": "LEGO Marvel's Avengers",
21				"url": "https://www.metacritic.com/game/lego-marvels-avengers/"
22			}
23		},
24		{
25			"category": "Movies",
26			"reviewCount": 67,
27			"positiveCount": 35,
28			"neutralCount": 23,
29			"negativeCount": 9,
30			"avgScore": 59,
31			"highestRating": {
32				"score": 88,
33				"name": "Oppenheimer",
34				"url": "https://www.metacritic.com/movie/oppenheimer/"
35			},
36			"lowestRating": {
37				"score": 10,
38				"name": "Johnny Be Good",
39				"url": "https://www.metacritic.com/movie/johnny-be-good/"
40			}
41		},
42		{
43			"category": "TV Shows",
44			"reviewCount": 17,
45			"positiveCount": 13,
46			"neutralCount": 4,
47			"negativeCount": 0,
48			"avgScore": 66,
49			"highestRating": {
50				"score": 90,
51				"name": "The Zen Diaries of Garry Shandling",
52				"url": "https://www.metacritic.com/tv/the-zen-diaries-of-garry-shandling/"
53			},
54			"lowestRating": {
55				"score": 41,
56				"name": "The Showbiz Show with David Spade",
57				"url": "https://www.metacritic.com/tv/the-showbiz-show-with-david-spade/"
58			}
59		}
60	],
61	"games": [
62		{
63			"roles": [
64				"Other"
65			],
66			"product": {
67				"title": "LEGO Marvel's Avengers",
68				"type": "game",
69				"releaseYear": "2016-01-26",
70				"rating": "E10+",
71				"url": "https://www.metacritic.com/game/lego-marvels-avengers/",
72				"criticScore": 71
73			}
74		},
75		{
76			"roles": [
77				"Other"
78			],
79			"product": {
80				"title": "LEGO Marvel's Avengers",
81				"type": "game",
82				"releaseYear": "2016-01-26",
83				"rating": "E10+",
84				"url": "https://www.metacritic.com/game/lego-marvels-avengers/",
85				"criticScore": 71
86			}
87		}
88	],
89	"movies": [
90		{
91			"roles": [
92				"Actor (as Lewis Strauss)"
93			],
94			"product": {
95				"title": "Oppenheimer",
96				"type": "movie",
97				"releaseYear": 2023,
98				"rating": "R",
99				"url": "https://www.metacritic.com/movie/oppenheimer/",
100				"criticScore": 88
101			}
102		},
103		{
104			"roles": [
105				"Actor (as Lord Rivers)"
106			],
107			"product": {
108				"title": "Richard III",
109				"type": "movie",
110				"releaseYear": 1995,
111				"rating": "R",
112				"url": "https://www.metacritic.com/movie/richard-iii/",
113				"criticScore": 86
114			}
115		}
116	],
117	"shows": [
118		{
119			"roles": [
120				"Other"
121			],
122			"product": {
123				"title": "The Zen Diaries of Garry Shandling",
124				"type": "show",
125				"releaseYear": 2018,
126				"rating": "TV-MA",
127				"url": "https://www.metacritic.com/tv/the-zen-diaries-of-garry-shandling/",
128				"criticScore": 90
129			}
130		},
131		{
132			"roles": [
133				"Other"
134			],
135			"product": {
136				"title": "WandaVision",
137				"type": "show",
138				"releaseYear": 2021,
139				"rating": "TV-14",
140				"url": "https://www.metacritic.com/tv/wandavision/",
141				"criticScore": 77
142			}
143		}
144	]
145}

Company Detail

1{
2	"type": "company",
3	"url": "https://www.metacritic.com/company/rca?page=8",
4	"title": "RCA",
5	"categories": [
6		"Movies",
7		"Music"
8	],
9	"averageCareerScore": 70,
10	"highestMetaScore": {
11		"url": "https://www.metacritic.com/music/black-messiah/dangelo",
12		"title": "Black Messiah",
13		"score": 95
14	},
15	"lowestMetaScore": {
16		"url": "https://www.metacritic.com/music/fortune/chris-brown",
17		"title": "Fortune",
18		"score": 38
19	},
20	"products": [
21		{
22			"title": "S.O.S.",
23			"metascore": 90,
24			"userscore": 8.6,
25			"url": "https://www.metacritic.com/music/sos/sza",
26			"year": "Dec 9, 2022"
27		},
28		{
29			"title": "The Family",
30			"metascore": 79,
31			"userscore": 7.8,
32			"url": "https://www.metacritic.com/music/family/brockhampton",
33			"year": "Nov 18, 2022"
34		},
35		{
36			"title": "The Hardest Part",
37			"metascore": 88,
38			"userscore": 8.3,
39			"url": "https://www.metacritic.com/music/the-hardest-part/noah-cyrus",
40			"year": "Sep 16, 2022"
41		},
42		{
43			"title": "You Still Here, Ho?",
44			"metascore": 76,
45			"userscore": 8,
46			"url": "https://www.metacritic.com/music/you-still-here-ho/flo-milli",
47			"year": "Jul 20, 2022"
48		},
49		{
50			"title": "I Used to Think I Could Fly",
51			"metascore": 75,
52			"userscore": 7.2,
53			"url": "https://www.metacritic.com/music/i-used-to-think-i-could-fly/tate-mcrae",
54			"year": "May 27, 2022"
55		},
56		{
57			"title": "Who Cares?",
58			"metascore": 70,
59			"userscore": 8.3,
60			"url": "https://www.metacritic.com/music/who-cares/rex-orange-county",
61			"year": "Mar 11, 2022"
62		},
63		{
64			"title": "KEYS",
65			"metascore": 65,
66			"userscore": 7.5,
67			"url": "https://www.metacritic.com/music/keys/alicia-keys",
68			"year": "Dec 10, 2021"
69		},
70		{
71			"title": "Scenic Drive (The Tape)",
72			"metascore": 58,
73			"userscore": "",
74			"url": "https://www.metacritic.com/music/scenic-drive-the-tape/khalid",
75			"year": "Dec 3, 2021"
76		},
77		{
78			"title": "And Then Life Was Beautiful",
79			"metascore": 85,
80			"userscore": 8.3,
81			"url": "https://www.metacritic.com/music/and-then-life-was-beautiful/nao",
82			"year": "Sep 24, 2021"
83		},
84		{
85			"title": "Dawn",
86			"metascore": 84,
87			"userscore": 9.6,
88			"url": "https://www.metacritic.com/music/dawn/yebba",
89			"year": "Sep 10, 2021"
90		},
91		{
92			"title": "Saturday Night, Sunday Morning",
93			"metascore": 56,
94			"userscore": 8.6,
95			"url": "https://www.metacritic.com/music/saturday-night-sunday-morning/jake-bugg",
96			"year": "Aug 20, 2021"
97		},
98		{
99			"title": "Independence Day",
100			"metascore": 76,
101			"userscore": "",
102			"url": "https://www.metacritic.com/music/independence-day/fredo",
103			"year": "Aug 6, 2021"
104		},
105		{
106			"title": "Take the Sadness Out of Saturday Night",
107			"metascore": 71,
108			"userscore": 8.4,
109			"url": "https://www.metacritic.com/music/take-the-sadness-out-of-saturday-night/bleachers",
110			"year": "Jul 30, 2021"
111		},
112		{
113			"title": "Back Of My Mind",
114			"metascore": 75,
115			"userscore": 7.3,
116			"url": "https://www.metacritic.com/music/back-of-my-mind/her",
117			"year": "Jun 18, 2021"
118		},
119		{
120			"title": "Blue Weekend",
121			"metascore": 91,
122			"userscore": 8.9,
123			"url": "https://www.metacritic.com/music/blue-weekend/wolf-alice",
124			"year": "Jun 4, 2021"
125		},
126		{
127			"title": "ROADRUNNER: NEW LIGHT, NEW MACHINE",
128			"metascore": 79,
129			"userscore": 8.6,
130			"url": "https://www.metacritic.com/music/roadrunner-new-light-new-machine/brockhampton",
131			"year": "Apr 9, 2021"
132		},
133		{
134			"title": "When You See Yourself",
135			"metascore": 69,
136			"userscore": 7.6,
137			"url": "https://www.metacritic.com/music/when-you-see-yourself/kings-of-leon",
138			"year": "Mar 5, 2021"
139		},
140		{
141			"title": "Judas and the Black Messiah: The Inspired Album",
142			"metascore": 70,
143			"userscore": 7.8,
144			"url": "https://www.metacritic.com/music/judas-and-the-black-messiah-the-inspired-album/original-music-soundtrack",
145			"year": "Feb 12, 2021"
146		},
147		{
148			"title": "Medicine at Midnight",
149			"metascore": 75,
150			"userscore": 7.4,
151			"url": "https://www.metacritic.com/music/medicine-at-midnight/foo-fighters",
152			"year": "Feb 5, 2021"
153		},
154		{
155			"title": "Nobody Is Listening",
156			"metascore": 63,
157			"userscore": 8.6,
158			"url": "https://www.metacritic.com/music/nobody-is-listening/zayn",
159			"year": "Jan 15, 2021"
160		},
161		{
162			"title": "Heaux Tales",
163			"metascore": 81,
164			"userscore": 8.2,
165			"url": "https://www.metacritic.com/music/heaux-tales/jazmine-sullivan",
166			"year": "Jan 8, 2021"
167		},
168		{
169			"title": "Plastic Hearts",
170			"metascore": 75,
171			"userscore": 9,
172			"url": "https://www.metacritic.com/music/plastic-hearts/miley-cyrus",
173			"year": "Nov 27, 2020"
174		},
175		{
176			"title": "Confetti",
177			"metascore": 74,
178			"userscore": 8.9,
179			"url": "https://www.metacritic.com/music/confetti/little-mix",
180			"year": "Nov 6, 2020"
181		},
182		{
183			"title": "POST HUMAN: SURVIVAL HORROR [EP]",
184			"metascore": 82,
185			"userscore": 8.9,
186			"url": "https://www.metacritic.com/music/post-human-survival-horror-ep/bring-me-the-horizon",
187			"year": "Oct 30, 2020"
188		},
189		{
190			"title": "Moral Panic",
191			"metascore": 68,
192			"userscore": 8.9,
193			"url": "https://www.metacritic.com/music/moral-panic/nothing-but-thieves",
194			"year": "Oct 23, 2020"
195		},
196		{
197			"title": "Alicia",
198			"metascore": 77,
199			"userscore": 8.5,
200			"url": "https://www.metacritic.com/music/alicia/alicia-keys",
201			"year": "Sep 18, 2020"
202		},
203		{
204			"title": "Monovision",
205			"metascore": 80,
206			"userscore": 8,
207			"url": "https://www.metacritic.com/music/monovision/ray-lamontagne",
208			"year": "Jun 26, 2020"
209		},
210		{
211			"title": "The New Abnormal",
212			"metascore": 75,
213			"userscore": 8.9,
214			"url": "https://www.metacritic.com/music/the-new-abnormal/the-strokes",
215			"year": "Apr 10, 2020"
216		},
217		{
218			"title": "3.15.20",
219			"metascore": 83,
220			"userscore": 7.3,
221			"url": "https://www.metacritic.com/music/31520/childish-gambino",
222			"year": "Mar 22, 2020"
223		},
224		{
225			"title": "High Road",
226			"metascore": 73,
227			"userscore": 8.6,
228			"url": "https://www.metacritic.com/music/high-road/kesha",
229			"year": "Jan 31, 2020"
230		},
231		{
232			"title": "Treat Myself",
233			"metascore": 51,
234			"userscore": 7.4,
235			"url": "https://www.metacritic.com/music/treat-myself/meghan-trainor",
236			"year": "Jan 31, 2020"
237		},
238		{
239			"title": "Bubba",
240			"metascore": 82,
241			"userscore": 8.5,
242			"url": "https://www.metacritic.com/music/bubba/kaytranada",
243			"year": "Dec 13, 2019"
244		},
245		{
246			"title": "Get the Money",
247			"metascore": 66,
248			"userscore": 8.5,
249			"url": "https://www.metacritic.com/music/get-the-money/taylor-hawkins-the-coattail-riders",
250			"year": "Nov 8, 2019"
251		},
252		{
253			"title": "PONY",
254			"metascore": 76,
255			"userscore": 8,
256			"url": "https://www.metacritic.com/music/pony/rex-orange-county",
257			"year": "Oct 25, 2019"
258		},
259		{
260			"title": "Surviving",
261			"metascore": 78,
262			"userscore": 7.7,
263			"url": "https://www.metacritic.com/music/surviving/jimmy-eat-world",
264			"year": "Oct 18, 2019"
265		},
266		{
267			"title": "Saves the World",
268			"metascore": 82,
269			"userscore": 8.6,
270			"url": "https://www.metacritic.com/music/saves-the-world/muna",
271			"year": "Sep 6, 2019"
272		},
273		{
274			"title": "Fear Inoculum",
275			"metascore": 81,
276			"userscore": 8,
277			"url": "https://www.metacritic.com/music/fear-inoculum/tool",
278			"year": "Aug 30, 2019"
279		},
280		{
281			"title": "Country Squire",
282			"metascore": 85,
283			"userscore": 7.8,
284			"url": "https://www.metacritic.com/music/country-squire/tyler-childers",
285			"year": "Aug 2, 2019"
286		},
287		{
288			"title": "Brandon Banks",
289			"metascore": 84,
290			"userscore": 8.3,
291			"url": "https://www.metacritic.com/music/brandon-banks/maxo-kream",
292			"year": "Jul 18, 2019"
293		},
294		{
295			"title": "Bandana",
296			"metascore": 88,
297			"userscore": 8.6,
298			"url": "https://www.metacritic.com/music/bandana/freddie-gibbs",
299			"year": "Jun 28, 2019"
300		},
301		{
302			"title": "Late Night Feelings",
303			"metascore": 75,
304			"userscore": 7.7,
305			"url": "https://www.metacritic.com/music/late-night-feelings/mark-ronson",
306			"year": "Jun 21, 2019"
307		},
308		{
309			"title": "Diaspora",
310			"metascore": 82,
311			"userscore": 8.5,
312			"url": "https://www.metacritic.com/music/diaspora/goldlink",
313			"year": "Jun 12, 2019"
314		},
315		{
316			"title": "She Is Coming [EP]",
317			"metascore": 64,
318			"userscore": 8.8,
319			"url": "https://www.metacritic.com/music/she-is-coming-ep/miley-cyrus",
320			"year": "May 31, 2019"
321		},
322		{
323			"title": "Hurts 2B Human",
324			"metascore": 71,
325			"userscore": 7.6,
326			"url": "https://www.metacritic.com/music/hurts-2b-human/p!nk",
327			"year": "Apr 26, 2019"
328		},
329		{
330			"title": "ARIZONA BABY",
331			"metascore": 76,
332			"userscore": 7.6,
333			"url": "https://www.metacritic.com/music/arizona-baby/kevin-abstract",
334			"year": "Apr 25, 2019"
335		},
336		{
337			"title": "Free Spirit",
338			"metascore": 58,
339			"userscore": 6.5,
340			"url": "https://www.metacritic.com/music/free-spirit/khalid",
341			"year": "Apr 5, 2019"
342		},
343		{
344			"title": "Ulfilas' Alphabet",
345			"metascore": 81,
346			"userscore": 8.5,
347			"url": "https://www.metacritic.com/music/ulfilas-alphabet/sundara-karma",
348			"year": "Mar 8, 2019"
349		},
350		{
351			"title": "Third Avenue",
352			"metascore": 68,
353			"userscore": "",
354			"url": "https://www.metacritic.com/music/third-avenue/fredo",
355			"year": "Feb 8, 2019"
356		},
357		{
358			"title": "Amo",
359			"metascore": 85,
360			"userscore": 7.5,
361			"url": "https://www.metacritic.com/music/amo/bring-me-the-horizon",
362			"year": "Jan 25, 2019"
363		},
364		{
365			"title": "DNA",
366			"metascore": 67,
367			"userscore": 7.2,
368			"url": "https://www.metacritic.com/music/dna/backstreet-boys",
369			"year": "Jan 25, 2019"
370		},
371		{
372			"title": "Future Hndrxx Presents: The WIZRD",
373			"metascore": 70,
374			"userscore": 6.3,
375			"url": "https://www.metacritic.com/music/future-hndrxx-presents-the-wizrd/future",
376			"year": "Jan 18, 2019"
377		},
378		{
379			"title": "Icarus Falls",
380			"metascore": 70,
381			"userscore": 8.5,
382			"url": "https://www.metacritic.com/music/icarus-falls/zayn",
383			"year": "Dec 14, 2018"
384		},
385		{
386			"title": "Caution",
387			"metascore": 82,
388			"userscore": 7.3,
389			"url": "https://www.metacritic.com/music/caution/mariah-carey",
390			"year": "Nov 16, 2018"
391		},
392		{
393			"title": "Come Over When You’re Sober, Pt. 2",
394			"metascore": 79,
395			"userscore": 8,
396			"url": "https://www.metacritic.com/music/come-over-when-youre-sober-pt-2/lil-peep",
397			"year": "Nov 9, 2018"
398		},
399		{
400			"title": "Interstate Gospel",
401			"metascore": 85,
402			"userscore": 8.3,
403			"url": "https://www.metacritic.com/music/interstate-gospel/pistol-annies",
404			"year": "Nov 2, 2018"
405		},
406		{
407			"title": "Saturn",
408			"metascore": 83,
409			"userscore": 8.1,
410			"url": "https://www.metacritic.com/music/saturn/nao",
411			"year": "Oct 26, 2018"
412		},
413		{
414			"title": "Christmas Is Here!",
415			"metascore": 66,
416			"userscore": 6.6,
417			"url": "https://www.metacritic.com/music/christmas-is-here!/pentatonix",
418			"year": "Oct 26, 2018"
419		},
420		{
421			"title": "Suncity [EP]",
422			"metascore": 68,
423			"userscore": 6.5,
424			"url": "https://www.metacritic.com/music/suncity-ep/khalid",
425			"year": "Oct 19, 2018"
426		},
427		{
428			"title": "Shake the Spirit",
429			"metascore": 76,
430			"userscore": 7.7,
431			"url": "https://www.metacritic.com/music/shake-the-spirit/elle-king",
432			"year": "Oct 19, 2018"
433		},
434		{
435			"title": "Iridescence",
436			"metascore": 85,
437			"userscore": 7.9,
438			"url": "https://www.metacritic.com/music/iridescence/brockhampton",
439			"year": "Sep 21, 2018"
440		},
441		{
442			"title": "Harlan & Alondra",
443			"metascore": 83,
444			"userscore": 8,
445			"url": "https://www.metacritic.com/music/harlan-alondra/buddy",
446			"year": "Jul 20, 2018"
447		},
448		{
449			"title": "Liberation",
450			"metascore": 71,
451			"userscore": 8.4,
452			"url": "https://www.metacritic.com/music/liberation/christina-aguilera",
453			"year": "Jun 15, 2018"
454		},
455		{
456			"title": "The Blues Is Alive and Well",
457			"metascore": 66,
458			"userscore": "",
459			"url": "https://www.metacritic.com/music/the-blues-is-alive-and-well/buddy-guy",
460			"year": "Jun 15, 2018"
461		},
462		{
463			"title": "so sad so sexy",
464			"metascore": 71,
465			"userscore": 8.2,
466			"url": "https://www.metacritic.com/music/so-sad-so-sexy/lykke-li",
467			"year": "Jun 8, 2018"
468		},
469		{
470			"title": "Come Tomorrow",
471			"metascore": 71,
472			"userscore": 8.2,
473			"url": "https://www.metacritic.com/music/come-tomorrow/dave-matthews-band",
474			"year": "Jun 8, 2018"
475		},
476		{
477			"title": "Part of the Light",
478			"metascore": 74,
479			"userscore": "",
480			"url": "https://www.metacritic.com/music/part-of-the-light/ray-lamontagne",
481			"year": "May 18, 2018"
482		},
483		{
484			"title": "Virtue",
485			"metascore": 68,
486			"userscore": 8.3,
487			"url": "https://www.metacritic.com/music/virtue/the-voidz",
488			"year": "Mar 30, 2018"
489		},
490		{
491			"title": "Snoop Dogg Presents Bible of Love",
492			"metascore": 54,
493			"userscore": 6.4,
494			"url": "https://www.metacritic.com/music/snoop-dogg-presents-bible-of-love/snoop-dogg",
495			"year": "Mar 16, 2018"
496		},
497		{
498			"title": "Man of the Woods",
499			"metascore": 55,
500			"userscore": 6.1,
501			"url": "https://www.metacritic.com/music/man-of-the-woods/justin-timberlake",
502			"year": "Feb 2, 2018"
503		},
504		{
505			"title": "The Beautiful & Damned",
506			"metascore": 59,
507			"userscore": 6.1,
508			"url": "https://www.metacritic.com/music/the-beautiful-damned/g-eazy",
509			"year": "Dec 15, 2017"
510		},
511		{
512			"title": "War & Leisure",
513			"metascore": 81,
514			"userscore": 7.7,
515			"url": "https://www.metacritic.com/music/war-leisure/miguel",
516			"year": "Dec 1, 2017"
517		},
518		{
519			"title": "The Architect",
520			"metascore": 72,
521			"userscore": 8.5,
522			"url": "https://www.metacritic.com/music/the-architect/paloma-faith",
523			"year": "Nov 17, 2017"
524		},
525		{
526			"title": "Super Slimey [Mixtape]",
527			"metascore": 66,
528			"userscore": 7,
529			"url": "https://www.metacritic.com/music/super-slimey-mixtape/future",
530			"year": "Oct 20, 2017"
531		},
532		{
533			"title": "Beautiful Trauma",
534			"metascore": 62,
535			"userscore": 7.5,
536			"url": "https://www.metacritic.com/music/beautiful-trauma/p!nk",
537			"year": "Oct 13, 2017"
538		},
539		{
540			"title": "Visions of a Life",
541			"metascore": 81,
542			"userscore": 8.5,
543			"url": "https://www.metacritic.com/music/visions-of-a-life/wolf-alice",
544			"year": "Sep 29, 2017"
545		},
546		{
547			"title": "Younger Now",
548			"metascore": 58,
549			"userscore": 7.2,
550			"url": "https://www.metacritic.com/music/younger-now/miley-cyrus",
551			"year": "Sep 29, 2017"
552		},
553		{
554			"title": "Concrete and Gold",
555			"metascore": 72,
556			"userscore": 7.5,
557			"url": "https://www.metacritic.com/music/concrete-and-gold/foo-fighters",
558			"year": "Sep 15, 2017"
559		},
560		{
561			"title": "Still Striving [Mixtape]",
562			"metascore": 65,
563			"userscore": 6.9,
564			"url": "https://www.metacritic.com/music/still-striving-mixtape/aap-ferg",
565			"year": "Aug 25, 2017"
566		},
567		{
568			"title": "Cozy Tapes, Vol. 2: Too Cozy",
569			"metascore": 70,
570			"userscore": 5.8,
571			"url": "https://www.metacritic.com/music/cozy-tapes-vol-2-too-cozy/aap-mob",
572			"year": "Aug 25, 2017"
573		},
574		{
575			"title": "Painted Ruins",
576			"metascore": 82,
577			"userscore": 8.4,
578			"url": "https://www.metacritic.com/music/painted-ruins/grizzly-bear",
579			"year": "Aug 18, 2017"
580		},
581		{
582			"title": "Rainbow",
583			"metascore": 81,
584			"userscore": 8.6,
585			"url": "https://www.metacritic.com/music/rainbow/kesha",
586			"year": "Aug 11, 2017"
587		},
588		{
589			"title": "A Boy From Tupelo: The Complete 1953-1955 Recordings [Box Set]",
590			"metascore": 95,
591			"userscore": 7.2,
592			"url": "https://www.metacritic.com/music/a-boy-from-tupelo-the-complete-1953-1955-recordings-box-set/elvis-presley",
593			"year": "Jul 28, 2017"
594		},
595		{
596			"title": "Unpeeled [Live]",
597			"metascore": 72,
598			"userscore": 8.6,
599			"url": "https://www.metacritic.com/music/unpeeled-live/cage-the-elephant",
600			"year": "Jul 28, 2017"
601		},
602		{
603			"title": "CTRL",
604			"metascore": 86,
605			"userscore": 8.9,
606			"url": "https://www.metacritic.com/music/ctrl/sza",
607			"year": "Jun 9, 2017"
608		},
609		{
610			"title": "Gone Now",
611			"metascore": 71,
612			"userscore": 8.4,
613			"url": "https://www.metacritic.com/music/gone-now/bleachers",
614			"year": "Jun 2, 2017"
615		},
616		{
617			"title": "True to Self",
618			"metascore": 63,
619			"userscore": 6.3,
620			"url": "https://www.metacritic.com/music/true-to-self/bryson-tiller",
621			"year": "May 26, 2017"
622		},
623		{
624			"title": "At What Cost",
625			"metascore": 71,
626			"userscore": 8,
627			"url": "https://www.metacritic.com/music/at-what-cost/goldlink",
628			"year": "Mar 24, 2017"
629		},
630		{
631			"title": "Climate Change",
632			"metascore": 64,
633			"userscore": 4.4,
634			"url": "https://www.metacritic.com/music/climate-change/pitbull",
635			"year": "Mar 17, 2017"
636		},
637		{
638			"title": "Here",
639			"metascore": 76,
640			"userscore": 8.5,
641			"url": "https://www.metacritic.com/music/here/alicia-keys",
642			"year": "Nov 4, 2016"
643		},
644		{
645			"title": "Nightride [Mixtape]",
646			"metascore": 75,
647			"userscore": 8.2,
648			"url": "https://www.metacritic.com/music/nightride-mixtape/tinashe",
649			"year": "Nov 4, 2016"
650		},
651		{
652			"title": "Cozy Tapes, Vol. 1: Friends",
653			"metascore": 78,
654			"userscore": 7.8,
655			"url": "https://www.metacritic.com/music/cozy-tapes-vol-1-friends/aap-mob",
656			"year": "Oct 31, 2016"
657		},
658		{
659			"title": "Integrity Blues",
660			"metascore": 76,
661			"userscore": 7.7,
662			"url": "https://www.metacritic.com/music/integrity-blues/jimmy-eat-world",
663			"year": "Oct 21, 2016"
664		},
665		{
666			"title": "Walls",
667			"metascore": 62,
668			"userscore": 6.7,
669			"url": "https://www.metacritic.com/music/walls/kings-of-leon",
670			"year": "Oct 14, 2016"
671		},
672		{
673			"title": "Hard II Love",
674			"metascore": 74,
675			"userscore": 7.2,
676			"url": "https://www.metacritic.com/music/hard-ii-love/usher",
677			"year": "Sep 16, 2016"
678		},
679		{
680			"title": "Glory",
681			"metascore": 71,
682			"userscore": 8.4,
683			"url": "https://www.metacritic.com/music/glory/britney-spears",
684			"year": "Aug 26, 2016"
685		},
686		{
687			"title": "For All We Know",
688			"metascore": 82,
689			"userscore": 8.4,
690			"url": "https://www.metacritic.com/music/for-all-we-know/nao",
691			"year": "Jul 29, 2016"
692		},
693		{
694			"title": "The Dreaming Room",
695			"metascore": 82,
696			"userscore": 8.5,
697			"url": "https://www.metacritic.com/music/the-dreaming-room/laura-mvula",
698			"year": "Jun 17, 2016"
699		},
700		{
701			"title": "Wrong Crowd",
702			"metascore": 72,
703			"userscore": 8.8,
704			"url": "https://www.metacritic.com/music/wrong-crowd/tom-odell",
705			"year": "Jun 10, 2016"
706		},
707		{
708			"title": "Mind of Mine",
709			"metascore": 69,
710			"userscore": 7.9,
711			"url": "https://www.metacritic.com/music/mind-of-mine/zayn",
712			"year": "Mar 25, 2016"
713		},
714		{
715			"title": "Ouroboros",
716			"metascore": 80,
717			"userscore": 7.8,
718			"url": "https://www.metacritic.com/music/ouroboros/ray-lamontagne",
719			"year": "Mar 4, 2016"
720		},
721		{
722			"title": "This Is Acting",
723			"metascore": 67,
724			"userscore": 7.8,
725			"url": "https://www.metacritic.com/music/this-is-acting/sia",
726			"year": "Jan 29, 2016"
727		},
728		{
729			"title": "Wildfire",
730			"metascore": 52,
731			"userscore": 5.6,
732			"url": "https://www.metacritic.com/music/wildfire/rachel-platten",
733			"year": "Jan 1, 2016"
734		},
735		{
736			"title": "Tell Me I'm Pretty",
737			"metascore": 73,
738			"userscore": 8.2,
739			"url": "https://www.metacritic.com/music/tell-me-im-pretty/cage-the-elephant",
740			"year": "Dec 18, 2015"
741		},
742		{
743			"title": "Royalty",
744			"metascore": 59,
745			"userscore": 6.7,
746			"url": "https://www.metacritic.com/music/royalty/chris-brown",
747			"year": "Dec 18, 2015"
748		},
749		{
750			"title": "The Buffet",
751			"metascore": 60,
752			"userscore": 5.3,
753			"url": "https://www.metacritic.com/music/the-buffet/r-kelly",
754			"year": "Dec 11, 2015"
755		},
756		{
757			"title": "When It's Dark Out",
758			"metascore": 74,
759			"userscore": 7.2,
760			"url": "https://www.metacritic.com/music/when-its-dark-out/g-eazy",
761			"year": "Dec 4, 2015"
762		},
763		{
764			"title": "Saint Cecilia EP",
765			"metascore": 76,
766			"userscore": 8.2,
767			"url": "https://www.metacritic.com/music/saint-cecilia-ep/foo-fighters",
768			"year": "Nov 23, 2015"
769		},
770		{
771			"title": "Alone in the Universe",
772			"metascore": 75,
773			"userscore": 7.4,
774			"url": "https://www.metacritic.com/music/alone-in-the-universe/jeff-lynnes-elo",
775			"year": "Nov 13, 2015"
776		},
777		{
778			"title": "Electronica, Vol. 1: The Time Machine",
779			"metascore": 63,
780			"userscore": 8,
781			"url": "https://www.metacritic.com/music/electronica-vol-1-the-time-machine/jean-michel-jarre",
782			"year": "Oct 16, 2015"
783		},
784		{
785			"title": "Mothers",
786			"metascore": 79,
787			"userscore": 8.3,
788			"url": "https://www.metacritic.com/music/mothers/swim-deep",
789			"year": "Sep 18, 2015"
790		},
791		{
792			"title": "That's the Spirit",
793			"metascore": 88,
794			"userscore": 7.2,
795			"url": "https://www.metacritic.com/music/thats-the-spirit/bring-me-the-horizon",
796			"year": "Sep 11, 2015"
797		},
798		{
799			"title": "Venom",
800			"metascore": 58,
801			"userscore": 7.3,
802			"url": "https://www.metacritic.com/music/venom/bullet-for-my-valentine",
803			"year": "Aug 14, 2015"
804		},
805		{
806			"title": "Born to Play Guitar",
807			"metascore": 76,
808			"userscore": "",
809			"url": "https://www.metacritic.com/music/born-to-play-guitar/buddy-guy",
810			"year": "Jul 31, 2015"
811		},
812		{
813			"title": "Double Vision",
814			"metascore": 71,
815			"userscore": 6.2,
816			"url": "https://www.metacritic.com/music/double-vision/prince-royce",
817			"year": "Jul 24, 2015"
818		},
819		{
820			"title": "How Does It Feel",
821			"metascore": 62,
822			"userscore": 7.1,
823			"url": "https://www.metacritic.com/music/how-does-it-feel/ms-mr",
824			"year": "Jul 17, 2015"
825		},
826		{
827			"title": "Nina Revisited: A Tribute to Nina Simone",
828			"metascore": 70,
829			"userscore": "",
830			"url": "https://www.metacritic.com/music/nina-revisited-a-tribute-to-nina-simone/various-artists",
831			"year": "Jul 10, 2015"
832		},
833		{
834			"title": "Wildheart",
835			"metascore": 84,
836			"userscore": 8.5,
837			"url": "https://www.metacritic.com/music/wildheart/miguel",
838			"year": "Jun 29, 2015"
839		},
840		{
841			"title": "My Love Is Cool",
842			"metascore": 78,
843			"userscore": 8.7,
844			"url": "https://www.metacritic.com/music/my-love-is-cool/wolf-alice",
845			"year": "Jun 23, 2015"
846		},
847		{
848			"title": "Get to Heaven",
849			"metascore": 80,
850			"userscore": 8.7,
851			"url": "https://www.metacritic.com/music/get-to-heaven/everything-everything",
852			"year": "Jun 22, 2015"
853		},
854		{
855			"title": "Déjà-Vu",
856			"metascore": 54,
857			"userscore": 6.2,
858			"url": "https://www.metacritic.com/music/dejs-vu/giorgio-moroder",
859			"year": "Jun 12, 2015"
860		},
861		{
862			"title": "At.Long.Last.A$AP",
863			"metascore": 76,
864			"userscore": 8.2,
865			"url": "https://www.metacritic.com/music/atlonglastaap/aap-rocky",
866			"year": "May 26, 2015"
867		},
868		{
869			"title": "Hollywood: A Story of a Dozen Roses",
870			"metascore": 53,
871			"userscore": 7,
872			"url": "https://www.metacritic.com/music/hollywood-a-story-of-a-dozen-roses/jamie-foxx",
873			"year": "May 18, 2015"
874		},
875		{
876			"title": "Bush",
877			"metascore": 69,
878			"userscore": 7.6,
879			"url": "https://www.metacritic.com/music/bush/snoop-dogg",
880			"year": "May 12, 2015"
881		},
882		{
883			"title": "The  Past, The Present, The Future",
884			"metascore": 69,
885			"userscore": "",
886			"url": "https://www.metacritic.com/music/the-past-the-present-the-future/jodeci",
887			"year": "Mar 31, 2015"
888		},
889		{
890			"title": "Coming Up for Air",
891			"metascore": 51,
892			"userscore": 3.9,
893			"url": "https://www.metacritic.com/music/coming-up-for-air/kodaline",
894			"year": "Mar 24, 2015"
895		},
896		{
897			"title": "Duets: Re-Working the Catalogue",
898			"metascore": 65,
899			"userscore": "",
900			"url": "https://www.metacritic.com/music/duets-re-working-the-catalogue/van-morrison",
901			"year": "Mar 23, 2015"
902		},
903		{
904			"title": "Piece by Piece",
905			"metascore": 63,
906			"userscore": 5.6,
907			"url": "https://www.metacritic.com/music/piece-by-piece/kelly-clarkson",
908			"year": "Mar 3, 2015"
909		},
910		{
911			"title": "Fan of a Fan: The Album",
912			"metascore": 46,
913			"userscore": 4.6,
914			"url": "https://www.metacritic.com/music/fan-of-a-fan-the-album/chris-brown",
915			"year": "Feb 24, 2015"
916		},
917		{
918			"title": "Full Speed",
919			"metascore": 55,
920			"userscore": 4.8,
921			"url": "https://www.metacritic.com/music/full-speed/kid-ink",
922			"year": "Feb 3, 2015"
923		},
924		{
925			"title": "Time",
926			"metascore": 59,
927			"userscore": 7.7,
928			"url": "https://www.metacritic.com/music/time/mikky-ekko",
929			"year": "Jan 20, 2015"
930		},
931		{
932			"title": "Uptown Special",
933			"metascore": 73,
934			"userscore": 6.4,
935			"url": "https://www.metacritic.com/music/uptown-special/mark-ronson",
936			"year": "Jan 13, 2015"
937		},
938		{
939			"title": "Reality Show",
940			"metascore": 85,
941			"userscore": 8.7,
942			"url": "https://www.metacritic.com/music/reality-show/jazmine-sullivan",
943			"year": "Jan 13, 2015"
944		},
945		{
946			"title": "Black Messiah",
947			"metascore": 95,
948			"userscore": 8.7,
949			"url": "https://www.metacritic.com/music/black-messiah/dangelo",
950			"year": "Dec 15, 2014"
951		},
952		{
953			"title": "Man Against Machine",
954			"metascore": 68,
955			"userscore": 6.6,
956			"url": "https://www.metacritic.com/music/man-against-machine/garth-brooks",
957			"year": "Nov 10, 2014"
958		},
959		{
960			"title": "Sings the Great Diva Classics",
961			"metascore": 66,
962			"userscore": 6.6,
963			"url": "https://www.metacritic.com/music/sings-the-great-diva-classics/aretha-franklin",
964			"year": "Oct 21, 2014"
965		},
966		{
967			"title": "Aquarius",
968			"metascore": 80,
969			"userscore": 8.7,
970			"url": "https://www.metacritic.com/music/aquarius/tinashe",
971			"year": "Oct 7, 2014"
972		},
973		{
974			"title": "JHUD",
975			"metascore": 68,
976			"userscore": 6.3,
977			"url": "https://www.metacritic.com/music/jhud/jennifer-hudson",
978			"year": "Sep 23, 2014"
979		},
980		{
981			"title": "X",
982			"metascore": 63,
983			"userscore": 7.3,
984			"url": "https://www.metacritic.com/music/x/chris-brown",
985			"year": "Sep 16, 2014"
986		},
987		{
988			"title": "Sparks",
989			"metascore": 70,
990			"userscore": 7.7,
991			"url": "https://www.metacritic.com/music/sparks/imogen-heap",
992			"year": "Aug 19, 2014"
993		},
994		{
995			"title": "Strange Desire",
996			"metascore": 68,
997			"userscore": 8.6,
998			"url": "https://www.metacritic.com/music/strange-desire/bleachers",
999			"year": "Jul 15, 2014"
1000		},
1001		{
1002			"title": "Mandatory Fun",
1003			"metascore": 77,
1004			"userscore": 8.5,
1005			"url": "https://www.metacritic.com/music/mandatory-fun/weird-al-yankovic",
1006			"year": "Jul 15, 2014"
1007		},
1008		{
1009			"title": "1000 Forms of Fear",
1010			"metascore": 76,
1011			"userscore": 8.9,
1012			"url": "https://www.metacritic.com/music/1000-forms-of-fear/sia",
1013			"year": "Jul 8, 2014"
1014		},
1015		{
1016			"title": "Platinum",
1017			"metascore": 86,
1018			"userscore": 8.1,
1019			"url": "https://www.metacritic.com/music/platinum/miranda-lambert",
1020			"year": "Jun 3, 2014"
1021		},
1022		{
1023			"title": "Corazón",
1024			"metascore": 60,
1025			"userscore": 2.3,
1026			"url": "https://www.metacritic.com/music/corazon/santana",
1027			"year": "May 6, 2014"
1028		},
1029		{
1030			"title": "Supernova",
1031			"metascore": 78,
1032			"userscore": 7.6,
1033			"url": "https://www.metacritic.com/music/supernova/ray-lamontagne",
1034			"year": "Apr 29, 2014"
1035		},
1036		{
1037			"title": "Shakira",
1038			"metascore": 69,
1039			"userscore": 6,
1040			"url": "https://www.metacritic.com/music/shakira/shakira",
1041			"year": "Mar 25, 2014"
1042		},
1043		{
1044			"title": "About Last Night",
1045			"metascore": 70,
1046			"userscore": 7.4,
1047			"url": "https://www.metacritic.com/music/about-last-night/sleeper-agent",
1048			"year": "Mar 25, 2014"
1049		},
1050		{
1051			"title": "No Mythologies to Follow",
1052			"metascore": 76,
1053			"userscore": 8.7,
1054			"url": "https://www.metacritic.com/music/no-mythologies-to-follow/m",
1055			"year": "Mar 11, 2014"
1056		},
1057		{
1058			"title": "Slow Me Down",
1059			"metascore": 87,
1060			"userscore": 7.1,
1061			"url": "https://www.metacritic.com/music/slow-me-down/sara-evans",
1062			"year": "Mar 11, 2014"
1063		},
1064		{
1065			"title": "A Perfect Contradiction",
1066			"metascore": 66,
1067			"userscore": 8,
1068			"url": "https://www.metacritic.com/music/a-perfect-contradiction/paloma-faith",
1069			"year": "Mar 10, 2014"
1070		},
1071		{
1072			"title": "My Own Lane",
1073			"metascore": 65,
1074			"userscore": 6,
1075			"url": "https://www.metacritic.com/music/my-own-lane/kid-ink",
1076			"year": "Jan 7, 2014"
1077		},
1078		{
1079			"title": "Black Panties",
1080			"metascore": 61,
1081			"userscore": 4.1,
1082			"url": "https://www.metacritic.com/music/black-panties/r-kelly",
1083			"year": "Dec 10, 2013"
1084		},
1085		{
1086			"title": "Britney Jean",
1087			"metascore": 50,
1088			"userscore": 6,
1089			"url": "https://www.metacritic.com/music/britney-jean/britney-spears",
1090			"year": "Dec 3, 2013"
1091		},
1092		{
1093			"title": "Days of Gold",
1094			"metascore": 71,
1095			"userscore": "",
1096			"url": "https://www.metacritic.com/music/days-of-gold/jake-owen",
1097			"year": "Dec 3, 2013"
1098		},
1099		{
1100			"title": "Baptized",
1101			"metascore": 53,
1102			"userscore": 2.6,
1103			"url": "https://www.metacritic.com/music/baptized/daughtry",
1104			"year": "Nov 19, 2013"
1105		},
1106		{
1107			"title": "Wrapped in Red",
1108			"metascore": 73,
1109			"userscore": 5.8,
1110			"url": "https://www.metacritic.com/music/wrapped-in-red/kelly-clarkson",
1111			"year": "Oct 29, 2013"
1112		},
1113		{
1114			"title": "In a Perfect World",
1115			"metascore": 47,
1116			"userscore": 6.8,
1117			"url": "https://www.metacritic.com/music/in-a-perfect-world/kodaline",
1118			"year": "Oct 8, 2013"
1119		},
1120		{
1121			"title": "Bangerz",
1122			"metascore": 61,
1123			"userscore": 7.5,
1124			"url": "https://www.metacritic.com/music/bangerz/miley-cyrus",
1125			"year": "Oct 8, 2013"
1126		},
1127		{
1128			"title": "Melophobia",
1129			"metascore": 73,
1130			"userscore": 8.7,
1131			"url": "https://www.metacritic.com/music/melophobia/cage-the-elephant",
1132			"year": "Oct 8, 2013"
1133		},
1134		{
1135			"title": "The 20/20 Experience 2 of 2",
1136			"metascore": 60,
1137			"userscore": 8.2,
1138			"url": "https://www.metacritic.com/music/the-2020-experience-2-of-2/justin-timberlake",
1139			"year": "Sep 30, 2013"
1140		},
1141		{
1142			"title": "Mechanical Bull",
1143			"metascore": 70,
1144			"userscore": 7.7,
1145			"url": "https://www.metacritic.com/music/mechanical-bull/kings-of-leon",
1146			"year": "Sep 24, 2013"
1147		},
1148		{
1149			"title": "A.M.",
1150			"metascore": 79,
1151			"userscore": "",
1152			"url": "https://www.metacritic.com/music/am/chris-young",
1153			"year": "Sep 17, 2013"
1154		},
1155		{
1156			"title": "Trap Lord",
1157			"metascore": 72,
1158			"userscore": 7.2,
1159			"url": "https://www.metacritic.com/music/trap-lord/aap-ferg",
1160			"year": "Aug 20, 2013"
1161		},
1162		{
1163			"title": "Elvis at Stax",
1164			"metascore": 79,
1165			"userscore": 7,
1166			"url": "https://www.metacritic.com/music/elvis-at-stax/elvis-presley",
1167			"year": "Aug 6, 2013"
1168		},
1169		{
1170			"title": "Where the Heaven Are We",
1171			"metascore": 72,
1172			"userscore": 8.4,
1173			"url": "https://www.metacritic.com/music/where-the-heaven-are-we/swim-deep",
1174			"year": "Aug 5, 2013"
1175		},
1176		{
1177			"title": "Rhythm & Blues",
1178			"metascore": 72,
1179			"userscore": "",
1180			"url": "https://www.metacritic.com/music/rhythm-blues/buddy-guy",
1181			"year": "Jul 30, 2013"
1182		},
1183		{
1184			"title": "The RCA Albums Collection",
1185			"metascore": 87,
1186			"userscore": "",
1187			"url": "https://www.metacritic.com/music/the-rca-albums-collection/harry-nilsson",
1188			"year": "Jul 30, 2013"
1189		},
1190		{
1191			"title": "Born Sinner",
1192			"metascore": 71,
1193			"userscore": 7.2,
1194			"url": "https://www.metacritic.com/music/born-sinner/j-cole",
1195			"year": "Jun 18, 2013"
1196		},
1197		{
1198			"title": "Damage",
1199			"metascore": 71,
1200			"userscore": 6.3,
1201			"url": "https://www.metacritic.com/music/damage/jimmy-eat-world",
1202			"year": "Jun 11, 2013"
1203		},
1204		{
1205			"title": "Secondhand Rapture",
1206			"metascore": 60,
1207			"userscore": 7.9,
1208			"url": "https://www.metacritic.com/music/secondhand-rapture/ms-mr",
1209			"year": "May 14, 2013"
1210		},
1211		{
1212			"title": "Annie Up",
1213			"metascore": 87,
1214			"userscore": 5.1,
1215			"url": "https://www.metacritic.com/music/annie-up/pistol-annies",
1216			"year": "May 7, 2013"
1217		},
1218		{
1219			"title": "Reincarnated",
1220			"metascore": 53,
1221			"userscore": 5.4,
1222			"url": "https://www.metacritic.com/music/reincarnated/snoop-lion",
1223			"year": "Apr 23, 2013"
1224		},
1225		{
1226			"title": "Girl Who Got Away",
1227			"metascore": 59,
1228			"userscore": 8.1,
1229			"url": "https://www.metacritic.com/music/girl-who-got-away/dido",
1230			"year": "Mar 26, 2013"
1231		},
1232		{
1233			"title": "Comedown Machine",
1234			"metascore": 68,
1235			"userscore": 7.9,
1236			"url": "https://www.metacritic.com/music/comedown-machine/the-strokes",
1237			"year": "Mar 26, 2013"
1238		},
1239		{
1240			"title": "The 20/20 Experience",
1241			"metascore": 75,
1242			"userscore": 8.7,
1243			"url": "https://www.metacritic.com/music/the-2020-experience/justin-timberlake",
1244			"year": "Mar 19, 2013"
1245		},
1246		{
1247			"title": "Sound City: Real to Reel",
1248			"metascore": 65,
1249			"userscore": 8.1,
1250			"url": "https://www.metacritic.com/music/sound-city-real-to-reel/original-soundtrack",
1251			"year": "Mar 12, 2013"
1252		},
1253		{
1254			"title": "Temper Temper",
1255			"metascore": 60,
1256			"userscore": 5.8,
1257			"url": "https://www.metacritic.com/music/temper-temper/bullet-for-my-valentine",
1258			"year": "Feb 12, 2013"
1259		},
1260		{
1261			"title": "Long.Live.A$AP",
1262			"metascore": 75,
1263			"userscore": 7.8,
1264			"url": "https://www.metacritic.com/music/longliveaap/aap-rocky",
1265			"year": "Jan 15, 2013"
1266		},
1267		{
1268			"title": "Arc",
1269			"metascore": 79,
1270			"userscore": 8.2,
1271			"url": "https://www.metacritic.com/music/arc/everything-everything",
1272			"year": "Jan 14, 2013"
1273		},
1274		{
1275			"title": "Warrior",
1276			"metascore": 71,
1277			"userscore": 8.1,
1278			"url": "https://www.metacritic.com/music/warrior/keha",
1279			"year": "Dec 4, 2012"
1280		},
1281		{
1282			"title": "Fall to Grace",
1283			"metascore": 62,
1284			"userscore": 8.6,
1285			"url": "https://www.metacritic.com/music/fall-to-grace/paloma-faith",
1286			"year": "Dec 4, 2012"
1287		},
1288		{
1289			"title": "Girl on Fire",
1290			"metascore": 69,
1291			"userscore": 7.6,
1292			"url": "https://www.metacritic.com/music/girl-on-fire/alicia-keys",
1293			"year": "Nov 27, 2012"
1294		},
1295		{
1296			"title": "Global Warming",
1297			"metascore": 63,
1298			"userscore": 4.2,
1299			"url": "https://www.metacritic.com/music/global-warming/pitbull",
1300			"year": "Nov 19, 2012"
1301		},
1302		{
1303			"title": "Lotus",
1304			"metascore": 56,
1305			"userscore": 7.4,
1306			"url": "https://www.metacritic.com/music/lotus/christina-aguilera",
1307			"year": "Nov 13, 2012"
1308		},
1309		{
1310			"title": "Two Eleven",
1311			"metascore": 77,
1312			"userscore": 5.1,
1313			"url": "https://www.metacritic.com/music/two-eleven/brandy",
1314			"year": "Oct 16, 2012"
1315		},
1316		{
1317			"title": "Kaleidoscope Dream",
1318			"metascore": 86,
1319			"userscore": 8.7,
1320			"url": "https://www.metacritic.com/music/kaleidoscope-dream/miguel",
1321			"year": "Oct 2, 2012"
1322		},
1323		{
1324			"title": "The  Truth About Love",
1325			"metascore": 77,
1326			"userscore": 8.1,
1327			"url": "https://www.metacritic.com/music/the-truth-about-love/p!nk",
1328			"year": "Sep 18, 2012"
1329		},
1330		{
1331			"title": "Away from the World",
1332			"metascore": 77,
1333			"userscore": 7.8,
1334			"url": "https://www.metacritic.com/music/away-from-the-world/dave-matthews-band",
1335			"year": "Sep 11, 2012"
1336		},
1337		{
1338			"title": "Fortune",
1339			"metascore": 38,
1340			"userscore": 3.4,
1341			"url": "https://www.metacritic.com/music/fortune/chris-brown",
1342			"year": "Jul 3, 2012"
1343		},
1344		{
1345			"title": "Write Me Back",
1346			"metascore": 73,
1347			"userscore": 7.2,
1348			"url": "https://www.metacritic.com/music/write-me-back/r-kelly",
1349			"year": "Jun 26, 2012"
1350		},
1351		{
1352			"title": "Walk the Moon",
1353			"metascore": 67,
1354			"userscore": 8.6,
1355			"url": "https://www.metacritic.com/music/walk-the-moon/walk-the-moon",
1356			"year": "Jun 19, 2012"
1357		},
1358		{
1359			"title": "Looking 4 Myself",
1360			"metascore": 75,
1361			"userscore": 7.5,
1362			"url": "https://www.metacritic.com/music/looking-4-myself/usher",
1363			"year": "Jun 12, 2012"
1364		},
1365		{
1366			"title": "Trespassing",
1367			"metascore": 66,
1368			"userscore": 7.7,
1369			"url": "https://www.metacritic.com/music/trespassing/adam-lambert",
1370			"year": "May 15, 2012"
1371		},
1372		{
1373			"title": "Back to Love",
1374			"metascore": 82,
1375			"userscore": 8.3,
1376			"url": "https://www.metacritic.com/music/back-to-love/anthony-hamilton",
1377			"year": "Dec 13, 2011"
1378		},
1379		{
1380			"title": "rEvolver",
1381			"metascore": 56,
1382			"userscore": 3.9,
1383			"url": "https://www.metacritic.com/music/revolver/t-pain",
1384			"year": "Dec 6, 2011"
1385		},
1386		{
1387			"title": "Whatever",
1388			"metascore": 62,
1389			"userscore": 5.1,
1390			"url": "https://www.metacritic.com/music/whatever-2011/hot-chelle-rae",
1391			"year": "Nov 29, 2011"
1392		},
1393		{
1394			"title": "Break the Spell",
1395			"metascore": 61,
1396			"userscore": 3.8,
1397			"url": "https://www.metacritic.com/music/break-the-spell/daughtry",
1398			"year": "Nov 21, 2011"
1399		},
1400		{
1401			"title": "Stronger",
1402			"metascore": 62,
1403			"userscore": 6.1,
1404			"url": "https://www.metacritic.com/music/stronger-2011/kelly-clarkson",
1405			"year": "Oct 24, 2011"
1406		},
1407		{
1408			"title": "Cole World: The Sideline Story",
1409			"metascore": 75,
1410			"userscore": 7.6,
1411			"url": "https://www.metacritic.com/music/cole-world-the-sideline-story/j-cole",
1412			"year": "Sep 27, 2011"
1413		},
1414		{
1415			"title": "Sweeter",
1416			"metascore": 64,
1417			"userscore": 8,
1418			"url": "https://www.metacritic.com/music/sweeter/gavin-degraw",
1419			"year": "Sep 20, 2011"
1420		},
1421		{
1422			"title": "Neon",
1423			"metascore": 78,
1424			"userscore": "",
1425			"url": "https://www.metacritic.com/music/neon/chris-young",
1426			"year": "Jul 12, 2011"
1427		},
1428		{
1429			"title": "This Loud Morning",
1430			"metascore": "",
1431			"userscore": 5.8,
1432			"url": "https://www.metacritic.com/music/this-loud-morning/david-cook",
1433			"year": "Jun 28, 2011"
1434		},
1435		{
1436			"title": "Planet Pit",
1437			"metascore": 70,
1438			"userscore": 4.3,
1439			"url": "https://www.metacritic.com/music/planet-pit/pitbull",
1440			"year": "Jun 21, 2011"
1441		},
1442		{
1443			"title": "This Is Country Music",
1444			"metascore": 82,
1445			"userscore": 8.5,
1446			"url": "https://www.metacritic.com/music/this-is-country-music/brad-paisley",
1447			"year": "May 23, 2011"
1448		},
1449		{
1450			"title": "Wasting Light",
1451			"metascore": 78,
1452			"userscore": 8.7,
1453			"url": "https://www.metacritic.com/music/wasting-light/foo-fighters",
1454			"year": "Apr 12, 2011"
1455		},
1456		{
1457			"title": "The Golden Age of Knowhere",
1458			"metascore": 65,
1459			"userscore": 8,
1460			"url": "https://www.metacritic.com/music/the-golden-age-of-knowhere/funeral-party",
1461			"year": "Mar 29, 2011"
1462		},
1463		{
1464			"title": "Femme Fatale",
1465			"metascore": 67,
1466			"userscore": 7.4,
1467			"url": "https://www.metacritic.com/music/femme-fatale/britney-spears",
1468			"year": "Mar 29, 2011"
1469		},
1470		{
1471			"title": "Angles",
1472			"metascore": 71,
1473			"userscore": 7.8,
1474			"url": "https://www.metacritic.com/music/angles/the-strokes",
1475			"year": "Mar 22, 2011"
1476		},
1477		{
1478			"title": "Glam Nation Live",
1479			"metascore": "",
1480			"userscore": 7,
1481			"url": "https://www.metacritic.com/music/glam-nation-live/adam-lambert",
1482			"year": "Mar 22, 2011"
1483		},
1484		{
1485			"title": "I Remember Me",
1486			"metascore": 68,
1487			"userscore": 8,
1488			"url": "https://www.metacritic.com/music/i-remember-me/jennifer-hudson",
1489			"year": "Mar 22, 2011"
1490		},
1491		{
1492			"title": "Stronger",
1493			"metascore": 74,
1494			"userscore": "",
1495			"url": "https://www.metacritic.com/music/stronger/sara-evans",
1496			"year": "Mar 8, 2011"
1497		},
1498		{
1499			"title": "Goodbye Lullaby",
1500			"metascore": 58,
1501			"userscore": 8.1,
1502			"url": "https://www.metacritic.com/music/goodbye-lullaby/avril-lavigne",
1503			"year": "Mar 8, 2011"
1504		},
1505		{
1506			"title": "Love Me Back",
1507			"metascore": 82,
1508			"userscore": 8.6,
1509			"url": "https://www.metacritic.com/music/love-me-back/jazmine-sullivan",
1510			"year": "Nov 30, 2010"
1511		},
1512		{
1513			"title": "Cannibal",
1514			"metascore": 73,
1515			"userscore": 7.4,
1516			"url": "https://www.metacritic.com/music/cannibal/keha",
1517			"year": "Nov 22, 2010"
1518		},
1519		{
1520			"title": "Live It Up",
1521			"metascore": 45,
1522			"userscore": 5.9,
1523			"url": "https://www.metacritic.com/music/live-it-up/lee-dewyze",
1524			"year": "Nov 16, 2010"
1525		},
1526		{
1527			"title": "Come Around Sundown",
1528			"metascore": 64,
1529			"userscore": 6.9,
1530			"url": "https://www.metacritic.com/music/come-around-sundown/kings-of-leon",
1531			"year": "Oct 19, 2010"
1532		},
1533		{
1534			"title": "Happiness",
1535			"metascore": 58,
1536			"userscore": 8.6,
1537			"url": "https://www.metacritic.com/music/happiness/hurts",
1538			"year": "Sep 6, 2010"
1539		},
1540		{
1541			"title": "God Willin' & the Creek Don't Rise",
1542			"metascore": 72,
1543			"userscore": 8.6,
1544			"url": "https://www.metacritic.com/music/god-willin-the-creek-dont-rise/ray-lamontagne",
1545			"year": "Aug 17, 2010"
1546		},
1547		{
1548			"title": "We Are Born",
1549			"metascore": 68,
1550			"userscore": 7.8,
1551			"url": "https://www.metacritic.com/music/we-are-born/sia",
1552			"year": "Jun 22, 2010"
1553		},
1554		{
1555			"title": "Bionic",
1556			"metascore": 56,
1557			"userscore": 8.2,
1558			"url": "https://www.metacritic.com/music/bionic/christina-aguilera",
1559			"year": "Jun 8, 2010"
1560		},
1561		{
1562			"title": "Bionic",
1563			"metascore": 56,
1564			"userscore": 8.2,
1565			"url": "https://www.metacritic.com/music/bionic/christina-aguilera",
1566			"year": "Jun 8, 2010"
1567		},
1568		{
1569			"title": "Animal",
1570			"metascore": 54,
1571			"userscore": 6.2,
1572			"url": "https://www.metacritic.com/music/animal/keha",
1573			"year": "Jan 5, 2010"
1574		},
1575		{
1576			"title": "Phrazes For The Young",
1577			"metascore": 72,
1578			"userscore": 8.7,
1579			"url": "https://www.metacritic.com/music/phrazes-for-the-young/julian-casablancas",
1580			"year": "Nov 3, 2009"
1581		},
1582		{
1583			"title": "Say Anything",
1584			"metascore": 76,
1585			"userscore": 7.6,
1586			"url": "https://www.metacritic.com/music/say-anything/say-anything",
1587			"year": "Nov 3, 2009"
1588		},
1589		{
1590			"title": "The Greatest Hits",
1591			"metascore": 85,
1592			"userscore": 8.9,
1593			"url": "https://www.metacritic.com/music/the-greatest-hits/foo-fighters",
1594			"year": "Nov 3, 2009"
1595		},
1596		{
1597			"title": "Ellipse",
1598			"metascore": 68,
1599			"userscore": 8.6,
1600			"url": "https://www.metacritic.com/music/ellipse/imogen-heap",
1601			"year": "Aug 25, 2009"
1602		},
1603		{
1604			"title": "Leave This Town",
1605			"metascore": 59,
1606			"userscore": 4.2,
1607			"url": "https://www.metacritic.com/music/leave-this-town/daughtry",
1608			"year": "Jul 14, 2009"
1609		},
1610		{
1611			"title": "Big Whiskey And The GrooGrux King",
1612			"metascore": 67,
1613			"userscore": 8.1,
1614			"url": "https://www.metacritic.com/music/big-whiskey-and-the-groogrux-king/dave-matthews-band",
1615			"year": "Jun 2, 2009"
1616		},
1617		{
1618			"title": "Shine",
1619			"metascore": 67,
1620			"userscore": "",
1621			"url": "https://www.metacritic.com/music/shine/martina-mcbride",
1622			"year": "Mar 24, 2009"
1623		},
1624		{
1625			"title": "Easy Does It",
1626			"metascore": 66,
1627			"userscore": "",
1628			"url": "https://www.metacritic.com/music/easy-does-it/jake-owen",
1629			"year": "Feb 24, 2009"
1630		},
1631		{
1632			"title": "David Cook",
1633			"metascore": 61,
1634			"userscore": 7.9,
1635			"url": "https://www.metacritic.com/music/david-cook/david-cook",
1636			"year": "Nov 18, 2008"
1637		},
1638		{
1639			"title": "Play",
1640			"metascore": 70,
1641			"userscore": 8.4,
1642			"url": "https://www.metacritic.com/music/play/brad-paisley",
1643			"year": "Nov 4, 2008"
1644		},
1645		{
1646			"title": "Only By The Night",
1647			"metascore": 63,
1648			"userscore": 7,
1649			"url": "https://www.metacritic.com/music/only-by-the-night/kings-of-leon",
1650			"year": "Sep 23, 2008"
1651		},
1652		{
1653			"title": "The Bright Lights Of America",
1654			"metascore": 63,
1655			"userscore": 6.5,
1656			"url": "https://www.metacritic.com/music/the-bright-lights-of-america/anti-flag",
1657			"year": "Apr 1, 2008"
1658		},
1659		{
1660			"title": "Echoes, Silence, Patience & Grace",
1661			"metascore": 71,
1662			"userscore": 7.8,
1663			"url": "https://www.metacritic.com/music/echoes-silence-patience-grace/foo-fighters",
1664			"year": "Sep 25, 2007"
1665		},
1666		{
1667			"title": "Just Who I Am: Poets & Pirates",
1668			"metascore": 70,
1669			"userscore": 6.6,
1670			"url": "https://www.metacritic.com/music/just-who-i-am-poets-pirates/kenny-chesney",
1671			"year": "Sep 11, 2007"
1672		},
1673		{
1674			"title": "Libertad",
1675			"metascore": 68,
1676			"userscore": 7.5,
1677			"url": "https://www.metacritic.com/music/libertad/velvet-revolver",
1678			"year": "Jul 3, 2007"
1679		},
1680		{
1681			"title": "My December",
1682			"metascore": 64,
1683			"userscore": 6.9,
1684			"url": "https://www.metacritic.com/music/my-december/kelly-clarkson",
1685			"year": "Jun 26, 2007"
1686		},
1687		{
1688			"title": "Version",
1689			"metascore": 63,
1690			"userscore": 7.6,
1691			"url": "https://www.metacritic.com/music/version/mark-ronson",
1692			"year": "Jun 12, 2007"
1693		},
1694		{
1695			"title": "The Best Damn Thing",
1696			"metascore": 66,
1697			"userscore": 7.3,
1698			"url": "https://www.metacritic.com/music/the-best-damn-thing/avril-lavigne",
1699			"year": "Apr 17, 2007"
1700		},
1701		{
1702			"title": "Because Of The Times",
1703			"metascore": 79,
1704			"userscore": 8.2,
1705			"url": "https://www.metacritic.com/music/because-of-the-times/kings-of-leon",
1706			"year": "Apr 3, 2007"
1707		},
1708		{
1709			"title": "Empire",
1710			"metascore": 65,
1711			"userscore": 7.1,
1712			"url": "https://www.metacritic.com/music/empire/kasabian",
1713			"year": "Sep 19, 2006"
1714		},
1715		{
1716			"title": "Back To Basics",
1717			"metascore": 69,
1718			"userscore": 8.8,
1719			"url": "https://www.metacritic.com/music/back-to-basics/christina-aguilera",
1720			"year": "Aug 15, 2006"
1721		},
1722		{
1723			"title": "First Impressions Of Earth",
1724			"metascore": 69,
1725			"userscore": 8,
1726			"url": "https://www.metacritic.com/music/first-impressions-of-earth/the-strokes",
1727			"year": "Jan 3, 2006"
1728		},
1729		{
1730			"title": "Harmonies For The Haunted",
1731			"metascore": 58,
1732			"userscore": 8.2,
1733			"url": "https://www.metacritic.com/music/harmonies-for-the-haunted/stellastarr",
1734			"year": "Sep 13, 2005"
1735		},
1736		{
1737			"title": "In Your Honor",
1738			"metascore": 70,
1739			"userscore": 8.1,
1740			"url": "https://www.metacritic.com/music/in-your-honor/foo-fighters",
1741			"year": "Jun 14, 2005"
1742		},
1743		{
1744			"title": "Stand Up",
1745			"metascore": 63,
1746			"userscore": 6.6,
1747			"url": "https://www.metacritic.com/music/stand-up/dave-matthews-band",
1748			"year": "May 10, 2005"
1749		},
1750		{
1751			"title": "Kiss & Tell",
1752			"metascore": 65,
1753			"userscore": 8.7,
1754			"url": "https://www.metacritic.com/music/kiss-tell/sahara-hotnights",
1755			"year": "Jul 27, 2004"
1756		},
1757		{
1758			"title": "Happenstance",
1759			"metascore": 74,
1760			"userscore": 8.3,
1761			"url": "https://www.metacritic.com/music/happenstance/rachael-yamagata",
1762			"year": "Jun 8, 2004"
1763		},
1764		{
1765			"title": "Contraband",
1766			"metascore": 65,
1767			"userscore": 8,
1768			"url": "https://www.metacritic.com/music/contraband/velvet-revolver",
1769			"year": "Jun 8, 2004"
1770		},
1771		{
1772			"title": "Room On Fire",
1773			"metascore": 77,
1774			"userscore": 8.7,
1775			"url": "https://www.metacritic.com/music/room-on-fire/the-strokes",
1776			"year": "Oct 28, 2003"
1777		},
1778		{
1779			"title": "Some Devil",
1780			"metascore": 61,
1781			"userscore": 8.6,
1782			"url": "https://www.metacritic.com/music/some-devil/dave-matthews",
1783			"year": "Sep 23, 2003"
1784		},
1785		{
1786			"title": "stellastarr*",
1787			"metascore": 78,
1788			"userscore": 8.3,
1789			"url": "https://www.metacritic.com/music/stellastarr/stellastarr",
1790			"year": "Sep 23, 2003"
1791		},
1792		{
1793			"title": "Youth & Young Manhood",
1794			"metascore": 79,
1795			"userscore": 8.3,
1796			"url": "https://www.metacritic.com/music/youth-young-manhood/kings-of-leon",
1797			"year": "Aug 19, 2003"
1798		},
1799		{
1800			"title": "It's All In Your Head",
1801			"metascore": 58,
1802			"userscore": 8.7,
1803			"url": "https://www.metacritic.com/music/its-all-in-your-head/eve-6",
1804			"year": "Jul 22, 2003"
1805		},
1806		{
1807			"title": "Thankful",
1808			"metascore": 62,
1809			"userscore": 5.3,
1810			"url": "https://www.metacritic.com/music/thankful/kelly-clarkson",
1811			"year": "Apr 15, 2003"
1812		},
1813		{
1814			"title": "Strangest Things",
1815			"metascore": 63,
1816			"userscore": 7.8,
1817			"url": "https://www.metacritic.com/music/strangest-things/longwave",
1818			"year": "Mar 18, 2003"
1819		},
1820		{
1821			"title": "Antenna",
1822			"metascore": 78,
1823			"userscore": 8,
1824			"url": "https://www.metacritic.com/music/antenna/cave-in",
1825			"year": "Mar 18, 2003"
1826		},
1827		{
1828			"title": "A New Day At Midnight",
1829			"metascore": 71,
1830			"userscore": 7.6,
1831			"url": "https://www.metacritic.com/music/a-new-day-at-midnight/david-gray",
1832			"year": "Nov 5, 2002"
1833		},
1834		{
1835			"title": "Stripped",
1836			"metascore": 55,
1837			"userscore": 8.9,
1838			"url": "https://www.metacritic.com/music/stripped/christina-aguilera",
1839			"year": "Oct 29, 2002"
1840		},
1841		{
1842			"title": "One By One",
1843			"metascore": 75,
1844			"userscore": 8.3,
1845			"url": "https://www.metacritic.com/music/one-by-one/foo-fighters",
1846			"year": "Oct 22, 2002"
1847		},
1848		{
1849			"title": "Busted Stuff",
1850			"metascore": 78,
1851			"userscore": 8.3,
1852			"url": "https://www.metacritic.com/music/busted-stuff/dave-matthews-band",
1853			"year": "Jul 16, 2002"
1854		},
1855		{
1856			"title": "Atomic",
1857			"metascore": 61,
1858			"userscore": 7,
1859			"url": "https://www.metacritic.com/music/atomic/lit",
1860			"year": "Oct 16, 2001"
1861		},
1862		{
1863			"title": "Underneath",
1864			"metascore": 63,
1865			"userscore": 7.9,
1866			"url": "https://www.metacritic.com/music/underneath/the-verve-pipe",
1867			"year": "Sep 25, 2001"
1868		},
1869		{
1870			"title": "2000 Watts",
1871			"metascore": 70,
1872			"userscore": "",
1873			"url": "https://www.metacritic.com/music/2000-watts/tyrese",
1874			"year": "May 22, 2001"
1875		},
1876		{
1877			"title": "Everyday",
1878			"metascore": 67,
1879			"userscore": 7.7,
1880			"url": "https://www.metacritic.com/music/everyday/dave-matthews-band",
1881			"year": "Feb 27, 2001"
1882		},
1883		{
1884			"title": "When It All Goes South",
1885			"metascore": 48,
1886			"userscore": "",
1887			"url": "https://www.metacritic.com/music/when-it-all-goes-south/alabama",
1888			"year": "Jan 16, 2001"
1889		},
1890		{
1891			"title": "Peggy's Blue Skylight",
1892			"metascore": "",
1893			"userscore": "",
1894			"url": "https://www.metacritic.com/music/peggys-blue-skylight/andy-summers",
1895			"year": "Sep 26, 2000"
1896		},
1897		{
1898			"title": "Mi Reflejo",
1899			"metascore": 56,
1900			"userscore": 8.3,
1901			"url": "https://www.metacritic.com/music/mi-reflejo/christina-aguilera",
1902			"year": "Sep 12, 2000"
1903		},
1904		{
1905			"title": "Horrorscope",
1906			"metascore": 53,
1907			"userscore": 7.5,
1908			"url": "https://www.metacritic.com/music/horrorscope/eve-6",
1909			"year": "Jul 25, 2000"
1910		}
1911	]
1912}

Music Detail

1{
2	"type": "music",
3	"url": "https://www.metacritic.com/music/sos/sza",
4	"title": "S.O.S.",
5	"musician": "SZA",
6	"musicianUrl": "https://www.metacritic.com/person/sza",
7	"companyName": "RCA",
8	"companyUrl": "https://www.metacritic.com/company/rca",
9	"summary": "The second full-length studio release for R&B artist SZA features guest appearances from Phoebe Bridgers, Ol' Dirty Bastard, Travis Scott, and Don Toliver.",
10	"metascore": 90,
11	"userscore": 8.6,
12	"genres": [
13		"R&B"
14	],
15	"buyLink": "https://www.amazon.com/dp/B0BNXZPL4G%3Ftag%3Dmetacritic-musiccat-20%26linkCode%3Dosi%26th%3D1%26psc%3D1"
16}

With Reviews

1{
2	"type": "music",
3	"url": "https://www.metacritic.com/music/cacti/billy-nomates",
4	"title": "Cacti",
5	"musician": "Billy Nomates",
6	"musicianUrl": "https://www.metacritic.com/person/billy-nomates",
7	"companyName": "Invada",
8	"companyUrl": "https://www.metacritic.com/company/invada",
9	"summary": "The second full-length release for British singer-songwriter Billy Nomates was produced with James Trevascus.",
10	"metascore": 85,
11	"userscore": null,
12	"genres": [
13		"Pop/Rock"
14	],
15	"buyLink": "https://www.amazon.com/dp/B0BJTZT1HZ%3Ftag%3Dmetacritic-musiccat-20%26linkCode%3Dosi%26th%3D1%26psc%3D1",
16	"userReviewsSummary": {
17		"positive": 0,
18		"mixed": 1,
19		"negative": 0
20	},
21	"userReviews": [
22		{
23			"score": 5,
24			"date": "Jan 13, 2023",
25			"review": "Nach der Scheiße, freut sich jeder Mensch auf „Every Loser“ von Iggy, bitte als Kompliment auffassen.",
26			"source": "jens76"
27		}
28	],
29	"criticReviewsSummary": {
30		"positive": 10,
31		"mixed": 1,
32		"negative": 0
33	},
34	"criticReviews": [
35		{
36			"score": 90,
37			"date": "Jan 13, 2023",
38			"review": "Despite all the changes she introduces on Cacti, the honesty of Maries' music remains paramount, and the savvy and polish she brings to the album confirm she's an excitingly hard-to-pin-down artist.",
39			"source": "AllMusic"
40		},
41		{
42			"score": 90,
43			"date": "Jan 12, 2023",
44			"review": "It’s a statement of intent from Billy Nomates, unbalancing sonic scales and weaving this into a force to be reckoned with.",
45			"source": "Clash Music"
46		},
47		{
48			"score": 90,
49			"date": "Jan 11, 2023",
50			"review": "Cacti is relentless, laser-focused and irresistible. [Feb 2023, p.32]",
51			"source": "Uncut"
52		},
53		{
54			"score": 80,
55			"date": "Jan 17, 2023",
56			"review": "Best described as a punk with a keyboard and tunes to burn, Nomates has dug even deeper for Cacti, her songwriting broadening its reach. Her deadpan takedowns remain heroic.",
57			"source": "The Observer (UK)"
58		},
59		{
60			"score": 80,
61			"date": "Jan 13, 2023",
62			"review": "This is a softer, more introspective approach than her barn-storming debut, but this 12-track album doesn’t lack the punch and bite of its debut in spite of this.",
63			"source": "The Telegraph (UK)"
64		},
65		{
66			"score": 80,
67			"date": "Jan 11, 2023",
68			"review": "A seething but persevering energy flows intensely CACTI.",
69			"source": "Exclaim"
70		},
71		{
72			"score": 80,
73			"date": "Jan 11, 2023",
74			"review": "The narrative lines are fractured, the satire removed; these songs play out like stress responses, fight-or-flight impulses, each one a little panic room. ... There’s not a lot of feeling OK on CACTI, but for once, it feels like exactly the right place for Billy Nomates. She’s brought herself, entirely. [Feb 2023, p.86]",
75			"source": "Mojo"
76		},
77		{
78			"score": 80,
79			"date": "Jan 11, 2023",
80			"review": "Cacti might show Maries in survival mode, but revealing vulnerability has seen her songwriting soften and come into its own.",
81			"source": "Record Collector"
82		},
83		{
84			"score": 70,
85			"date": "Jan 13, 2023",
86			"review": "Bottom line: if you like diva pop with a little edge, have at it. But if you got into Billy Nomates because she reminded you of the Sleaford Mods, maybe sit CACTI out.",
87			"source": "Dusted Magazine"
88		},
89		{
90			"score": 70,
91			"date": "Jan 11, 2023",
92			"review": "There’s still that personable rawness to her production – the synthetic drums and often sparse arrangement mirroring her frequently despondent lyrical themes (“The death of everything real has happened…” begins ‘apathy is wild’). But her vocal offers warmth.",
93			"source": "DIY Magazine"
94		},
95		{
96			"score": 60,
97			"date": "Jan 11, 2023",
98			"review": "CACTI is understandably more subdued than her self-titled debut, but the boisterous numbers it does contain, like spite, might feel more dynamic played live by humans – it feels like the energy that makes her such a captivating performer is being restricted by her drum machine.",
99			"source": "The Skinny"
100		}
101	]
102}

Contact

Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.

Developer
Maintained by Community
Actor metrics
  • 9 monthly users
  • 100.0% runs succeeded
  • Created in Jan 2023
  • Modified about 9 hours ago