imdb_title_box_office
Fetch an IMDb title's box-office figures: lifetime gross by market, domestic opening weekend, and production budget. Pass the title ID or URL to get structured data or a flag when no box-office info exists.
Instructions
IMDb title box office summary. Returns a title's public box-office summary: lifetime gross by market (domestic, international, worldwide), the domestic opening weekend, and the production budget. IMDb reports each figure independently, so a real title with no box office data (most TV series, many non-theatrical titles) returns has_box_office: false with every figure omitted rather than an error. Pass exactly one of id or url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | IMDb title id | |
| url | No | Absolute https://www.imdb.com/title/<id>/ URL |