CA
stormy-gold

Automating Exports from Apify to Airtable with make.com

Hi! With make.com I created a scenario, where each time I update or add a row in Airtable, it triggers the run of an Apify task (Google Search Result scraper). It overrides the query with the input from my table. I would like to automate receiving the results (aka the column "description") from the Apify output, ideally all summed up in one field, in Airtable. Make.com offers me some data to export, not the description though. I asked the make.com support, whos feedback was: ​"You can use the HTTP module if there is an API available on the Apify platform to get the description." Is there an API available to get the description? Can someone help?
1 Reply
unwilling-turquoise
unwilling-turquoise2y ago
Hey @JohannaKMod , is this what you are looking for? you can pass the fields query param to select the description. https://docs.apify.com/api/v2#/reference/datasets/item-collection/get-items

Did you find this page helpful?