# Influship Live Instagram Profile Scraper

> Influship Live Instagram Profile 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).

Scrapes live Instagram profile data for a specified username, returning real-time profile metadata and stats

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/instagram/profile/Miraii_ai
- 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-live-instagram-profile-scraper-3be7fa07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6caPNf3rAhC-SUubbjpKm

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-live-instagram-profile-scraper-3be7fa07
```

Example prompt: Pull the live Instagram profile data for the account @Miraii_ai — I need their current follower count, bio, and post count right now.

## When to prefer this

Use this endpoint when you need real-time, live Instagram profile data for a specific username rather than cached or historical data. Prefer this over general creator lookup when you specifically need Instagram metrics and want the freshest possible data scraped directly from Instagram at the moment of the call.

## Known failure modes

- Instagram account does not exist or is misspelled — returns 404 or empty result
- Account is private — may return limited or no profile data
- Instagram rate limiting or anti-scraping measures active — may return 429 or partial data
- Service temporarily unavailable — returns 5xx error
- Payment not processed — returns 402 Payment Required

## How this service works

Live Instagram scraping

## Output

Returns live-scraped Instagram profile data for the specified username, including follower count, following count, post count, bio text, profile picture URL, account verification status, and other publicly visible profile metadata at the time of the request.

## 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-live-instagram-profile-scraper-3be7fa07/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)
