PlaywrightCrawler
to use http_client
because it doesn't use it.http_client
is for HTTP based crawlers.PlaywrightCrawler
is a browser-based crawler.desired_concurrency
to be initiated when the crawler starts. Also the number of tasks affects the calculation of the current current_concurrency
. You can read more in this issue - https://github.com/apify/crawlee-python/issues/786#issuecomment-2527802437.