VOOZH about

URL: https://apify.com/cambridgepicture/box-office-mojo-annual-list

โ‡ฑ Box Office Mojo Annual list ยท Apify


Pricing

Pay per usage

Go to Apify Store

Box Office Mojo Annual list

Given a start year, end year and a list of territories, this actor will scrape boxofficemojo.com and return a list of all films released in those territories during those years, with the title, release code and title code (which can also be used to find the title on IMDB).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Ivan Mactaggart

Ivan Mactaggart

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

18 days ago

Last modified

Share

JavaScript Crawlee & CheerioCrawler Actor Template

This template example was built with Crawlee to scrape data from a website using Cheerio wrapped into CheerioCrawler.

Quick Start

Once you've installed the dependencies, start the Actor:

$apify run

Once your Actor is ready, you can push it to the Apify Console:

apify login # first, you need to log in if you haven't already done so
apify push

Project Structure

.actor/
โ”œโ”€โ”€ actor.json # Actor config: name, version, env vars, runtime settings
โ”œโ”€โ”€ dataset_schena.json # Structure and representation of data produced by an Actor
โ”œโ”€โ”€ input_schema.json # Input validation & Console form definition
โ””โ”€โ”€ output_schema.json # Specifies where an Actor stores its output
src/
โ””โ”€โ”€ main.js # Actor entry point and orchestrator
storage/ # Local storage (mirrors Cloud during development)
โ”œโ”€โ”€ datasets/ # Output items (JSON objects)
โ”œโ”€โ”€ key_value_stores/ # Files, config, INPUT
โ””โ”€โ”€ request_queues/ # Pending crawl requests
Dockerfile # Container image definition

For more information, see the Actor definition documentation.

How it works

This code is a JavaScript script that uses Cheerio to scrape data from a website. It then stores the website titles in a dataset.

  • The crawler starts with URLs provided from the input startUrls field defined by the input schema. Number of scraped pages is limited by maxPagesPerCrawl field from the input schema.
  • The crawler uses requestHandler for each URL to extract the data from the page with the Cheerio library and to save the title and URL of each page to the dataset. It also logs out each result that is being saved.

What's included

  • Apify SDK - toolkit for building Actors
  • Crawlee - web scraping and browser automation library
  • Input schema - define and easily validate a schema for your Actor's input
  • Dataset - store structured data where each object stored has the same attributes
  • Cheerio - a fast, flexible & elegant library for parsing and manipulating HTML and XML
  • Proxy configuration - rotate IP addresses to prevent blocking

Resources

Creating Actors with templates

Getting started

For complete information see this article. In short, you will:

  1. Build the Actor
  2. Run the Actor

Pull the Actor for local development

If you would like to develop locally, you can pull the existing Actor from Apify console using Apify CLI:

  1. Install apify-cli

    Using Homebrew

    $brew install apify-cli

    Using NPM

    $npm-ginstall apify-cli
  2. Pull the Actor by its unique <ActorId>, which is one of the following:

    • unique name of the Actor to pull (e.g. "apify/hello-world")
    • or ID of the Actor to pull (e.g. "E2jjCZBezvAZnX8Rb")

    You can find both by clicking on the Actor title at the top of the page, which will open a modal containing both Actor unique name and Actor ID.

    This command will copy the Actor into the current directory on your local machine.

    $apify pull <ActorId>

Documentation reference

To learn more about Apify and Actors, take a look at the following resources:

You might also like

Box Office Mojo Worldwide Box Office Scraper

parseforge/boxofficemojo-world-scraper

Streamline structured records from Boxofficemojo World with names, identifiers, dates, descriptions, status flags and source links. Built for research, intelligence and operational dashboards. Run on demand or on a recurring schedule and feed every row into your favourite analytics or workflow st.

Website Mail Extractor

mikolabs/website-mail-extractor

Website Email Scraper is a powerful, lightweight, and stealthy web crawler designed to find and extract public email addresses from any website. Simply provide a list of starting URLs, and the scraper will follow internal links, prioritize key pages, and return a clean list of deduplicated emails.

Title Scrapper

sparking_agent/simple-apify-actor

First Actor as an example to scrape the title of given url

๐Ÿ‘ User avatar

Virtual Assitant

2

IMDb Scraper

solidcode/imdb-scraper

[๐Ÿ’ฐ $5.0 / 1K] Extract movie & TV data from IMDb โ€” ratings, vote counts, cast, directors, genres, runtime, certificates, plot, and release year. Search by title, paste IMDb URLs, or browse the catalog by genre, year, and rating. Optional user reviews per title.

Grailed.com - Fashion product scraper

vmscrapers/grailed

Grailed Scraper will enable you to scrape products from Grailed.com with ease. You can scrape all the products from a search result, category, collection, or designer page. The scraper will return a list of products with all the relevant information, such as title, price, image URL, and more.

LeadScraper

cdubiel/lead-scraper

Scrape a list of urls and receive business contact information, social media links, and a description of the services. This actor will scrape across multiple pages in the sitemap and returns a confidence score to every phone number and email that it finds. webscraper, scrape leads, web scraper

144

5.0

YouTube Search Term Channel Crawler

tcz/youtube-search-term-channel-crawler

You can use this crawler to define a list of search terms, crawl Youtube search results for those terms, and extract channel information, including email if written in the channel description.

IMDb Reviews Scraper

coder_zoro/imdb-reviews-scraper

Scrape IMDb user reviews for a specific movie or series. Specify the IMDb title ID and maximum number of reviews to fetch. Get structured review data including author, rating, title, and content, ready for analytics or app integration.

YouTube Transcript, Comment, and Metadata Scraper

visita/youtube-scraper

This actor scrapes YouTube videos for full transcripts (captions), the first page of comments, and key metadata (title, channel, views, and likes). It can discover videos based on search queries or scrape a specific list of video IDs.

๐Ÿ‘ User avatar

Visita Intelligence

92

Related articles

Proxy Scraper: how to get free proxies fast
Read more
Web scraping with client-side Vanilla JavaScript
Read more
How to scrape IMDb with an unofficial IMDb API ๐ŸŽž๏ธ
Read more