ParselCrawler
crawlee.parsel_crawler._parsel_crawler.ParselCrawler
Index
Constructors
Constructors
__init__
Initialize the ParselCrawler.
Parameters
additional_http_error_status_codes: Iterable[int] = ()keyword-only
ignore_http_error_status_codes: Iterable[int] = ()keyword-only
kwargs: Unpack[BasicCrawlerOptions[ParselCrawlingContext]]
Returns None
A crawler that fetches the request URL using
httpx
and parses the result withParsel
.