Mubi Film Scraper
14 days trial then $4.00/month - No credit card required now
Mubi Film Scraper
14 days trial then $4.00/month - No credit card required now
The Mubi List Scraper is a powerful tool built to scrape detailed film data from the Mubi Lists. It can retrieve important film data such as film title, release year, duration, genre, average ratings, director's name, and more.
You can access the Mubi Film Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 {
4 "url": "https://mubi.com/lists/i-love-sci-fi"
5 }
6 ],
7 "proxy": {
8 "useApifyProxy": true,
9 "apifyProxyCountry": "US"
10 },
11 "resultsLimit": 20
12}' |
13apify call mscraper/mubi-list-scraper --silent --output-dataset
Mubi Film Scraper API through CLI
The Apify CLI is the official tool that allows you to use Mubi Film Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: