# Rotary Agency Instagram Profile Analyzer

> Rotary Agency Instagram Profile Analyzer is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Fetches an Instagram profile's posts and metadata, then returns AI-generated analysis covering account type, content themes, sentiment, authenticity, and recommendations.

## Facts

- Endpoint: GET https://rotaryagency.uk/api/instagram/analyze/%7Busername%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-instagram-profile-analyzer-4105e2b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a73oSwxhe12zc3Jz6aod7

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability rotary-agency-instagram-profile-analyzer-4105e2b8
```

Example prompt: Can you analyze the Instagram account for 'natgeo' and tell me what content themes they focus on, whether the account seems authentic, and what kind of audience engagement strategy they appear to use?

## When to prefer this

Choose this endpoint when you need a combined data-fetch-plus-AI-analysis of an Instagram account in a single call, especially when you want structured insights like account type, authenticity, and recommendations without stitching together multiple tools. Ideal for influencer vetting, brand safety checks, or competitive intelligence workflows. Requires no API keys or signup — pay per call with USDC via x402.

## Known failure modes

- Private or non-existent username returns empty or error response
- Instagram rate limiting or blocking may cause scrape failures
- AI analysis quality depends on number of publicly visible posts
- Username with special characters may need URL encoding
- Accounts with very few posts may yield low-confidence analysis

## How this service works

AI-agent-friendly data marketplace. 206 endpoints: read any webpage, Exa semantic search, YouTube transcripts + search, dev.to, OpenAlex + PubMed scholarly search, Hacker News, Wikipedia, RSS, npm, PyPI, GitHub, arXiv, Stack Exchange, V2EX, Bilibili, plus Google Maps, LinkedIn, Reddit, Instagram, Airbnb. Pay per request with USDC via x402 — no keys, no signup.

## Output

Returns a JSON object with three top-level keys: 'profile' (InstagramProfile metadata), 'posts' (array of InstagramPost objects), and 'ai_analysis' containing account_type classification, content_themes list, sentiment assessment, authenticity evaluation, count of images_analyzed, model_used for analysis, and actionable recommendations.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "posts": "InstagramPost[]",
  "profile": "InstagramProfile",
  "ai_analysis": "{ account_type, content_themes, sentiment, authenticity, images_analyzed, model_used, recommendations }"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-instagram-profile-analyzer-4105e2b8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
