# GoCreative Instagram Hashtag Search

> GoCreative Instagram Hashtag Search 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-15).

Fetches posts and metadata for a given Instagram hashtag

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/search/instagram/hashtag/%7Barg%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-instagram-hashtag-search-4c331961
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4R6V-8mj7FhEMQQKIxeLY

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-hashtag-search-4c331961
```

Example prompt: Can you pull up Instagram posts for the hashtag #sustainability so I can see what content is trending under that tag?

## When to prefer this

Use this endpoint when an AI agent needs to discover or analyze Instagram posts associated with a specific hashtag, such as for social media monitoring, brand research, influencer discovery, or content trend analysis. Prefer this over general web scraping when structured social media post data is needed without requiring an API key or signup, and when per-call USDC micropayment via x402 is acceptable.

## Known failure modes

- Hashtag not found or no posts exist — returns empty result or 404
- Private or restricted hashtag — returns no data or access-denied response
- Invalid or malformed hashtag argument — returns 400 bad request
- Payment failure via x402 — returns 402 Payment Required with payment details
- Rate limiting or upstream Instagram API restrictions — returns 429 or 503
- Special characters in hashtag not URL-encoded — returns error or unexpected results

## How this service works

483,000+ pay-per-call data APIs and free tools built on official sources — finance, company &amp; government data, FRED, Census, crypto, calculators. USDC on Base via x402, native MCP. No API key, no signup.

## Output

Returns a list of Instagram posts associated with the given hashtag, including post metadata such as media URLs, captions, engagement counts (likes, comments), timestamps, and author information.

## 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-hashtag-search-4c331961/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)
