datasets_boxofficemojo_search
Find theatrical box-office records from Box Office Mojo charts. Filter by title, year, genre, gross ranges, and rankings to retrieve specific movie performance data.
Instructions
Search the Box Office Mojo dataset. Searches theatrical box-office records from public Box Office Mojo charts and title pages, stored in a search index. Filter by title id, year, franchise/brand/genre, gross band, lifetime top-1000 membership, hydration status, and worldwide/domestic gross ranges. Sort enum: relevance, worldwide_desc, domestic_desc, peak_worldwide_desc, lifetime_rank_asc, year_desc, year_asc. gross_band enum: under_50m, 50_100m, 100_250m, 250_500m, 500m_1b, over_1b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over title and taxonomy names, max 256 characters | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: relevance, worldwide_desc, domestic_desc, peak_worldwide_desc, lifetime_rank_asc, year_desc, year_asc | |
| year | No | Year that must appear in years_active | |
| brand | No | Brand name filter, max 128 characters | |
| genre | No | Genre name filter, max 128 characters | |
| hydrated | No | Only titles with hydrated release groups and market grosses | |
| title_id | No | Exact title id (IMDb tt… id used by Box Office Mojo), max 32 characters | |
| franchise | No | Franchise name filter, max 128 characters | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| gross_band | No | Gross band enum: under_50m, 50_100m, 100_250m, 250_500m, 500m_1b, over_1b | |
| min_domestic | No | Minimum lifetime domestic gross in whole USD dollars | |
| lifetime_year | No | Primary lifetime chart year | |
| max_worldwide | No | Maximum lifetime worldwide gross in whole USD dollars | |
| min_worldwide | No | Minimum lifetime worldwide gross in whole USD dollars | |
| is_billion_dollar | No | Only titles with worldwide gross of at least $1B | |
| min_foreign_share | No | Minimum foreign share of worldwide gross, 0 through 1 | |
| max_domestic_share | No | Maximum domestic share of worldwide gross, 0 through 1 | |
| in_lifetime_top_1000 | No | Only titles in the lifetime worldwide top 1000 chart |