Rotten Tomatoes Scraper

ENDPOINTS
GET/search/people

Search People

Search actors, directors and film people by name (20 per page): slug, link, headshot, filmography size, latest year.

QUERY PARAMS

Person name, full or partial.

Example: Scarlett Johansson

Page number. The response carries next and previous links.

Default: 1

Allowed values: 1-50

Results per page.

Default: 20

Allowed values: 1-50

{
  "count": 6,
  "per_page": 20,
  "current_page": 1,
  "total_pages": 1,
  "next": null,
  "previous": null,
  "query": "Scarlett Johansson",
  "results": [
    {
      "ems_id": "83428a3c-b3b1-387b-a1e3-bce4ddbc510f",
      "rt_id": 162652872,
      "name": "Scarlett Johansson",
      "alternate_names": null,
      "slug": "scarlett_johansson",
      "link": "https://www.rottentomatoes.com/celebrity/scarlett_johansson",
      "image_link": "https://resizing.flixster.com/KLxcE36ZNENLC_23WoChmpOkvMA=/ems.ZW1zLXByZC1hc3NldHMvY2VsZWJyaXRpZXMvMzkzZTdmN2UtNDlhYi00NzllLWJlOTktZDVkYWU2ZWFmYzgwLmpwZw==",
      "filmography_count": 156,
      "recent_title_year": 2028,
      "popularity": 0,
      "updated_at": "2026-09-11T05:11:36Z"
    },
    {
      "ems_id": "b0e26727-3b79-300e-85be-e90e740bac42",
      "rt_id": null,
      "name": "Scarlett Johnson",
      "alternate_names": null,
      "slug": "scarlett_johnson_2",
      "link": "https://www.rottentomatoes.com/celebrity/scarlett_johnson_2",
      "image_link": null,
      "filmography_count": 2,
      "recent_title_year": null,
      "popularity": 0,
      "updated_at": "2023-08-16T21:43:22Z"
    },
    {
      "ems_id": "695aa619-d9de-3997-9707-8b7c64369551",
      "rt_id": 402912891,
      "name": "Monique Parent",
      "alternate_names": [
        "Monique Harlow",
        "Scarlet Johansing",
        "Dylan Bailey",
        "Monique T. Parent",
        "Monique Paurent",
        "Marnay Miranda",
        "Scarlett Johansing",
        "Monique Harlowe"
      ],
      "slug": "monique_parent",
      "link": "https://www.rottentomatoes.com/celebrity/monique_parent",
      "image_link": "https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/v9/AllPhotos/72931/72931_v9_ba.jpg",
      "filmography_count": 55,
      "recent_title_year": 2023,
      "popularity": 0,
      "updated_at": "2026-09-03T04:25:08Z"
    },
    {
      "ems_id": "eeaa997b-ef76-31f6-8a1d-b18b6e2dd4d7",
      "rt_id": 770780797,
      "name": "Scarlett Alice Johnson",
      "alternate_names": null,
      "slug": "scarlett_johnson",
      "link": "https://www.rottentomatoes.com/celebrity/scarlett_johnson",
      "image_link": "https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/v9/AllPhotos/521638/521638_v9_ba.jpg",
      "filmography_count": 13,
      "recent_title_year": 2019,
      "popularity": 0,
      "updated_at": "2026-09-03T02:07:07Z"
    },
    {
      "ems_id": "7fd1f06e-5f5c-38af-b136-bafcf98c0fda",
      "rt_id": null,
      "name": "Skarlett Yohansson",
      "alternate_names": null,
      "slug": "skarlett_yohansson",
      "link": "https://www.rottentomatoes.com/celebrity/skarlett_yohansson",
      "image_link": null,
      "filmography_count": 6,
      "recent_title_year": 2014,
      "popularity": 0,
      "updated_at": "2025-11-02T15:21:49Z"
    },
    {
      "ems_id": "a17c0d69-feb1-3a64-9fcb-1853b6b202e2",
      "rt_id": 771927510,
      "name": "Angelica Scarlet Johnson",
      "alternate_names": [
        "Angelica Johnson"
      ],
      "slug": "angelica_scarlet_johnson",
      "link": "https://www.rottentomatoes.com/celebrity/angelica_scarlet_johnson",
      "image_link": null,
      "filmography_count": 2,
      "recent_title_year": 2021,
      "popularity": 0,
      "updated_at": "2026-07-02T11:43:48Z"
    }
  ]
}