ApifyRequestList
Index
Methods
Methods
open
- Initialize a new instance from request list source input. - Parameters- optionalname: str | None = None- Name of the returned RequestList. 
- optionalrequest_list_sources_input: list[dict[str, Any]] | None = None- List of dicts with either url key or requestsFromUrl key. 
- optionalhttp_client: HttpClient | None = None- Client that will be used to send get request to urls defined by value of requestsFromUrl keys. 
 - Returns ApifyRequestList
Extends crawlee RequestList.
Method open is used to create RequestList from actor's requestListSources input.