Instagram Scraper avatar
Instagram Scraper

Pricing

from $1.50 / 1,000 results

Go to Store
Instagram Scraper

Instagram Scraper

Developed by

Apify

Apify

Maintained by Apify

Scrape and download Instagram posts, profiles, places, hashtags, photos, and comments. Get data from Instagram using one or more Instagram URLs or search queries. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

3.8 (59)

Pricing

from $1.50 / 1,000 results

1666

Total users

105K

Monthly users

13K

Runs succeeded

>99%

Issues response

2.8 days

Last modified

3 hours ago

TO

Video data not parsed

Closed

topivanabramov opened this issue
3 days ago

I have a video which has restriction for 18+ and the data is not parsed. Is it possible to parse this types of videos?

alexey avatar

Hi!

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.