# Rotary Agency — Instagram Profile Image Analysis

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

Analyzes an Instagram user's images using AI to extract account type, content themes, sentiment, authenticity signals, and recommendations

## Facts

- Endpoint: GET https://rotaryagency.uk/api/instagram/analyze/%7Busername%7D/images
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-instagram-profile-image-analysis-66b9fdac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SbWOofmPtnOuyyhVGt9Wy

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-image-analysis-66b9fdac
```

Example prompt: Can you analyze the images on the Instagram account 'natgeo' and tell me what content themes they post, what the overall sentiment is, whether the account looks authentic, and any recommendations?

## When to prefer this

Use this endpoint when you need AI-powered visual content analysis of an Instagram profile — particularly for influencer vetting, brand safety checks, authenticity verification, or competitive content audits. It is pay-per-call with no API key or signup required, making it ideal for one-off or agent-driven workflows. Prefer it over manual scraping when you need structured, AI-interpreted output (themes, sentiment, authenticity) rather than raw image data.

## Known failure modes

- Username not found or account is private — returns error or empty result
- Instagram rate limiting or access restrictions causing incomplete analysis
- Invalid or non-existent username in URL path
- Temporary upstream service unavailability causing 5xx errors
- Account has no public images to analyze

## 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

A JSON object containing: account_type (e.g. personal, brand, influencer), content_themes (dominant visual topics), sentiment (positive/negative/neutral tone of images), authenticity (signals of genuine vs bot/fake activity), recommendations (AI-generated suggestions), model_used (which AI model performed the analysis), and images_analyzed (count of images processed).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "analysis": "{ account_type, content_themes, sentiment, authenticity, recommendations, model_used }",
  "images_analyzed": "number"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-instagram-profile-image-analysis-66b9fdac/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)
