RapidTech1898R
Apify & Crawlee8mo ago
3 replies
RapidTech1898

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
Scraper example built with Selenium and headless Chrome browser to scrape a website and save the results to storage. A popular alternative to Playwright.
Selenium + Chrome · Template · Apify
Apify
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.
Apify: Full-stack web scraping and data extraction platform
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
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.
Inputs & outputs | Academy | Apify Documentation
Was this page helpful?