# Influship Instagram Profile Heavy Scraper

> Influship Instagram Profile Heavy Scraper is a paid API for AI agents from api.influship.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Performs a live, deep scrape of an Instagram profile, returning rich profile data in real time

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/instagram/profile/heavy
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/influship-instagram-profile-heavy-scraper-504b7424
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y4pzo8sz2yXeFx2REkRPW

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 influship-instagram-profile-heavy-scraper-504b7424
```

Example prompt: Can you do a heavy live scrape of the Instagram profile for @cristiano and pull back all the profile details — followers, bio, post count, everything available?

## When to prefer this

Choose this endpoint when you need comprehensive, live Instagram profile data (the 'heavy' variant) rather than a lightweight summary. Ideal for influencer vetting, brand partnership research, competitive analysis, or any use case requiring the most complete and up-to-date profile snapshot. Prefer this over lighter scrape variants when completeness matters more than speed or cost.

## Known failure modes

- Instagram profile not found or account is private — returns empty or error response
- Instagram rate limiting or anti-scraping measures triggered — may return incomplete data or error
- Invalid or missing username/profile identifier — returns validation error
- Instagram changes page structure breaking scraper — returns incomplete or malformed data
- Network timeout for heavy scrape on large accounts — request may time out

## How this service works

Live Instagram scraping

## Output

A rich JSON object containing live-scraped Instagram profile data including follower count, following count, bio, post count, profile picture URL, engagement metrics, and other publicly available account metadata fetched in real time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/influship-instagram-profile-heavy-scraper-504b7424/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.influship.com](https://www.zero.xyz/host/api.influship.com/llms.txt)
