All sites
Data API
Apple Data API
Structured JSON data, on demand, with anti-bot bypass built in.
4endpoints
Example (captured live)
apple.com
ExampleJSON responseclick the page to trace a field
{
"search_information": {
"query": "test",
"place_id": "899247664",
"country": "us",
"local_results_state": "Fully empty results state",
"results_count": 0
},
"local_results": [
]
}
GET
/v1/data/apple/maps/place1 credit / run VerifiedPlace Lookup
Look up a place on Apple Maps by name or place id (best-effort).
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| Advanced filters | |||
| query | string | no | Place name to search (e.g. 'Blue Bottle Coffee, SF'). |
| place_id | string | no | Apple Maps place identifier. |
| country | string | no | Two-letter country code for the region. (default: us) |