Instagram Scraper avatar
Instagram Scraper
Try for free

Pay $2.30 for 1,000 results

View all Actors
Instagram Scraper

Instagram Scraper

apify/instagram-scraper
Try for free

Pay $2.30 for 1,000 results

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.

Do you want to learn more about this Actor?

Get a demo
WM

Error: Restricted access, only partial data available

Closed

watch_my_competitor opened this issue
2 months ago

Sometimes after scraping, apify returns one blank record in the results list with the error 'Restricted access, only partial data available'. After trying again, the problem does not occur. Please investigate.

jakubkonecny avatar

Hello, thank you for your feedback. I pushed this onto our team and we will investigate it further. We will keep you updated on any further progress.

alexey avatar

Hi!

As explained in https://console.apify.com/actors/shu8hvrXbJbY3Eb9W/issues/WdTh1N1WMCIFnRtg5 some profiles (and all related data) restricted based on country IPs. In your run posts are scraped under random proxies so posts randomly available (or not). If you want steady access to full data you need to specify proxy in json input, see sample re-run with your input and proxy added https://console.apify.com/view/runs/x9TVWNON0IzkdtyzQ

Full json input:

1{
2  "addParentData": true,
3  "directUrls": [
4    "https://www.instagram.com/harvardhbs"
5  ],
6  "onlyPostsNewerThan": "2024-07-01",
7  "proxy": {
8    "useApifyProxy": true,
9    "apifyProxyGroups": [
10      "RESIDENTIAL"
11    ],
12    "apifyProxyCountry": "TH"
13  },
14  "resultsType": "posts",
15  "searchType": "hashtag"
16}

I´m going to close the issue now, but if there would be anything else we could help with, please let us know.

Developer
Maintained by Apify
Actor metrics
  • 4.4k monthly users
  • 283 stars
  • 100.0% runs succeeded
  • 1.8 days response time
  • Created in Apr 2019
  • Modified 1 day ago