CSFD Scraper avatar
CSFD Scraper

Pricing

$25.00/month + usage

Go to Store
CSFD Scraper

CSFD Scraper

Developed by

Daniel Herman

Daniel Herman

Maintained by Community

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

0.0 (0)

Pricing

$25.00/month + usage

1

Total users

10

Monthly users

2

Runs succeeded

97%

Last modified

4 months ago

You can access the CSFD Scraper programmatically from your own applications by using the Apify API. You can also 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: