# GoCreative Instagram Contacts Lookup

> GoCreative Instagram Contacts Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-09).

Retrieves contact information for an Instagram user profile by username or identifier, paid per-call via USDC with no API key required.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/social/instagram/contacts/%7Barg%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-instagram-contacts-lookup-b6afc63d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jGPlkFI6qm1M326gVCNZ1

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 gocreative-instagram-contacts-lookup-b6afc63d
```

Example prompt: Can you look up the contact information for the Instagram account 'garyvee' — I need their profile contact details for outreach?

## When to prefer this

Use this endpoint when an AI agent needs to quickly retrieve contact information for a specific Instagram user without setting up API keys or accounts. Ideal for B2B lead enrichment workflows, social media outreach automation, or contact data gathering where pay-per-call economics are preferred over subscription APIs. Best when the input is a known Instagram username or identifier.

## Known failure modes

- Instagram user not found — returns 404 or empty result
- Invalid or malformed username/identifier — returns 400 bad request
- Payment not processed — returns 402 payment required
- Rate limiting or account restrictions — returns 429 or 403
- Instagram profile is private or has no contact info — returns empty contact fields
- Upstream Instagram data unavailable — returns 503 or timeout

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

Returns contact information associated with the specified Instagram profile, such as contact details, email, phone, or other publicly available profile data for the given Instagram user identifier.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-instagram-contacts-lookup-b6afc63d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
