# 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-13).

Scrapes live Instagram profile data for a given username in real-time

## Facts

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

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-56b27c89
```

Example prompt: Can you pull the live Instagram profile data for the account 'hammer_museum' — I need their current follower count, bio, and any other profile details available right now?

## When to prefer this

Use this endpoint when you need real-time, live Instagram profile data for a specific public account, especially within an influencer discovery or vetting workflow. Prefer this over cached databases when freshness matters, such as verifying current follower counts or bios before an influencer campaign decision.

## Known failure modes

- Instagram account not found or handle misspelled — returns 404 or empty result
- Instagram rate limiting or blocking the scraper — returns error or timeout
- Account is private — limited or no data returned
- Payment not processed — x402 payment required error
- API service downtime — connection or server error

## How this service works

Live Instagram scraping

## Output

Raw, live-scraped Instagram profile data for the specified username, including metrics such as follower count, following count, bio, post count, and other publicly available profile fields at the time of the request.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "pathParams": {},
  "queryParams": {}
 }
}
```

## 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-56b27c89/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)
