Integrate google maps email extractor actor with Instagram Profile Scraper.
Hello ๐
I'm trying to automate data scraping with integrations between different actors.
For now I have managed to combine "Google Maps Scraper" with "๐ฉ๐ Google Maps Email Extractor".
So when I run, for example, the "Port Aventura" amusement park, it pulls the data from my Google file and then runs the scraping of the social networks.
The problem comes when I try to combine "๐ฉ๐ Google Maps Email Extractor" and "Instagram Profile Scraper" to extract the previously generated data.
I don't know how I can integrate the "contactDetails/instagrams/" data row
Is there a simple way to do it?
Regards, and thank you very much. :perfecto:
3 Replies
stormy-goldโข16mo ago
hey, Google Maps Email Extractor accepts dataset ID of the first Actor so you can directly integrate these two Actors. Instagram Profile Scraper accepts only Instagram usernames, so you would have to create a middle actor that would transform the items in the dataset of the first Actor into suitable input for the second one. Alternatively, you can write in the Issues tab of the Instagram Profile Scraper to directly reach the developer and ask whether it would be possible to add dataset ID as an input parameter
stormy-goldOPโข16mo ago
Thank you so much!
Do you have any example of an intermediate actor that transforms data?
@lemurio
fascinating-indigoโข15mo ago
Hey,
To transform dataset You can use this util actor from the store:
https://apify.com/lukaskrivka/dedup-datasets
Apify
Merge, Dedup & Transform Datasets ยท Apify
The ultimate dataset processor. Extremely fast merging, deduplications & transformations all in a single run.