Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub

Use cases

SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Legal

ContactTermsPrivacy
Product
Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub
Use cases
SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
  1. Home
  2. /Playground
  3. /Rotten Tomatoes
  4. /Rotten Tomatoes TV discovery rows API

Endpoint Playground

Try the Rotten Tomatoes TV discovery rows API

Test Crawlora's Rotten Tomatoes TV discovery rows API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/rottentomatoes/browse/tv
Platform
Rotten Tomatoes
Auth
apiKey
Credits
2 credits/request
Required params
None
Common optional params
list, sort, limit
Rotten Tomatoes TV discovery rows API documentationRotten Tomatoes platform pageCrawlora API pricingTry Rotten Tomatoes movie discovery rows APITry Rotten Tomatoes episode detail APITry Rotten Tomatoes movie detail APITry Rotten Tomatoes movie reviews APITry Rotten Tomatoes person detail API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/rottentomatoes/browse/tv?list=tv_series_browse&sort=popular&limit=10" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
liststringNotv_series_browseTV browse list: tv_series_browse
sortstringNopopularSort: popular, newest
limitintegerNo10Rows to return, default 10, max 20

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "list": "tv_series_browse",
    "sort": "popular",
    "limit": 3,
    "title": "Best TV Shows (June 2026)",
    "items": [
      {
        "position": 1,
        "media_type": "TVSeries",
        "title": "Spider-Noir",
        "path": "/tv/spider_noir",
        "url": "https://www.rottentomatoes.com/tv/spider_noir",
        "date_created": "2026-05-27",
        "tomatometer_score": 91,
        "critics_review_count": 96
      }
    ],
    "public_page_derived": true
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

9 shown
Group
GETapiKey2 credits/requestrottentomatoes.browseResponseDocRotten Tomatoes
GET /rottentomatoes/browse/tv

Rotten Tomatoes TV discovery rows

Returns normalized TV series rows from Rotten Tomatoes public browse pages using credential-free JSON-LD ItemList data. Supported `list` value is `tv_series_browse`. Supported `sort` values are `popular` and `newest`.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "list": "tv_series_browse",
    "sort": "popular",
    "limit": 3,
    "title": "Best TV Shows (June 2026)",
    "items": [
      {
        "position": 1,
        "media_type": "TVSeries",
        "title": "Spider-Noir",
        "path": "/tv/spider_noir",
        "url": "https://www.rottentomatoes.com/tv/spider_noir",
        "date_created": "2026-05-27",
        "tomatometer_score": 91,
        "critics_review_count": 96
      }
    ],
    "public_page_derived": true
  }
}

Endpoint details

Returns normalized TV series rows from Rotten Tomatoes public browse pages using credential-free JSON-LD ItemList data. Supported `list` value is `tv_series_browse`. Supported `sort` values are `popular` and `newest`.

Method
GET
Path
/rottentomatoes/browse/tv
Authentication
apiKey
Credit cost
2 credits/request
Platform
Rotten Tomatoes
Parameters
4 documented fields

Request parameters

list:querysort:querylimit:queryx-api-key:header

Response schema fields

codedatadata.fetched_atdata.itemsdata.items[].critics_review_countdata.items[].date_createddata.items[].image_urldata.items[].media_typedata.items[].pathdata.items[].positiondata.items[].titledata.items[].tomatometer_score

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "list": "tv_series_browse",
    "sort": "popular",
    "limit": 3,
    "title": "Best TV Shows (June 2026)",
    "items": [
      {
        "position": 1,
        "media_type": "TVSeries",
        "title": "Spider-Noir",
        "path": "/tv/spider_noir",
        "url": "https://www.rottentomatoes.com/tv/spider_noir",
        "date_created": "2026-05-27",
        "tomatometer_score": 91,
        "critics_review_count": 96
      }
    ],
    "public_page_derived": true
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/rottentomatoes/browse/tv" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingRotten Tomatoes movie discovery rowsRotten Tomatoes episode detailRotten Tomatoes movie detailRotten Tomatoes movie reviewsRotten Tomatoes person detail and filmography

Browse public API demos

Search stored Google Maps businessesFacet stored Google Maps businessesGoogle Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko markets
DocsPlatformsPricing