---
id: "question-instagram-scraping-limits"
type: "open-question"
source_timestamps: ["00:04:31", "00:18:45"]
tags: ["platform-risk", "limitations"]
related: ["concept-browser-automation"]
resolutionPath: "Long-term testing of the workflow to determine safe daily limits for profile scanning, or utilizing burner Instagram accounts for the Chrome extension."
sources: ["ccc"]
sourceVaultSlug: "claude-automated-content-system-2026May14"
originDay: 2
---
# What are the rate limits and ban risks for Claude scraping Instagram?

## Open Question

What are the **rate limits and ban risks** for Claude autonomously scraping Instagram via the Chrome extension?

## Context

The workflow relies heavily on the [[entity-claude-in-chrome|Claude in Chrome extension]] autonomously clicking through Instagram profiles and scraping view counts while **logged into the user's account** — see [[concept-browser-automation]].

Instagram is **notoriously strict** about automated scraping. It is unclear:

- How many profiles Claude can scan per hour/day before triggering platform countermeasures
- Whether the scraping pattern looks 'human enough' to evade detection
- Whether shadowbanning, CAPTCHA injection, or account suspension are realistic risks at scale

## Resolution Path

- **Long-term empirical testing** of the workflow to determine safe daily limits for profile scanning
- Consider using **burner Instagram accounts** dedicated to the Chrome extension — isolating risk from the main brand account
- Investigate official Instagram Graph API or third-party social listening tools as a lower-risk alternative
- Throttle the agent's actions (sleep between profile visits)

## Strategic Implication

A brand-critical account being suspended for ToS violation is a non-trivial risk. This is one of the strongest arguments for keeping the system **pluggable** (so scraping can be replaced with API-based discovery) rather than betting the operational footprint on browser scraping.


## Related across days
- [[concept-browser-automation]]
- [[action-train-algorithm]]
- [[arc-human-in-the-loop-reality]]
