Helper ClassesAddRequestsFunctionOn this pageAddRequestsFunction crawlee._types.AddRequestsFunctionType of a function for adding URLs to the request queue with optional filtering. This helper method simplifies the process of adding requests to the request provider. It opens the specified request provider and adds the requests to it.Index Methods__call__Methods __call__ __call__(requests, kwargs): Coroutine[None, None, None]Parametersrequests: Sequence[str | BaseRequestData | Request]kwargs: Unpack[AddRequestsKwargs]Returns Coroutine[None, None, None]
Type of a function for adding URLs to the request queue with optional filtering.
This helper method simplifies the process of adding requests to the request provider. It opens the specified request provider and adds the requests to it.