Connecting actors

I want to connect 2 actors and pull data from the first as an input in the second. I am scraping indeed then I want to run a google search scrape with the company name. How can I do this?
1 Reply
deep-jade
deep-jade15mo ago
Integrate https://docs.apify.com/platform/integrations/actors first actor with https://apify.com/lukaskrivka/dedup-datasets and remap dataset to input, then add integration from dedup actor to second actor. You will end up with 3 actors instead of two however this way anything might be connected to anything. If you don't mind third party services consider Zapier or alike, approach is the same: finished run from actor1 - remap dataset to new input - run actor2

Did you find this page helpful?