
Micro Actor
Pricing
Pay per usage
Go to Store

Micro Actor
Super speedy Actor used for Cypress tests.
5.0 (1)
Pricing
Pay per usage
3
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
5 months ago
Dockerfile
FROM alpineRUN echo "building"CMD ["sh", "-c", "echo 'Hello Apify from the Micro Actor!'"]
INPUT_SCHEMA.json
{ "title":"Input schema for Website Content Crawler", "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.", "type":"object", "schemaVersion":1, "properties":{ "startUrls":{ "title":"Start URLs", "type":"array", "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`.", "editor":"requestListSources", "prefill":[ { "url":"https://docs.apify.com/" } ] } }}