If your app exceeds any of these rate limits, you will receive a response with an HTTP response code of 429 (Too Many Requests). The body of the response will consist of the following fields:
Если ваше приложение превышает лимиты, вы получите ответ с кодом HTTP 429 (слишком много запросов). Тело ответ будет состоять из следующих полей:
- code - 429
- error_type - OAuthRateLimitException
- error_messag - The maximum number of requests per hour has been exceeded.
В своем скрипте ловите нужный ответ, и обрабатывайте.
Источник: https://instagram.com/developer/limits/