# Influship Instagram Profile Scraper

> Influship 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).

Fetches live scraped profile data for a specific Instagram username via the Influship API

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/instagram/profile/jijis
- 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-instagram-profile-scraper-7b94210f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_04O1GmUhayAYB55S_S3kK

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-scraper-7b94210f
```

Example prompt: Pull the live Instagram profile data for the account 'jijis' — I need their follower count, bio, and engagement stats for an influencer research report.

## When to prefer this

Use this endpoint when you need real-time, live-scraped Instagram profile data for a specific username without setting up your own scraping infrastructure. Ideal for influencer discovery workflows, creator vetting, or enriching contact databases with current Instagram metrics. Prefer this over batch lookup tools when you need a single profile on demand with pay-per-call pricing.

## Known failure modes

- Instagram account not found or private — returns 404 or empty result
- Instagram rate limiting or anti-scraping block — returns error or stale data
- Invalid or non-existent username — returns error response
- Payment not processed (x402 payment required) — returns 402 Payment Required
- Temporary scraping failure due to Instagram UI changes — returns partial or no data

## How this service works

Live Instagram scraping

## Output

Returns live-scraped Instagram profile data for the specified username, including public metrics such as follower count, following count, post count, bio text, profile image, and engagement indicators.

## 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-scraper-7b94210f/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)
