Connecting 2 Apify Nodes?

Hey @mikefutia - This won’t be possible unfortunately with the Apify Task Runner node as there are no inputs available for the task. You’ll have to replace that with a custom node with relevant inputs and then use Apify’s HTTP API endpoint to send the request with the relevant URLs.

This should be fairly easy to setup as Apify already provides the code template, eg: https://apify.com/apify/instagram-post-scraper/api which you can paste in the AI prompt within the custom node builder.

Doc: https://docs.gumloop.com/nodes/custom_node_details
Video Tutorial: https://www.youtube.com/watch?v=yHjxbmdg-cI&ab_channel=Gumloop
Custom Node Workshop: https://www.youtube.com/watch?v=ovCCWfgWv4M

Let me know if this makes sense and works for you.