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

>99%

Last modified

5 months ago

DN

Every run of CSFD Scraper fails

Closed

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

5 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.

{
"debug_log": false,
"force_cloud": false,
"proxy_settings": {
"useApifyProxy": true
},
"requests": [
{
"requests": [
{
"request_type": "Sitemap"
}
],
"user_agent": "ApifyFastScraper/1.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
}
],
"user_agent": "ApifyFastScraper/1.0",
"push_data_size": 50,
"max_concurrency": 10,
"max_request_retries": 3,
"max_request_retry_timeout_ms": 10000,
"request_retry_wait_ms": 5000
}

Instead you should use

{
"debug_log": false,
"force_cloud": false,
"proxy_settings": {
"useApifyProxy": true
},
"requests": [
{
"request_type": "Sitemap"
}
],
"user_agent": "ApifyFastScraper/1.0",
"push_data_size": 50,
"max_concurrency": 10,
"max_request_retries": 3,
"max_request_retry_timeout_ms": 10000,
"request_retry_wait_ms": 5000
}

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

[
{
"request_type": "Sitemap"
}
]

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.