UserData
Index
Methods
__delitem__
Parameters
optionalkeyword-onlykey: str
Returns None
__eq__
Parameters
optionalkeyword-onlyother: object
Returns bool
__getitem__
Parameters
optionalkeyword-onlykey: str
Returns JsonSerializable
__iter__
Returns Iterator[str]
__len__
Returns int
__setitem__
Parameters
optionalkeyword-onlykey: str
optionalkeyword-onlyvalue: JsonSerializable
Returns None
Properties
__pydantic_extra__
crawlee_data
Crawlee-specific configuration stored in the user_data
.
label
Label used for request routing.
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.