I trying to build a site scraper with DataForSEO and I manage to pull all the relevant information from a URL using a series of iterators.
I get all the text in separate operations that each output a bundle with the “value” that I want.
But I am simple not able to combine them into one text.
I have seen that many others have had the same “challenge” and the recommendations is to use aggregators. I have tried the text aggregator and array aggregator with I get as many operations output as I feed as input. I must be doing some rookie mistake.