Automatic instagram repost' loop

Hello everybody,

I am stuck with this scenario and hope someone can help me.

I am trying to build an automatic repost scenario to grow my Instagram page automatically by only reposting viral food videos.

I am not sure if there is a better way to do this, but this is what I have set up so far:

  1. First sheets have rows of links to Instagram pages I want to repost from.
  2. Apify runs a scraping actor called “Instagram scraper.”
  3. Apify module formats the data.
    1. Then, in between, there is a filter for +200,000 likes.
  4. OpenAI recreates a caption and gives the original author credit: “Reposted from @.”
  5. The OpenAI result is formatted in JSON.
  6. The reels get reposted on Instagram.

My problem is: I have many different creators/authors’ links in my sheets that I want to repost from. But I want it to be a new author I repost from each time I post.

And I really don’t know how to do this, because in my current scraping actor, I scrape a whole profile one at a time and then get, e.g., 200 posts. In the sheets, I want it to go 1 link down each time a post is reposted, and then, for the next cycle (my cycle is twice a day), repost from the next account. Then when there is no more links left in the sheets, I want it to start over, with the first author, but another post.

Is there an expert who can help me out here?

Best regards,
Andreas

Have you found a solution to your problem?

Alternatively, you can look for a solution in generating a list in a google table. You can select by trigger a random (or in order) row that will be transferred to a new sheet in the google table and parsing will go by one account from a particular account.