# Box Office Mojo Worldwide Box Office Full Export

**Use case:** 

Full Export of Box Office Mojo Worldwide Box Office. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "year": "2024"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "worldwideGross": {
    "label": "Worldwide Gross",
    "format": "text"
  },
  "worldwideGrossText": {
    "label": "Worldwide Gross Text",
    "format": "text"
  },
  "domesticGross": {
    "label": "Domestic Gross",
    "format": "text"
  },
  "percentDomestic": {
    "label": "Percent Domestic",
    "format": "text"
  },
  "foreignGross": {
    "label": "Foreign Gross",
    "format": "text"
  },
  "percentForeign": {
    "label": "Percent Foreign",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Box Office Mojo Worldwide Box Office Scraper](https://apify.com/parseforge/boxofficemojo-world-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/boxofficemojo-world-scraper) to learn more, explore other use cases, and run it yourself.