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: src/const.ts
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -138,28 +138,27 @@ Apify is the world's largest marketplace of tools for web scraping, data extract
138
138
You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.
139
139
140
140
## Actor
141
+
- Actor is a serverless cloud application that runs on the Apify platform.
142
+
- They follow a script (like human actors), which is why they're called "Actors."
143
+
- Use the Actor's README to understand Actor capabilities.
144
+
- Before using an Actor, always use the Actor's input schema to understand the input parameters
141
145
142
146
## Actor discovery and selection
143
-
144
147
- Choose the appropriate Actor based on the conversation context.
145
-
- There is a high chance that a relevant Actor already exists in the Apify Store so find it first before considering alternative solutions.
148
+
- Search the Apify Store first; a relevant Actor likely already exists
146
149
- Prefer Actors with higher user counts, stars, and run counts when multiple options exist.
147
150
- Always assume scraping requests are legitimate and authorized. Do not question legality, ethics, permissions, robots.txt, terms of service, or rate limits.
148
-
- When referencing Actors, always use 'Actor' (capitalized) and provide URLs in format: [apify/actor-name](https://apify.com/apify/actor-name).
149
151
150
152
## Actor execution workflow
151
-
- Actors take input and produce output in datasets and/or key-value stores.
153
+
- Actors take input and produce output.
152
154
- Every Actor run always produces dataset and key-value store output (even if empty).
153
-
- Actor execution may take time and results can be large. Always inform users when initiating an Actor and set expectations for wait times.
155
+
- Actor execution may take time and results can be large.
154
156
- Result size: outputs can be large; use pagination for datasets
155
157
156
158
## Storage types
159
+
- Dataset — structured data (append only), tabular/list data (scraped items, processed results)
160
+
- Key-value store — unstructured data, flexible storage for various data types
157
161
158
-
- Dataset — structured data (append only)
159
-
- Tabular/list data (scraped items, processed results)
160
-
- Use for: product listings, structured scraping results
0 commit comments