22

Google's custom search API has a limitation up to 100 queries per day. That is far less than what I expected. I want to add that artwork-search function to my app. Thanks a lot.

spraff
  • 29,265
  • 19
  • 105
  • 197
Li Fumin
  • 1,195
  • 1
  • 11
  • 31

6 Answers6

14

How about Discogs, or Amazon or seeing what Cover Fetcher does?

spraff
  • 29,265
  • 19
  • 105
  • 197
  • 1
    discogs seems promising, thanks. – Li Fumin Oct 11 '11 at 13:11
  • 1
    Last I read the Amazon Terms of Service, you could only use their album art in the context of selling albums with their affiliate program. – Brad Dec 26 '13 at 06:49
  • 1
    As of earlier this year, Discogs is no longer unlimited: http://www.onemusicapi.com/blog/2014/08/13/app-developers-think-twice-adopting-discogs-api/ . Furthermore, @Brad is correct. – Dan Gravell Dec 01 '14 at 12:20
  • 1
    Also try [Spotify](https://developer.spotify.com/web-api/) and [Itunes](https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html). – the_prole Dec 13 '15 at 18:59
8

Musicbrainz and the Internet Archive offer the Cover Art Archive but you do need to request using the album's MBID.

Deebster
  • 2,789
  • 1
  • 24
  • 25
7

Last.FM provides an API for getting art but you can't actually use it in publicly distributed applications. They said that the recording companies own the art and they aren't licensed to distribute it. Huh? Why the API then? I don't get it.

user2167861
  • 179
  • 3
  • 11
2

Last FM's album.getInfo API call offers images in four different sizes and can be searched using names or musicbrainz IDs. Output can be XML/JSON/JSONP.

Deebster
  • 2,789
  • 1
  • 24
  • 25
2

Last.fm isn't completely free and unlimited "Last.fm reserves the right to share in revenue generated from your use of Last.fm Data in future on terms to be negotiated in good faith between Last.fm and You."

Discovered the FreeCover website API a few minutes ago searching for the same thing: http://www.freecovers.net/api/

For the record, ROVi seems loaded (they source Apple): http://developer.rovicorp.com/

...but same as every good service on the internet: if you want good (meaning reliable) service, you'll have to pay eventually ;)

gfd
  • 1,101
  • 1
  • 10
  • 19
1

Other than the Cover Art Archive the only other approachably "free" and unlimited resource is Wikipedia: http://www.onemusicapi.com/blog/2014/09/10/querying-wikipedia-album-artwork/

You can use DBpedia to search for the album, then use the Wikimedia APIs to actually download the image.

Dan Gravell
  • 7,049
  • 4
  • 36
  • 55