# fetcher.sh App Store Similar Apps by Bundle ID

> fetcher.sh App Store Similar Apps by Bundle ID is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Retrieves a list of apps similar to a given iOS App Store app, identified by its bundle ID

## Facts

- Endpoint: GET https://fetcher.sh/api/appstore/bundles/%7BbundleId%7D/similar
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-app-store-similar-apps-by-bundle-id-f47a665a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ycA6C3XtJ96b5d5TL9I8n

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 fetcher-sh-app-store-similar-apps-by-bundle-id-f47a665a
```

Example prompt: Find me apps similar to com.spotify.client on the App Store — I want to see what competing music apps Apple recommends alongside it.

## When to prefer this

Use this endpoint when you need App Store-specific similarity data for a known iOS app identified by its bundle ID, particularly for competitive intelligence, market mapping, or app recommendation workflows. Prefer this over manual browsing or App Store search when you need structured, programmatic access without maintaining an Apple developer account or OAuth flow.

## Known failure modes

- Invalid or malformed bundle ID returns an error or empty result
- Bundle ID not found in the App Store returns no results
- App has no similar apps listed returns an empty array
- Payment failure (insufficient USDC balance) blocks the request
- Rate limiting or scraping blocks may cause transient failures

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

A list of apps the App Store considers similar to the queried bundle ID, likely including app names, bundle IDs, ratings, categories, and other app store metadata for each similar app.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-app-store-similar-apps-by-bundle-id-f47a665a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
