CSFD Scraper avatar
CSFD Scraper

Pricing

$25.00/month + usage

Go to Store
CSFD Scraper

CSFD Scraper

Developed by

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

Monthly users

2

Runs succeeded

97%

Last modified

4 months ago

DN

Every run of CSFD Scraper fails

Closed

Danca opened this issue
7 months ago

Every run of CSFD Scraper fails. I leave the request default in the input and still after canceling the run, Scraper pretends that I didn't even submit a request.

SD

spotless_dalmatin

4 months ago

I apologize for the late reply. Thanks, I will look into that over the next days.

danielherman avatar

I am afraid your input is incorrect. Here you put request key under request. There should be only one request.

1{
2  "debug_log": false,
3  "force_cloud": false,
4  "proxy_settings": {
5    "useApifyProxy": true
6  },
7  "requests": [
8    {
9      "requests": [
10        {
11          "request_type": "Sitemap"
12        }
13      ],
14      "user_agent": "ApifyFastScraper/1.0",
15      "force_cloud": false,
16      "push_data_size": 500,
17      "max_concurrency": 10,
18      "max_request_retries": 3,
19      "max_request_retry_timeout_ms": 10000,
20      "request_retry_wait_ms": 5000
21    }
22  ],
23  "user_agent": "ApifyFastScraper/1.0",
24  "push_data_size": 50,
25  "max_concurrency": 10,
26  "max_request_retries": 3,
27  "max_request_retry_timeout_ms": 10000,
28  "request_retry_wait_ms": 5000
29}

Instead you should use

1{
2  "debug_log": false,
3  "force_cloud": false,
4  "proxy_settings": {
5    "useApifyProxy": true
6  },
7  "requests": [
8    {
9      "request_type": "Sitemap"
10    }
11  ],
12  "user_agent": "ApifyFastScraper/1.0",
13  "push_data_size": 50,
14  "max_concurrency": 10,
15  "max_request_retries": 3,
16  "max_request_retry_timeout_ms": 10000,
17  "request_retry_wait_ms": 5000
18}

If you use only UI input in a browser, then just put there following

1[
2    {
3      "request_type": "Sitemap"
4    }
5]

I hope this helps. I will close the issue as I know this will solve the issue. If you have any other problem, please don't hesitate to open another issue.

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

30 minutes

Price

$25.00