CSFD Scraper avatar

CSFD Scraper

Try for free

1 day trial then $25.00/month - No credit card required now

View all Actors
CSFD Scraper

CSFD Scraper

danielherman/csfd-scraper
Try for free

1 day trial then $25.00/month - No credit card required now

CSFD Scraper is a blazingly fast web scraper powered by Rust on the backend. It allows you to scrape csfd.cz

You can access the CSFD 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  "requests": [
3    {
4      "request_type": "View",
5      "url": "https://www.csfd.cz/film/17592-ctyri-svatby-a-jeden-pohreb/prehled/"
6    },
7    {
8      "request_type": "View",
9      "url": "https://www.csfd.cz/film/1490468-survivor-cesko-slovensko/prehled/"
10    },
11    {
12      "request_type": "View",
13      "url": "https://www.csfd.cz/film/68990-star-trek-hluboky-vesmir-devet/494608-serie-6/prehled/"
14    },
15    {
16      "request_type": "ViewReviews",
17      "url": "https://www.csfd.cz/film/14855-mlady-draci-ninja-2/recenze/"
18    },
19    {
20      "request_type": "ViewReviews",
21      "url": "https://www.csfd.cz/film/68990-star-trek-hluboky-vesmir-devet/494630-zuctovani/recenze/"
22    },
23    {
24      "request_type": "ViewRatings",
25      "url": "https://www.csfd.cz/film/14825-spirit-of-man/prehled//"
26    },
27    {
28      "request_type": "User",
29      "url": "https://www.csfd.cz/uzivatel/195357-verbal/"
30    },
31    {
32      "request_type": "UserReviews",
33      "url": "https://www.csfd.cz/uzivatel/195357-verbal/recenze/"
34    }
35  ],
36  "proxy_settings": {
37    "useApifyProxy": true
38  }
39}' |
40apify call danielherman/csfd-scraper --silent --output-dataset

CSFD Scraper API through CLI

The Apify CLI is the official tool that allows you to use CSFD 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:

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 0 stars
  • 100.0% runs succeeded
  • Created in Jun 2024
  • Modified 3 months ago