CA
dependent-tan
Extending Output
I am thinking it is an easy question, but I am at a loss. Trying to use the "simple" results option for a Zillow scraper but do need to add a few fields back in. What would I put into the Apify "Extend Output" area in order to add and collect addtional fields... here is what I have and does not work...
async ({ item, data }) => {
item.builderName = data.builderName;
return item.;
The raw field is labeled as "builderName". How can I collect that info in additional to the "simple results" in the output data? Can someone use the info I typed above to show what I can copy and past into that area of the "task setup" JSON builder area on apify.

0 Replies