Instagram Reel Scraper avatar
Instagram Reel Scraper

Pricing

$2.30 / 1,000 reels

Go to Store
Instagram Reel Scraper

Instagram Reel Scraper

Developed by

Apify

Apify

Maintained by Apify

Scrape data from Instagram reels. Just add one or more Instagram usernames and get your data in seconds including hashtags, mentions, comments, images, likes, locations, and metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

3.8 (23)

Pricing

$2.30 / 1,000 reels

668

Total users

27K

Monthly users

6K

Runs succeeded

>99%

Issues response

1.6 days

Last modified

7 hours ago

YU

Profile restrictions

Closed

yukhnevski opened this issue
a month ago

I met a restriction: - "You must be 14 years old or over to see this profile". I'm sure it's easy to fix by setting age in profiles you use.

alexey avatar

Hi!

We can not use login in any form for legal reasons.

To find if an Instagram profile has restricted content based on country, go to the profile, tap the three dots in the top right, then select "About this account" to check for age restrictions.

Then, try to use the country code for unrestricted countries as custom proxy settings. If the profile owner sets no age restrictions, it means that Instagram applies them automatically. The way around might be to check the top 5 countries with the least Internet restrictions: Iceland-Estonia-Costa Rica-Canada-Georgia.

Country codes are IS-EE-CR-CA-GA

Sample input:

{
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"countryCode": "GA"
},
"resultsLimit": 1,
"username": [
"https://www.instagram.com/nbcsports/"
]
}

Please note that only a single country code might be used under the single run, so to try 5 countries, you will need to do 5 runs. If a country code with profile access is found, use it for scraping.

I will close the issue now, but if there is anything else we can help with, please let us know.