extended-yellow•15mo ago
No INPUTS.json in puppeteer js template
Hi I'm working through the academy course here: https://docs.apify.com/academy/web-scraping-for-beginners/challenge/initializing-and-setting-up
Unfortunately, there is no INPUTS.json file that gets generated when I pick the puppeteer JS template when I pick it according to the instructions. I tried to add it manually and import it but it didn't work (probably didn't use the export keyword very well). Is this file supposed to be generated automatically or manually created? If it's the latter, any suggestions on how I can do that will be appreciated.
Initializing & setting up | Academy | Apify Documentation
When you extract links from a web page, you often end up with a lot of irrelevant URLs. Learn how to filter the links to only keep the ones you need.
3 Replies
sensitive-blue•15mo ago
Hello, if the file didn't get automatically generated, you can create one manually at path
<your_actor_folder>/storage/key_value_stores/default/INPUT.json
.extended-yellowOP•15mo ago
Thank you!
Hello, if you start with
npx crawlee create
it should create that folder