Skip to content

Commit ac71f91

Browse files
authored
docs: various fixes (#2118)
Move quick start back to original placement (within Actors sub tree) Remove article before Apify Store <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Standardizes phrasing by removing “the” before “Apify Store” across multiple docs pages. > > - **Docs wording consistency**: > - Standardize references from "the Apify Store" to "Apify Store" (and related phrasing like "on Apify Store") across: > - `sources/academy/tutorials/api/run_actor_and_retrieve_data_via_api.md` > - `sources/academy/webscraping/scraping_basics_javascript/13_platform.md` > - `sources/academy/webscraping/scraping_basics_python/13_platform.md` > - `sources/platform/actors/publishing/index.mdx` > - `sources/platform/actors/publishing/monetize/pricing_and_costs.mdx` > - `sources/platform/actors/publishing/publish.mdx` > - `sources/platform/actors/publishing/quality_score.mdx` > - `sources/platform/actors/running/store.md` > - `sources/platform/collaboration/general-resource-access.md` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c5aec6c. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 22fb692 commit ac71f91

32 files changed

+18
-37
lines changed

sources/academy/tutorials/api/run_actor_and_retrieve_data_via_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Most Actors would not be much use if input could not be passed into them to chan
7171
7272
Good Actors have reasonable defaults for most input fields, so if you want to run one of the major Actors from [Apify Store](https://apify.com/store), you usually do not need to provide all possible fields.
7373

74-
Via API, let's quickly try to run [Web Scraper](https://apify.com/apify/web-scraper), which is the most popular Actor on the Apify Store at the moment. The full input with all possible fields is [pretty long and ugly](https://apify.com/apify/web-scraper?section=example-run), so we will not show it here. Because it has default values for most fields, we can provide a JSON input containing only the fields we'd like to customize. We will send a POST request to the endpoint below and add the JSON as the **body** of the request:
74+
Via API, let's quickly try to run [Web Scraper](https://apify.com/apify/web-scraper), which is the most popular Actor on Apify Store at the moment. The full input with all possible fields is [pretty long and ugly](https://apify.com/apify/web-scraper?section=example-run), so we will not show it here. Because it has default values for most fields, we can provide a JSON input containing only the fields we'd like to customize. We will send a POST request to the endpoint below and add the JSON as the **body** of the request:
7575

7676
```cURL
7777
https://api.apify.com/v2/acts/apify~web-scraper/runs?token=YOUR_TOKEN

sources/academy/webscraping/scraping_basics_javascript/13_platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ That said, the main goal of this lesson is to show how deploying to _any platfor
3434

3535
First, let's [create a new Apify account](https://console.apify.com/sign-up). We'll go through a few checks to confirm we're human and our email is valid—annoying but necessary to prevent abuse of the platform.
3636

37-
Apify serves both as an infrastructure where to privately deploy and run own scrapers, and as a marketplace, where anyone can offer their ready scrapers to others for rent. But let's hold off on exploring the Apify Store for now.
37+
Apify serves both as an infrastructure where to privately deploy and run own scrapers, and as a marketplace, where anyone can offer their ready scrapers to others for rent. But let's hold off on exploring Apify Store for now.
3838

3939
## Getting access from the command line
4040

sources/academy/webscraping/scraping_basics_python/13_platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ That said, the main goal of this lesson is to show how deploying to _any platfor
3030

3131
First, let's [create a new Apify account](https://console.apify.com/sign-up). We'll go through a few checks to confirm we're human and our email is valid—annoying but necessary to prevent abuse of the platform.
3232

33-
Apify serves both as an infrastructure where to privately deploy and run own scrapers, and as a marketplace, where anyone can offer their ready scrapers to others for rent. But let's hold off on exploring the Apify Store for now.
33+
Apify serves both as an infrastructure where to privately deploy and run own scrapers, and as a marketplace, where anyone can offer their ready scrapers to others for rent. But let's hold off on exploring Apify Store for now.
3434

3535
## Getting access from the command line
3636

sources/platform/quick-start/build_with_ai.md renamed to sources/platform/actors/development/quick-start/build_with_ai.md

File renamed without changes.

sources/platform/quick-start/images/actor-build.png renamed to sources/platform/actors/development/quick-start/images/actor-build.png

File renamed without changes.

sources/platform/quick-start/images/actor-create-button.png renamed to sources/platform/actors/development/quick-start/images/actor-create-button.png

File renamed without changes.

sources/platform/quick-start/images/actor-create-templates.png renamed to sources/platform/actors/development/quick-start/images/actor-create-templates.png

File renamed without changes.

sources/platform/quick-start/images/actor-create.gif renamed to sources/platform/actors/development/quick-start/images/actor-create.gif

File renamed without changes.

sources/platform/quick-start/images/actor-input.png renamed to sources/platform/actors/development/quick-start/images/actor-input.png

File renamed without changes.

sources/platform/quick-start/images/actor-local-code.png renamed to sources/platform/actors/development/quick-start/images/actor-local-code.png

File renamed without changes.

0 commit comments

Comments
 (0)