ParseForge Scrapers

MUBI Films Scraper

parseforge/mubi-films-scraper

VideosAutomationOther

Scrapes MUBI film entries filtered by genre, country, or director. Returns each film as a flat row with title, director, year, and synopsis.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
16
Bookmarked
0
Rating
Not rated yet
Last modified
10 days ago

Overview

ParseForge

MUBI Films Scraper

Scrape MUBI film listings by genre, country, or director, up to a million per run. Every film comes with its title, director, year, and synopsis. No login or API key. Export to CSV, JSON, Excel, or XML.

MUBI's curated library of international and independent cinema is a goldmine for film data, but manually browsing its rotating catalog is slow and unscalable. This Actor reads the public film listings directly, letting you filter by genre, country, or director and return each match in one fixed schema. Build a dataset of arthouse films, track a director's filmography, or monitor which countries' cinema is trending, all without writing a single line of code.

Who uses it What they scrape MUBI for
Film researchers Compile a corpus of international cinema for a specific genre or region.
Data journalists Analyze trends in MUBI's programming, such as which countries or directors are most featured.
App developers Populate a film discovery app with a feed of curated, high-quality movie metadata.
Film students Gather a watchlist of essential films by a particular director or from a specific national cinema.

What it does

This Actor collects MUBI film entries filtered by genre, country, or director, and returns each one as a flat row.

  • 🎬 Genre filtering: Target specific genres like Drama, Documentary, or Horror to narrow your dataset.
  • 🌍 Country of origin filtering: Collect films only from a specific country, such as France, Japan, or Iran.
  • πŸ‘€ Director filtering: Isolate the complete filmography of a single director available on the platform.
  • πŸ“Š Scalable collection: From a preview of 10 films on the free plan to 1,000,000 on a paid plan, the Actor scales to your research needs.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with MUBI data

πŸŽ₯ Build a director's filmography.

A film student enters a director's name to scrape every available film on MUBI, creating a complete watchlist for a research paper.

🌍 Monitor a national cinema's presence.

A cultural researcher filters by country to track how many films from a specific nation are featured on MUBI each month.

πŸ“ˆ Analyze genre programming trends.

A data journalist scrapes all documentary listings to quantify the prevalence of sub-genres and countries of origin in MUBI's curation.

πŸ—‚οΈ Populate a film database.

An app developer runs the scraper weekly to feed a steady stream of new, high-quality film metadata into their recommendation engine.

Why choose this scraper

What you get
No API key required Access public MUBI film data without registering an application or managing OAuth tokens.
Structured output Receive a clean, flat dataset with consistent columns for title, director, year, and synopsis, ready for analysis.
Flexible filtering Combine genre, country, and director filters to build highly specific film lists in a single run.

How it compares

No other Store actor targets MUBI the same way, so the honest comparison is with the alternatives teams actually weigh.

MUBI Films Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When MUBI changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor with optional genre, country, and director filters, which are applied as each film is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10
}

A larger pull:

{
  "maxItems": 200
}

Pricing

Pay-per-result: $0.0027 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.27
1,000 results $2.70
10,000 results $27.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the MUBI Films Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to MUBI through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/mubi-films-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Your filter combination may be too restrictive. Try running the Actor with only one filter at a time to see which one is causing the empty result, then broaden your criteria.

The run stopped after only 10 films.

This is the preview limit for free Apify accounts. To scrape more, upgrade to a paid plan and increase the 'Maximum films' setting in the Actor's input.

The director name I entered is not returning any films.

Ensure the spelling matches exactly how it appears on MUBI. Try entering only the last name or a partial name if the full name fails, as the filter performs an exact match.

The data seems outdated or is missing a film I know is on MUBI.

MUBI's catalog rotates daily. The film may have been removed. Re-run the scraper to get the current listings. If the issue persists, check the film's page on MUBI directly to confirm its availability.

The scraper is timing out.

If you are scraping a very large number of films, the default run timeout might be too short. Increase the timeout in the run settings or reduce the 'Maximum films' number.

FAQ

Question Answer
Do I need a MUBI account or API key to use this scraper? No. This Actor accesses publicly available film listings and does not require a login, account, or API key.
What data does the scraper return for each film? Each row in the dataset includes the film's title, director, release year, and a synopsis, among other standard metadata fields.
Can I filter films by multiple criteria at once? Yes. You can combine the genre, country, and director input fields to create a highly targeted scrape in a single run.
Is there a limit to how many films I can scrape? Free Apify users can scrape up to 10 films as a preview. Paid users can increase the maximum items limit up to 1,000,000 films per run.
How often is MUBI's catalog updated? MUBI adds a new film every day and removes one. You can schedule this Actor to run daily to capture the latest additions and maintain a historical record.
What output formats are supported? You can export your scraped film data to CSV, JSON, Excel, or XML directly from the Apify dataset.
Can I scrape MUBI's 'Now Showing' or 'Leaving Soon' sections? This Actor scrapes the general film catalog based on your filters. It does not have dedicated inputs for those specific sections, but the data returned reflects the current catalog.
Does this scraper get film ratings or cast lists? The Actor returns the core metadata available on the listing pages, which includes title, director, year, and synopsis. It does not extract full cast lists or user ratings.
What happens if my filter combination returns no results? The run will complete successfully but produce an empty dataset. Try broadening your filters, such as removing the director filter and keeping only the genre.
Is it legal to scrape MUBI? This Actor only extracts publicly available data. You should review MUBI's terms of service and ensure your use case complies with them and all applicable laws.

Related actors

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by MUBI, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer Free users are limited to 10 films (preview). Paid users can collect up to 1,000,000. 10
genre string Optional genre filter match (e.g. Drama, Documentary). not set
country string Optional country of origin match. not set
director string Optional director name match. not set

Pricing

from $2.44 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00244 to $0.0027

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~mubi-films-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run MUBI Films Scraper on Apify All scrapers