@ryanke/imdb-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

imdb-api

A library for searching for and scraping media data.

import { search, TitleType } from "@ryanke/imdb-api";

const results = await search("infinity war");
const results = await search("top gear", TitleType.SERIES);
console.log(results.shift());

todo

  • [ ] Support pulling extra data from the IMDb Datasets
  • [ ] Support for people (bios, birth date, known for, etc)
  • [ ] Get platforms where the given title can be streamed (?)

Dependents (1)

Package Sidebar

Install

npm i @ryanke/imdb-api

Weekly Downloads

10

Version

0.0.12

License

MIT

Unpacked Size

11.4 kB

Total Files

6

Last publish

Collaborators

  • ryanke