Version: NextOn this pageApifyClientOptions Configuration options for ApifyClient.Index PropertiesbaseUrlmaxRetriesminDelayBetweenRetriesMillispublicBaseUrlrequestInterceptorstimeoutSecstokenuserAgentSuffixProperties optionalbaseUrlbaseUrl?: string = https://api.apify.comoptionalmaxRetriesmaxRetries?: number = 8optionalminDelayBetweenRetriesMillisminDelayBetweenRetriesMillis?: number = 500optionalpublicBaseUrlpublicBaseUrl?: string = https://api.apify.comAdded in 2.17.0optionalrequestInterceptorsrequestInterceptors?: (undefined | null | AxiosInterceptorFulfilled<ApifyRequestConfig>)[] = []optionaltimeoutSecstimeoutSecs?: number = 360optionaltokentoken?: stringoptionaluserAgentSuffixuserAgentSuffix?: string | string[]Added in 2.10.0
Configuration options for ApifyClient.