
Micro Actor
Pricing
Pay per usage
Go to Store

Micro Actor
tereza_vrchovinova/micro-actor
Super speedy Actor used for Cypress tests.
5.0 (1)
Pricing
Pay per usage
3
Monthly users
5
Runs succeeded
>99%
Last modified
2 months ago
Dockerfile
1FROM alpine
2RUN echo "building"
3CMD ["sh", "-c", "echo 'Hello Apify from the Micro Actor!'"]
INPUT_SCHEMA.json
1{
2 "title":"Input schema for Website Content Crawler",
3 "description":"Enter the start URL(s) of the website(s) to crawl, configure other optional settings, and run the Actor to crawl the pages and extract their text content.",
4 "type":"object",
5 "schemaVersion":1,
6 "properties":{
7 "startUrls":{
8 "title":"Start URLs",
9 "type":"array",
10 "description":"One or more URLs of the pages where the crawler will start. Note that the Actor will additionally only crawl sub-pages of these URLs. For example, for the start URL `https://www.example.com/blog`, it will crawl pages like `https://example.com/blog/article-1`, but will skip `https://example.com/docs/something-else`.",
11 "editor":"requestListSources",
12 "prefill":[
13 {
14 "url":"https://docs.apify.com/"
15 }
16 ]
17 }
18 }
19}
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.