# SociaVault YouTube Hashtag Search

> SociaVault YouTube Hashtag Search is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-13).

Search YouTube for videos and content by hashtag, returning paginated results via the SociaVault social data proxy.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/youtube/search/hashtag
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-youtube-hashtag-search-9eac65c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F4U60Ouq-lOPGeu5qJR4T

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 sociavault-youtube-hashtag-search-9eac65c3
```

Example prompt: Search YouTube for videos tagged with #sustainability and give me the first page of results — use SociaVault's hashtag search to pull the feed.

## When to prefer this

Use this endpoint when you need to search YouTube content by hashtag programmatically and want per-call micropayment pricing via x402 rather than managing YouTube API quotas or OAuth credentials directly. Best for agents needing on-demand hashtag-based video discovery without long-term API key setup.

## Known failure modes

- Missing or empty hashtag parameter returns an error or empty result set
- Invalid continuationToken causes pagination failure or unexpected results
- Rate limiting or upstream YouTube data unavailability returns a failed success flag
- Payment not completed (x402) results in 402 response before data is returned
- Hashtag with no matching YouTube content returns empty data object

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object with a `data` field containing YouTube video results matching the given hashtag, a `success` boolean, and a `provider` field identifying SociaVault. Results are paginated; a continuationToken can be used to fetch subsequent pages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "type": {
   "type": "string"
  },
  "hashtag": {
   "type": "string"
  },
  "continuationToken": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sociavault-youtube-hashtag-search-9eac65c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
