Discover/simplyscripts.com API
live

simplyscripts.com APIsimplyscripts.com

Access movie, TV, radio, and unproduced scripts from SimplyScripts.com via 10 endpoints. Search by title, browse by genre or letter, and retrieve Oscar-winning screenplays.

Endpoints
10
Updated
28d ago
Try it
Search keyword or phrase.
Search method. Accepted values: exact, or, and.
api.parse.bot/scraper/09cfb102-7768-4256-8be3-28c8bd47d2d7/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/09cfb102-7768-4256-8be3-28c8bd47d2d7/search_scripts?query=Matrix' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 10 totalclick to expand

Search for scripts by title, writer, or keyword using the site's internal search engine. Returns matching script listings with titles, URLs, and metadata.

Input
ParamTypeDescription
queryrequiredstringSearch keyword or phrase.
methodstringSearch method. Accepted values: exact, or, and.
Response
{
  "type": "object",
  "fields": {
    "query": "string, the search query echoed back",
    "results": "array of script objects with title, script_url, and optional writer, host_site, imdb_url"
  },
  "sample": {
    "data": {
      "query": "Matrix",
      "results": [
        {
          "title": "Matrix Reloaded, The (2003) Larry And Andy Wachowski [2001-10-27]",
          "imdb_url": "http://us.imdb.com/Title?0133093",
          "host_site": "| Screenplays and Scripts",
          "script_url": "http://screenplaysandscripts.com/script_files/M/MATRIX RELOADED, THE (2003) Larry and Andy Wachowski %5b2001-10-27%5d.pdf"
        }
      ]
    },
    "status": "success"
  }
}

About the simplyscripts.com API

The SimplyScripts API exposes 10 endpoints for searching and browsing the SimplyScripts.com script library, covering movie screenplays, TV teleplays, radio plays, stage plays, and unproduced original scripts. The search_scripts endpoint accepts keyword, exact, or boolean queries and returns matching entries with title, script URL, writer, host site, and optional IMDb URL. Other endpoints let you enumerate scripts by alphabetical letter, genre, Oscar status, or script type without requiring any prior knowledge of the site's URL structure.

Browsing and Searching Scripts

The search_scripts endpoint accepts a query string plus an optional method parameter (exact, or, or and) and returns an array of script objects, each containing title, script_url, and — where available — writer, host_site, and imdb_url. For browsing without a search term, get_movie_scripts_by_letter accepts a lowercase letter or 0 and returns all movie scripts starting with that character. Not every letter has a corresponding listing page; requests for unsupported letters return an upstream error. get_movie_scripts_by_genre accepts genre slugs such as action, comedy, and drama to filter the movie listing.

TV, Radio, Stage, and Unproduced Scripts

get_tv_scripts paginates through television teleplay listings using a page filename parameter — confirmed values include tv.html, tv_ab.html, and tv_cd.html. get_radio_scripts and get_plays return script arrays without additional filters. get_unproduced_scripts lists original screenplays submitted by writers and optionally accepts a genre slug (drama, action-adventure, comedy); omitting the parameter returns the full unproduced listing. All these endpoints return the same base script object shape: title, script_url, and an optional writer or host field.

Oscar Scripts and Homepage Updates

get_oscar_scripts returns a flat array of Academy Award-winning and nominated screenplays, each entry carrying title (often the award year as a label), script_url, and optionally writer and imdb_url. get_homepage_updates pulls the latest site additions as an array of update objects, each with a title, a summary string, and a nested scripts array of {title, url} pairs — useful for tracking newly added content without polling individual listing pages.

Retrieving Script Detail

get_script_detail accepts any script_url returned by the other endpoints and resolves it to one of three types: pdf (no content field returned), html (SimplyScripts-hosted page, includes content text), or external (off-site HTML, includes content text). This lets you programmatically distinguish downloadable PDFs from browsable script pages without issuing a raw HTTP request yourself.

Common use cases
  • Build a screenplay search tool that queries search_scripts with boolean operators and surfaces IMDb links alongside script downloads.
  • Track newly added scripts by polling get_homepage_updates and diffing the nested scripts arrays over time.
  • Compile a dataset of Oscar-winning screenplays using get_oscar_scripts to collect title, writer, and imdb_url fields.
  • Generate a genre-filtered script catalog by iterating get_movie_scripts_by_genre across action, comedy, and drama slugs.
  • Enumerate the full alphabetical movie script index via get_movie_scripts_by_letter to build an offline script directory.
  • Identify script file types before downloading by passing script_url values to get_script_detail and filtering on the type field.
  • Aggregate unproduced screenplays by genre for a writers' resource site using get_unproduced_scripts with genre slug filtering.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does SimplyScripts have an official developer API?+
No. SimplyScripts.com does not publish an official developer API or documented data access layer. The Parse API is the structured programmatic interface available for accessing this content.
What does `get_script_detail` actually return for a PDF link?+
When the resolved URL points to a PDF, the endpoint returns type: 'pdf' and omits the content field entirely. For HTML pages — whether hosted on SimplyScripts or externally — it returns type: 'html' or type: 'external' along with the content text of the page.
Are all alphabetical letters supported in `get_movie_scripts_by_letter`?+
Not all letters have corresponding listing pages on SimplyScripts. Requesting an unsupported letter returns an upstream error rather than an empty array. Test the letters you need before assuming coverage; confirmed gaps should be handled with error checking in your client.
Can I retrieve the actual script text or screenplay content through this API?+
Not directly. The API returns script_url links and, for HTML pages, the page's text content via get_script_detail. Raw screenplay text from PDF files is not extracted or returned. You can fork this API on Parse and revise it to add a PDF-parsing endpoint if you need structured script text.
Does the API cover all genre slugs for `get_movie_scripts_by_genre` and `get_unproduced_scripts`?+
Confirmed working genre slugs are limited: action, comedy, and drama for movies; drama, action-adventure, and comedy for unproduced scripts. Other genre slugs may exist on the site but are not documented as confirmed. You can fork the API on Parse and revise it to test and add additional genre slug support.
Page content last updated . Spec covers 10 endpoints from simplyscripts.com.
Related APIs in EntertainmentSee all →
imsdb.com API
Search and browse thousands of movie and TV screenplays from IMSDb, with the ability to view full script text, filter by genre or alphabetically, and read community comments. Access detailed script information including the latest additions and TV transcripts all in one place.
editorial.rottentomatoes.com API
Search for movies and TV shows, browse ratings and reviews from critics and audiences, and discover celebrity filmographies and entertainment news. Get detailed information about films, shows, and entertainment professionals all in one place.
rottentomatoes.com API
Search for movies and TV shows, get detailed information like ratings and reviews, and browse curated collections to discover what to watch. Access comprehensive Rotten Tomatoes data including critic and audience scores, plot details, and user reviews all in one place.
tmdb.org API
Search for movies and TV shows to discover details like cast, crew, reviews, images, videos, and where to watch them. Get information about actors, browse trending and popular titles, and access comprehensive metadata for entertainment planning.
justwatch.com API
Search for movies and TV shows, retrieve streaming availability and detailed metadata, browse trending content, and discover similar titles — all via JustWatch.
thetvdb.com API
Search and discover TV shows from TheTVDB's database, view trending series, and access detailed episode information. Browse complete show listings or find specific titles to retrieve comprehensive data about seasons, episodes, and air dates.
playbill.com API
playbill.com API
omegascans.org API
Browse and search thousands of comics and novels, view chapters and series details, and stay updated with the latest announcements and releases from Omega Scans. Discover new content through the homepage, search specific series, and access chapter-by-chapter reading with real-time updates on what's newly published.