You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/console/billing.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ The **Historical usage** tab provides a detailed view of your monthly platform u
27
27
The tab features an adjustable bar chart. This chart can be customized to display statistics either on a monthly or daily basis. Additionally, you can view these statistics as absolute or cumulative numbers, providing flexibility in how you analyze your usage data.
28
28
29
29
:::info Monthly usage data
30
+
30
31
Since billing cycles can shift, the data in the **Historical usage** tab is shown for calendar months.
Copy file name to clipboardExpand all lines: sources/platform/console/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ This is the most common way of creating an account. You just need to provide you
24
24
After you click the **Sign up** button, we will send you a verification email. The email contains a link that you need to click on or copy to your browser to proceed to automated email verification. After we verify your email, you will proceed to Apify Console.
25
25
26
26
:::info CAPTCHA
27
+
27
28
We are using Google reCAPTCHA to prevent spam accounts. Usually, you will not see it, but if Google evaluates your browser as suspicious, they will ask you to solve a reCAPTCHA before we create your account and send you the verification email.
29
+
28
30
:::
29
31
30
32
If you did not receive the email, you can visit the [sign-in page](https://console.apify.com/sign-in). There, you will either proceed to our verification page right away, or you can sign in and will be redirected afterward. On the verification page, you can click on the **Resend verification email** button to send the email again.
Copy file name to clipboardExpand all lines: sources/platform/console/two-factor-authentication.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,9 @@ In this step, you will see 16 recovery codes. If you ever lose access to your au
45
45
Under the recovery codes, you will find two fields for your recovery information. These two fields are what the support team will ask you to provide in case you lose access to your authenticator app and also to your recovery codes. We will never use the phone number for anything other than to verify your identity and help you regain access to your account, only as a last resort. Ideally, the personal information you provide will be enough to verify your identity. Always provide both the kind of personal information you provide and the actual information.
46
46
47
47
:::info Personal information
48
+
48
49
What kind of personal information you provide is completely up to you. It does not even have to be personal, as long as it's secure and easy to remember. For example, it can be the name of your pet, the name of your favorite book, some secret code, or anything else. Keep in mind who has access to that information. While you can use the name of your pet, if you share information about your pet on public social media, it's not a good choice because anyone on the internet can access it. The same goes for any other information you provide.
50
+
49
51
:::
50
52
51
53
You will not be able to enable the two-factor authentication until you click on the **Download** / **Copy** buttons or copy the codes manually. After you do that, the **Continue** button will light up, and you can click on it to enable the two-factor authentication. The authentication process will then enable the two-factor authentication for your account and show a confirmation.
@@ -69,7 +71,9 @@ In case you lose access to your authenticator app, you can use the recovery code
69
71
If the provided recovery code is correct, you will proceed to Apify Console, the same as if you provided the code from the authenticator app. After gaining access to Apify Console, we recommend going to the [Login & Privacy](https://console.apify.com/settings/security) section of your account settings, disabling the two-factor authentication there, and then enabling it again with the new authenticator app.
70
72
71
73
:::info Removal of recovery codes
74
+
72
75
When you successfully use a recovery code, we remove the code from the original list as it's no longer possible to use it again. If you use all of your recovery codes, you will not be able to sign in to your account with them anymore, and you will need to either use your authenticator app or contact our support to help you regain access to your account.
76
+
73
77
:::
74
78
75
79

@@ -89,7 +93,9 @@ If you lose access to your authenticator app and do not have any recovery codes
89
93
For our support team to help you recover your account, you will need to provide them with the personal information you have configured during the two-factor authentication setup. If you provide the correct information, the support team will help you regain access to your account.
90
94
91
95
:::caution
96
+
92
97
The support team will not give you any clues about the information you provided; they will only verify if it is correct.
98
+
93
99
:::
94
100
95
101
You can always check what information you provided by going to the [Login & Privacy](https://console.apify.com/settings/security) section of your account settings, to the **Two-factor authentication** section, and clicking on the **Recovery settings** button, then you should see a view like this:
All usage of Apify Proxy with your password is charged towards your account. Do not share the password with untrusted parties or use it from insecure networks, as **the password is sent unencrypted** due to the HTTP protocol's [limitations](https://www.guru99.com/difference-http-vs-https.html).
25
+
24
26
:::
25
27
26
28
### External connection
@@ -36,7 +38,9 @@ If you need to test Apify Proxy before you subscribe, please [contact our suppor
36
38
| Password | Apify Proxy password. Your password is displayed on the [Proxy](https://console.apify.com/proxy/groups) page in Apify Console. <br/>**Note**: this is not your Apify account password. |
37
39
38
40
:::caution
41
+
39
42
If you use these connection parameters for connecting to Apify Proxy from your Actors running on the Apify Platform, the connection will still be considered external, it will not work on the Free plan, and on paid plans you will be charged for external data transfer. Please use the connection parameters from the [Connection from Actors](#connection-from-actors) section when using Apify Proxy from Actors.
43
+
40
44
:::
41
45
42
46
Example connection string for external connections:
Copy file name to clipboardExpand all lines: sources/platform/schedules.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ slug: /schedules
13
13
Schedules allow you to run your Actors and tasks at specific times. You schedule the run frequency using [cron expressions](#cron-expressions).
14
14
15
15
:::note Timezone & Daylight Savings Time
16
+
16
17
Schedules allow timezone settings and support daylight saving time shifts (DST).
18
+
17
19
:::
18
20
19
21
You can set up and manage your Schedules using:
@@ -26,8 +28,10 @@ You can set up and manage your Schedules using:
26
28
When scheduling a new Actor or task run, you can override its input settings using a JSON object similarly to when invoking an Actor or task using the [Apify REST API](/api/v2/schedules).
27
29
28
30
:::note Events Startup Variability
31
+
29
32
In most cases, scheduled events are fired within one second of their scheduled time. <br/>
30
33
However, runs can be delayed because of a system overload or a server shutting down.
34
+
31
35
:::
32
36
33
37
Each schedule can be associated with a maximum of _10_ Actors and _10_ Actor tasks.
@@ -39,7 +43,9 @@ Before setting up a new schedule, you should have the [Actor](./actors/index.mdx
39
43
To schedule an Actor, you need to have run it at least once before. To run the Actor, navigate to the Actor's page through [Apify Console](https://console.apify.com/store), where you can configure and initiate the Actor's run with your preferred settings by clicking the **Start** button. After this initial run, you can then use Schedules to automate future runs.
40
44
41
45
:::info Name Length
46
+
42
47
Your schedule's name should be 3–63 characters long.
48
+
43
49
:::
44
50
45
51
### Apify Console
@@ -78,7 +84,9 @@ To create a new [schedule](/api/v2/schedules) using the Apify API, send a `POST`
78
84
You can find your [secret API token](./integrations/index.mdx) under the [Integrations](https://console.apify.com/account?tab=integrations) tab of your Apify account settings.
79
85
80
86
:::caution API authentication recommendations
87
+
81
88
When providing your API authentication token, we recommend using the request's `Authorization` header, rather than the URL ([more info](/api/v2#authentication)).
89
+
82
90
:::
83
91
84
92
In the `POST` request's payload should be a JSON object specifying the schedule's name, your [user ID](https://console.apify.com/account#/integrations), and the schedule's _actions_.
0 commit comments