CSFD Scraper
by danielherman
A fast, Rust-powered web scraper for CSFD.cz. Automatically extract movie details, ratings, and reviews into structured JSON for analysis or databases.
Opens on Apify.com
About CSFD Scraper
Need to pull movie ratings, reviews, or cast details from CSFD.cz? I've been there. Manually copying that data is a slow, painful process. That's why I built this scraper. It runs on Rust under the hood, which means it's seriously fast and reliable—it just doesn't quit, even on large jobs. You point it at CSFD.cz, and it fetches structured data like film details, user ratings, and full review text without you ever touching a browser. I use it mainly for building film databases, analyzing critic vs. audience scores over time, and gathering datasets for research projects. The speed is the real game-changer; what used to take hours of manual work now finishes in minutes. It outputs clean JSON, so you can pipe the data directly into your app, spreadsheet, or analysis tool without any fuss. If you're working with Czech cinema data, this tool handles the tedious extraction part so you can focus on the interesting analysis.
What does this actor do?
CSFD Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
CSFD Scraper
A fast, efficient web scraper for static HTML pages on csfd.cz. Built with Rust, it scrapes without rendering pages, using minimal memory (128 MB) to maximize Apify credit efficiency. Benchmark data is available at https://apify.com/danielherman/fast-scraper.?fpr=python_automation
Key Features
- High Performance: Rust backend enables fast scraping of static HTML.
- Low Resource Usage: Operates within a 128 MB memory limit.
- Credit Efficient: Designed to minimize compute consumption on Apify.
- Concurrent Processing: Configurable concurrency for parallel requests.
- Flexible Request Handling: Supports per-request headers and user-agent overrides.
How to Use
Configure the actor via the Input tab. The core of the input is a requests array, where each request object specifies what to scrape.
Request Structure
{
"request_type": "string", // Required
"url": "string", // Optional (required for most types)
"id": "string", // Optional custom identifier for tracking
"headers": {}, // Optional request-specific headers
"user-agent": "string" // Optional request-specific user agent
}
Only request_type is mandatory. The url field is required for most types but ignored for Sitemap. The id is passed through to the output for request tracking. Request-level headers and user-agent override any globally set values.
Supported Page Types (request_type)
Sitemap: Scrapes all URLs from the exposed csfd.cz sitemap. Runs as a single request.View: Extracts information from movie, serial, series, or episode overview pages (URLs containing/prehled).ViewReviews: Retrieves comments for a specific movie, serial, series, or episode.User: Gets information about a user profile.UserReviews: Fetches a user's reviews.Ratings: Scrapes all user ratings for a specific title.
Planned types: Creator, Program.
Input/Output
Input Configuration
Global parameters apply to all requests but can be overridden at the request level.
{
"requests": [ /* Array of request objects */ ],
"headers": { /* Global HTTP headers */ },
"user_agent": "Mozilla/5.0...",
"force_cloud": false,
"push_data_size": 500,
"max_concurrency": 10,
"max_request_retries": 3,
"max_request_retry_timeout_ms": 10000,
"request_retry_wait_ms": 5000
}
Note: Global headers cannot be deleted at the request level, only overridden with new values.
Output
Scraped data is pushed to the dataset. The order of results in the output will likely differ from the order of requests in the input array. Each output item will include the id field if one was provided in the corresponding request.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try CSFD Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- danielherman
- Pricing
- Paid
- Total Runs
- 568
- Active Users
- 16
Related Actors
Web Scraper
by apify
Cheerio Scraper
by apify
Website Content Crawler
by apify
Legacy PhantomJS Crawler
by apify
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support