AddRequestsResponse | API | Crawlee for Python · Fast, reliable Python web crawlers.

Model for a response to add requests to a queue.

Contains detailed information about the processing results when adding multiple requests to a queue. This includes which requests were successfully processed and which ones encountered issues during processing.

Index

Properties

model_config

processed_requests

Successfully processed requests, including information about whether they were already present in the queue and whether they had been handled previously.

unprocessed_requests

Requests that could not be processed, typically due to validation errors or other issues.