# AnyAPI Instagram Hashtag Search

> AnyAPI Instagram Hashtag Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Searches Instagram for posts and content associated with a given hashtag

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/instagram.search_hashtag
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-instagram-hashtag-search-0e4d62cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uxLRt3RRts8Y8KDZHxPeA

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 anyapi-instagram-hashtag-search-0e4d62cf -d '<json body>'
```

Example prompt: Pull the latest Instagram posts tagged with #sustainablefashion so I can see what content is trending under that hashtag right now.

## When to prefer this

Use this endpoint when you need to retrieve Instagram posts by hashtag without maintaining an Instagram developer account or dealing with Instagram's official API restrictions. Ideal for social listening, influencer research, trend monitoring, and content discovery at low per-call cost with no subscription commitment.

## Known failure modes

- Hashtag not found or no posts returned — empty result set
- Instagram rate limiting or blocking causing scrape failure
- Private or restricted hashtag content inaccessible
- Invalid hashtag format causing request error
- Service unavailable or upstream Instagram changes breaking scraper
- Insufficient USDC balance to complete the $0.002 per-call payment

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON payload containing Instagram posts associated with the searched hashtag, including post metadata such as captions, like counts, comment counts, media URLs, timestamps, and author information.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-instagram-hashtag-search-0e4d62cf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
