Apple App Store search — find iOS apps by term and get id, developer, price, rat
Apple App Store search — find iOS apps by term and get id, developer, price, rating, genres, description, size, icon & screenshots as clean JSON.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
646 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://appstore.use.x402atlas.com/search
| Category | Code and developer |
|---|---|
| Provider host | appstore.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 646 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"country": "us",
"lang": "en-us",
"num": 10,
"page": 1,
"term": "weather"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"country": {
"description": "Optional two-letter store country (e.g. us, gb)",
"maxLength": 2,
"type": "string"
},
"lang": {
"description": "Optional language code (e.g. en-us)",
"maxLength": 12,
"type": "string"
},
"num": {
"default": 10,
"description": "Optional results per page, 1\u2013200 (default 10)",
"maximum": 200,
"minimum": 1,
"type": "integer"
},
"page": {
"description": "Optional page number",
"minimum": 1,
"type": "integer"
},
"term": {
"description": "App Store search query (app name, category, or keyword)",
"maxLength": 200,
"type": "string"
}
},
"required": [
"term"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"queried_at": {
"format": "date-time",
"type": "string"
},
"results": {
"items": {
"properties": {
"age_rating": {
"type": "string"
},
"bundle_id": {
"type": "string"
},
"description": {
"type": "string"
},
"developer": {
"properties": {
"id": {
"type": "integer"
},
"link": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"genres": {
"items": {
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"primary": {
"type": "boolean"
}
},
"type": "object"
},
"type": "array"
},
"id": {
"description": "App Store app id",
"type": "integer"
},
"link": {
"type": "string"
},
"logos": {
"items": {
"properties": {
"link": {
"type": "string"
},
"size": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"minimum_os_version": {
"type": "string"
},
"position": {
"type": "integer"
},
"price": {
"properties": {
"amount": {
"type": "number"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"rating": {
"items": {
"properties": {
"count": {
"type": "integer"
},
"rating": {
"type": "number"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"release_note": {
"type": "string"
},
"screenshots": {
"additionalProperties": {
"items": {
"properties": {
"link": {
"type": "string"
},
"size": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"description": "Screenshot media grouped by device family (e.g. iphone, ipad)",
"type": "object"
},
"size_in_bytes": {
"type": "integer"
},
"title": {
"type": "string"