Running actgor with different input-parameter?
Hello, i tired the following template for python:
https://apify.com/templates/python-selenium
worked generally fine.
But how can i run the actor with different urls?
(i tried to change the prefill url in input_schema.json but it seems allways stick to https://apify.com as url-input?)
Apify
Selenium + Chrome · Template · Apify
Scraper example built with Selenium and headless Chrome browser to scrape a website and save the results to storage. A popular alternative to Playwright.
Apify
Apify: Full-stack web scraping and data extraction platform
Cloud platform for web scraping, browser automation, AI agents, and data for AI. Use 4,500+ ready-made tools, code templates, or order a custom solution.
Solution:Jump to solution
storage > key value storage > INPUT.json
There you can provide the inputs to your actor.
More info here: https://docs.apify.com/academy/deploying-your-code/inputs-outputs...
Inputs & outputs | Academy | Apify Documentation
Learn to accept input into your Actor, do something with it, and then return output. Actors can be written in any language, so this concept is language agnostic.
1 Reply
Solution
storage > key value storage > INPUT.json
There you can provide the inputs to your actor.
More info here: https://docs.apify.com/academy/deploying-your-code/inputs-outputs
Inputs & outputs | Academy | Apify Documentation
Learn to accept input into your Actor, do something with it, and then return output. Actors can be written in any language, so this concept is language agnostic.