Need help deploying actor to apify and starting it from CLI
Budget: $25 – $50 USD
I have an typescript actor for the apify platform. It works perfectly locally and it deploys to apify without any errors.
I need help getting it to read my input values and also help with constructing the CLI command needed to run it.
From the log
2023-10-21T04:02:43.217Z > Input: {"url":"https://exapmle.com"}
2023-10-21T04:02:43.221Z Input 'url' is required.
If you have previous experience with developing actors for apify I would like to hear from you.
Source code:
https://github.com/ToFab/typescriptactor
I need help getting it to read my input values and also help with constructing the CLI command needed to run it.
From the log
2023-10-21T04:02:43.217Z > Input: {"url":"https://exapmle.com"}
2023-10-21T04:02:43.221Z Input 'url' is required.
If you have previous experience with developing actors for apify I would like to hear from you.
Source code:
https://github.com/ToFab/typescriptactor