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
docs: update references to SDK/Crawlee + more (#430)
- Updated links, mentioned Crawlee where applicable.
- Update/removed some unrelated things which I noticed on the go (e.g. note about migration to new billing, etc).
Copy file name to clipboardExpand all lines: content/docs/about.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ If your needs are more specific, you can order a [custom solution](https://apify
17
17
18
18
## [](#get-started) Get started
19
19
20
-
Check out [this video](https://www.youtube.com/watch?v=BsidLZKdYWQ&t=115s) on how to use our **Amazon Scraper** ([vaclavrut/amazon-crawler](https://apify.com/vaclavrut/amazon-crawler)). It introduces how web scraping can help your business and serves as a foundation on how to start using other ready-made actors.
20
+
Check out [this video](https://www.youtube.com/watch?v=BsidLZKdYWQ) on how to use our **Amazon Scraper** ([vaclavrut/amazon-crawler](https://apify.com/vaclavrut/amazon-crawler)). It introduces how web scraping can help your business and serves as a foundation on how to start using other ready-made actors.
21
21
22
22
For an overview of all of Apify's features, take a [tour of the platform](https://www.youtube.com/watch?v=nn-bCRvhNUM).
Copy file name to clipboardExpand all lines: content/docs/access_rights.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ By default, each system resource (actor, key-value store, run, ...) you create i
13
13
14
14
## [](#granting-access-rights) Granting access rights
15
15
16
-
You can easily and securely share your own resources - actors, tasks, key-value stores, datasets and request queues using a [granular](https://www.google.com/search?client=firefox-b-d&q=define+granular+permissions) permissions system. This enables you to, for example, allow your colleague to run an [actor]({{@link actors.md}}) or view a [dataset]({{@link storage/dataset.md}}) but not to modify them.
16
+
You can easily and securely share your own resources - actors, tasks, key-value stores, datasets and request queues using a [granular](https://www.google.com/search?client=firefox-b-d&q=define+granular+permissions) permissions system. This enables you to, for example, allow your colleague to run an [actor]({{@link actors.md}}) or view a [dataset]({{@link storage/dataset.md}}), but not to modify them.
17
17
18
18
You can also grant permission to update an actor and build a new version.
19
19
[Storages]({{@link storage.md}}) (key-value stores, request queues and datasets) are sharable the same way with, for example, just **read** permission, or a combination of both **read** and **write** permissions.
20
20
21
-
> To be able to grant access rights to another user you must have a **username** set in [account settings](https://console.apify.com/account#/profile).
21
+
> To be able to grant access rights to another user you must have a **username** set in [account settings](https://console.apify.com/account?tab=settings).
22
22
23
23
To share an actor, task, key-value store, request queue or dataset, open its **Settings** tab and at the very bottom you will find the **Access rights** section. You can add a collaborator using their **user ID**, **email** or **username**. Once you have added the collaborator, you can configure their permissions.
|Read|View schedule settings and scheduled actors/tasks.|
82
+
|Write|Edit schedule settings and scheduled actors/tasks.|
83
+
|Delete|Remove the schedule.|
84
84
85
85
To learn about schedules, see the [documentation]({{@link schedules.md}}).
86
86
87
87
## [](#proxy) Proxy
88
88
89
-
|Permission|Description|
90
-
|---|---|
91
-
|Proxy|Allow to use Apify Proxy.|
89
+
|Permission|Description|
90
+
|------------|---------------------------|
91
+
|Proxy|Allow to use Apify Proxy.|
92
92
93
93
To learn about Apify Proxy, see its [documentation]({{@link proxy.md}}).
94
94
95
95
## [](#user-permissions) User permissions
96
96
97
97
Permissions that can be granted to members of organizations. To learn about the organization account, see its [documentation]({{@link access_rights/organization_account.md}}).
98
98
99
-
|Permission|Description|
100
-
|---|---|
101
-
|Manage access keys|Manage account access keys, i.e. API token and proxy password.|
102
-
|Update subscription|Update the type of subscription, billing details and payment methods.|
103
-
|Update profile|Make changes in profile information.|
104
-
|Update email|Update the contact email for the account.|
105
-
|Reset password|Reset the account's password.|
106
-
|View invoices|See the account's invoices.|
107
-
|Manage organization|Change the organization's settings.|
108
-
109
-
## [](#Custom Solutions) Custom Solutions
110
-
111
-
|Permission|Description|
112
-
|---|---|
113
-
|Custom Solutions|Allow access to Custom Solutions.|
Copy file name to clipboardExpand all lines: content/docs/access_rights/organization_account.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,6 @@ paths:
8
8
9
9
# Organization account
10
10
11
-
> The organization account is only available to accounts using our [new billing system](https://blog.apify.com/launching-new-billing-system-3a26f8384a44). If you see the [migration message](https://blog.apify.com/launching-new-billing-system-3a26f8384a44#92f7) when you [log in](https://console.apify.com), you will need to migrate.
Organization accounts allow groups to collaborate on projects. It enables you to manage your team members' [permissions]({{@link access_rights/list_of_permissions.md}}) and to centralize your billing without having to share the credentials of a single personal account.
15
12
16
13
You can [switch]({{@link access_rights/organization_account/how_to_use.md#in-the-apify-console}}) between your personal and organization accounts in just two clicks: in the [Apify Console](https://console.apify.com), click the account button in the top-left corner, then select the organization.
@@ -24,7 +21,7 @@ You can set up an organization in two ways.
24
21
25
22
## [](#availability-and-pricing) Availability and pricing
26
23
27
-
The organization account is available on our Team, Business, and Custom plans. [Visit our pricing page](https://apify.com/pricing) for more information.
24
+
The organization account is available on all our plans. [Visit our pricing page](https://apify.com/pricing) for more information.
28
25
29
26
## [](#create-a-new-organization) Create a new organization
30
27
@@ -52,15 +49,15 @@ Then, under the **Organizations** [tab](https://console.apify.com/account#/myorg
52
49
53
50
Next, set the organization's name and click **Convert**.
54
51
55
-
And that's it! Your personal account becomes the organization and you will be logged out automatically. You can now log into your new personal account with the same credentials as you are currently logged in with. This applies to both **password** and **OAuth** methods.
52
+
And that's it! Your personal account becomes the organization, and you will be logged out automatically. You can now log into your new personal account with the same credentials as you are currently logged in with. This applies to both **password** and **OAuth** methods.
56
53
57
54
For information on [adding members and assigning roles]({{@link access_rights/organization_account/setup.md}}), see the Setup page.
58
55
59
56
## [](#billing) Billing
60
57
61
58
Actor and task runs are billed to the account they are started from. **Always make sure you start your runs from the correct account** to avoid having an organization's runs billed to your personal account.
62
59
63
-
The Team plan is [restricted to 3 seats](https://apify.com/pricing), while the Business plan comes with 5, which you can increase later. If you are on the Business plan and want to add some more seats to the 5 it comes with, head over to your [Billing page and click on Subscriptions](https://console.apify.com/billing-new#/subscription). Click on **Upgrade**, and, in the **Add-ons** section, and add as many additional seats as you need. Then, just complete the upgrade process, and you're done.
60
+
The Free and Personal plans are [restricted to 9 seats](https://apify.com/pricing), while the Team plan comes with 9, which you can increase later. If you are on the Team plan and want to add some more seats to the 9 it comes with, head over to your [Billing page and click on Subscriptions](https://console.apify.com/billing-new#/subscription). Click on **Upgrade**, and, in the **Add-ons** section, and add as many additional seats as you need. Then, just complete the upgrade process, and you're done.
64
61
65
62

Copy file name to clipboardExpand all lines: content/docs/access_rights/organization_account/how_to_use.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can switch into **Organization account** view using the account button in th
20
20
21
21

22
22
23
-
In the menu, the account you are currently using is displayed at the top, with all the accounts you can switch to displayed below. When you need to get back to your personal account, you can just switch right back to it–no need to log in and out.
23
+
In the menu, the account you are currently using is displayed at the top, with all the accounts you can switch to displayed below. When you need to get back to your personal account, you can just switch right back to it – no need to log in and out.
24
24
25
25
The resources you can access and account details you can edit will depend on your [permissions]({{@link access_rights/list_of_permissions.md#user-permissions}}) in the organization.
Copy file name to clipboardExpand all lines: content/docs/actors/development.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ In this section, you can find documentation on creating your own actors using th
17
17
18
18
Here are some resources that will help you go from beginner to pro. If you have any questions, join other devs on our [Discord server](https://discord.gg/jyEM2PRvMU) or contact us at [[email protected]](mailto:[email protected]).
19
19
20
-
- Get familiar with [the Apify platform](https://www.youtube.com/watch?v=XPF0kbyvoOs) and [actors]({{@link actors.md}}).
20
+
- Get familiar with [the Apify platform](https://www.youtube.com/watch?v=nn-bCRvhNUM) and [actors]({{@link actors.md}}).
21
21
-[Check out our public wiki](https://gitlab.com/apify-public/wiki/-/wikis/home). It contains key information, best practices, and advice for building actors.
22
22
-[How to and how not to write an actor](https://gitlab.com/apify-public/wiki/-/wikis/writing-actors/how-to-write-and-not-write-an-actor).
23
23
-[Actor performance and optimization](https://gitlab.com/apify-public/wiki/-/wikis/writing-actors/actor-performance-and-optimization).
0 commit comments