# Influship Instagram Profile Scraper – looseframes

> Influship Instagram Profile Scraper – looseframes 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 the account 'looseframes' and returns raw profile information

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/instagram/profile/looseframes
- 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-looseframes-54072cab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bG-ADY50k7lQNALSUNGoU

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-looseframes-54072cab
```

Example prompt: Can you pull the live Instagram profile data for looseframes right now — I want to see their follower count, bio, and any other profile details you can get?

## When to prefer this

Use this endpoint when you need real-time, live-scraped Instagram profile data specifically for the 'looseframes' account. Prefer this over cached or historical data sources when freshness is critical. Best suited for influencer research, brand monitoring, or analytics pipelines that require up-to-date profile stats without using the official Instagram API.

## Known failure modes

- Instagram rate limiting or blocking the scraper returns an error or empty response
- The looseframes account may be private, deleted, or renamed, resulting in a not-found error
- Instagram anti-scraping measures may cause intermittent failures or stale data
- x402 payment failure if USDC balance is insufficient or payment is rejected
- Timeout if Instagram is slow to respond

## How this service works

Live Instagram scraping

## Output

Returns raw, live-scraped Instagram profile data for the 'looseframes' account, likely including follower count, following count, bio text, post count, profile picture URL, and other public profile metadata available on Instagram 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-instagram-profile-scraper-looseframes-54072cab/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)
