Import Your Ratings from CSV

Criticker makes it easy to import your ratings from a manually created CSV file. There are just a few rules:
  • The first line must be a header
  • The IMDB ID must be in the first position of the file
  • Your rating must be in the second position of the file
  • Any other values will be ignored
  • Any titles you've already rated at Criticker will be skipped; your existing ratings will not be overwritten
Example Valid File
imdb_id,rating
tt1431045,70
tt1392190,100
tt15398776,80
Upload Ratings File
Our import utility accepts a max of 5000 lines per file. If your import exceeds this limit, split the file up and import each separately. Don't forget to keep the header row in each file!