Rotten Tomatoes Scraper

ENDPOINTS
GET/critics/details

Critic Details

Fetch a critic's profile: name, image, active status, Top Critic and Tomatometer-approved flags and their publications.

QUERY PARAMS

Rotten Tomatoes critic vanity name or any rottentomatoes.com critic URL.

Examples:

  • Vanity: peter-travers
  • URL: https://www.rottentomatoes.com/critics/peter-travers
{
  "id": 2726,
  "name": "Peter Travers",
  "slug": "peter-travers",
  "link": "https://www.rottentomatoes.com/critics/peter-travers",
  "profile_link": "https://www.rottentomatoes.com/profiles/critic/peter-travers",
  "encrypted_id": "5yMnJAZg",
  "image_link": "https://resizing.flixster.com/idp2pHLCUhBd6vWTej9wYzDqmN8=/180x180/v1.YzszODEwO3A7MjA3NDU7MjA0ODs4NzY7ODM0",
  "status": "active",
  "designation": "current",
  "is_top_critic": true,
  "is_tomatometer_approved": true,
  "publications": [
    {
      "id": 397,
      "name": "Rolling Stone",
      "encrypted_id": null,
      "link": "https://www.rottentomatoes.com/critics/source/397",
      "profile_link": null,
      "editorial_link": "http://www.rollingstone.com/movies/reviews",
      "image_link": "https://resizing.flixster.com/envQQAtGV3Gigglzwb3w6ViLHZU=/256x256/v1.YzsxMDAwMDAzNzU0O2o7MjA3NTQ7MjA0ODs0MDA7NDAw",
      "country": null,
      "top_countries": [
        "USA",
        "GBR",
        "AUS"
      ],
      "status": "active",
      "designation": "current",
      "is_top_publication": null,
      "is_tomatometer_approved": true
    },
    {
      "id": 856,
      "name": "People Magazine",
      "encrypted_id": null,
      "link": "https://www.rottentomatoes.com/critics/source/856",
      "profile_link": null,
      "editorial_link": "http://people.com/tag/review/",
      "image_link": "https://resizing.flixster.com/u8KgCF1Sa_aAVzzVMLQP_HNzpG8=/256x256/v1.YzsxMDAwMDAzNzM5O2o7MjA3NTQ7MjA0ODs0MDA7NDAw",
      "country": null,
      "top_countries": null,
      "status": "active",
      "designation": "legacy",
      "is_top_publication": null,
      "is_tomatometer_approved": true
    },
    {
      "id": 704,
      "name": "Good Morning America",
      "encrypted_id": null,
      "link": "https://www.rottentomatoes.com/critics/source/704",
      "profile_link": null,
      "editorial_link": "https://www.goodmorningamerica.com/",
      "image_link": null,
      "country": null,
      "top_countries": null,
      "status": "active",
      "designation": "legacy",
      "is_top_publication": null,
      "is_tomatometer_approved": false
    },
    {
      "id": 100009780,
      "name": "Gannett Westchester Rockland Newspapers",
      "encrypted_id": null,
      "link": "https://www.rottentomatoes.com/critics/source/100009780",
      "profile_link": null,
      "editorial_link": null,
      "image_link": null,
      "country": null,
      "top_countries": null,
      "status": "active",
      "designation": "legacy",
      "is_top_publication": null,
      "is_tomatometer_approved": false
    },
    {
      "id": 100011555,
      "name": "The Travers Take",
      "encrypted_id": null,
      "link": "https://www.rottentomatoes.com/critics/source/100011555",
      "profile_link": null,
      "editorial_link": null,
      "image_link": null,
      "country": null,
      "top_countries": null,
      "status": "active",
      "designation": "current",
      "is_top_publication": null,
      "is_tomatometer_approved": false
    }
  ]
}