Skip to main content

BeautifulSoupCrawlingContext

The crawling context used by the BeautifulSoupCrawler.

It provides access to key objects as well as utility functions for handling crawling tasks.

Hierarchy

Index

Properties

add_requests

add_requests: AddRequestsFunction

enqueue_links

enqueue_links: EnqueueLinksFunction

The BeautifulSoup EnqueueLinksFunction implementation.

get_key_value_store

http_response

http_response: HttpResponse

The HTTP response received from the server.

log

log: logging.Logger

proxy_info

proxy_info: ProxyInfo | None

push_data

push_data: PushDataFunction

request

request: Request

send_request

send_request: SendRequestFunction

session

session: Session | None

soup

soup: BeautifulSoup

The BeautifulSoup object for the current page.