Micro Actor
Try for free
No credit card required
Go to Store
Micro Actor
tereza_vrchovinova/micro-actor
Try for free
No credit card required
Super speedy Actor used for Cypress tests.
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}
Developer
Maintained by Community
Actor Metrics
5 monthly users
-
2 stars
>99% runs succeeded
Created in Feb 2024
Modified 2 months ago
Categories