CSFD Scraper avatar

CSFD Scraper

Try for free

30 minutes trial then $25.00/month - No credit card required now

Go to Store
CSFD Scraper

CSFD Scraper

danielherman/csfd-scraper
Try for free

30 minutes 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

DN

Every run of CSFD Scraper fails

Closed

Danca opened this issue
3 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

21 days 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.

Developer
Maintained by Community

Actor Metrics

  • 7 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • 6.6 days response time

  • Created in Jun 2024

  • Modified 21 days ago