UserData
crawlee._request.UserData
Index
Methods
__delitem__
Parameters
key: str
Returns None
__eq__
Parameters
other: object
Returns bool
__getitem__
Parameters
key: str
Returns JsonSerializable
__iter__
Returns Iterator[str]
__len__
Returns int
__setitem__
Parameters
key: str
value: JsonSerializable
Returns None
Properties
__pydantic_extra__
pyright: ignore
Represents the
user_data
part of a Request.Apart from the well-known attributes (
label
and__crawlee
), it can also contain arbitrary JSON-compatible values.