Getting 2 links takes 2 operations

Hello! I’m trying to make a google maps scraper that gets me website links. The problem is that I want to export multiple links in one go but it only exports the last link, it also takes as many operations as links there are.

Hi @VantaMotion and welcome to the Make Community!

The HTTP call would be similar to you clicking on a link. If you can click on one link and get multiple URLs in return, you should be able to do the same. Maybe a Text aggregator might help. But if you receive 5 links from Google Maps and you need to make an HTTP call for each link, that will be 5 operations.

Using a Tesx Aggregator will allow you to take all the links (provided they are text) you get and put them together into the JSON.

L

1 Like