hi there I need to extract data from an API that allows a maximum of 200 items per page and up to 800 items (4 pages) per request. There’s also a required delay of 5 seconds between each API request.
I’m trying to create an automation process that will:
Fetch all the bundles by iterating through the pages until the total number of pages is reached.
Ensure compliance with the 5-second delay between requests.
Store all the extracted information into a Google Sheet.
Additionally, I want the process to avoid duplicating entries by checking if the data already exists (e.g., using a data store or unique identifiers).
Could you guide me on how to set up such an automation?
Thanks that was much help, now I can run the pages but i’m limited to 9 pages because of the API Limit, any tips to be able to run pages above that limit?
Hey Kevin, Yes, I can definitely help with setting up an automation for this. Using Make.com, I can automate the process of fetching data from the API, handling the required delays, and ensuring that no duplicates are added to your Google Sheets.