How to scrape Instagram Reels?

Hi @anubistar

Love the use-case!

Do you want to get all the urls from the IG reels?

We don’t have any pre-built templates for this, but this is a case we can probably turn into an official scraper.

I managed to find a contianer that can help unblock you

Use div [href^='/reel'] as the container selector.

Example automation:

Then you’ll be able to select the links and event the views from each reel.

PS: We recently made an event diving into master scraping for cases like this!

1 Like