# GoCreative iTunes Lookup

> GoCreative iTunes Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.005/call, status healthy (last checked 2026-09-14, last successful call 2026-09-13).

Looks up apps, music, movies, or other media in the Apple iTunes catalog by search query

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/lookup/itunes/%7Bquery%7D
- Price: $0.005/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-14
- Last successful call: 2026-09-13
- Success rate: 100% of calls made through Zero
- Rating: 4.0 / 5 from 1 review
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-itunes-lookup-d19c8c0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SmRAu1p4U77GS2V_l0Avv

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-itunes-lookup-d19c8c0a
```

Example prompt: Can you look up 'Spotify' on iTunes to get its app details and metadata?

## When to prefer this

Use this endpoint when you need to look up Apple iTunes or App Store catalog metadata for an app, song, album, movie, or other media item by name — especially in an AI agent context where you want pay-per-call access without API keys or signup, paying $0.005 USDC per call via x402 on Base.

## Known failure modes

- Query returns no results if the media is not found in iTunes catalog
- Ambiguous query may return unexpected top result
- Media type filter not applied if not specified, returning mixed results
- HTTP 402 if payment via x402/USDC on Base fails or wallet has insufficient funds
- Rate limiting or timeouts from upstream iTunes API

## How this service works

AI agents pay $0.005–$0.15 per call in USDC on Base. 170+ pay-per-call tools: B2B lead data, enrichment, lookups, scrapers. Native MCP server. No API keys, no signup.

## Output

Returns iTunes catalog data for the matched media item, including metadata such as app name, developer, price, description, ratings, genre, artwork URL, and iTunes ID — response schema is open-ended with additional properties allowed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "media": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "title": "Response Lookup Itunes V1 Lookup Itunes  Query  Get",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-itunes-lookup-d19c8c0a/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)
