Endpoint Playground
Test Crawlora's Apple Maps Place API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/apple-maps/place?place_id=<place_id>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| place_id | string | Yes | Apple place ID: external form (I594FECA0B369D14A) or numeric id from a search result | |
| lang | string | No | Display language as a BCP 47 tag, e.g. en-US, ja-JP, de-DE. Defaults to en-US. | |
| country | string | No | Two-letter ISO 3166-1 country code selecting Apple's regional catalog. Defaults to US. |
{
"code": 200,
"msg": "OK",
"data": {
"id": "6435622567484707146",
"place_id": "I594FECA0B369D14A",
"url": "https://maps.apple.com/place?place-id=I594FECA0B369D14A",
"name": "Sightglass Coffee",
"type": "BUSINESS",
"category": "Coffee Roastery",
"categories": [
{
"id": "dining",
"name": "Dining",
"level": 1
},
{
"id": "coffee_roastery",
"name": "Coffee Roastery",
"level": 2
}
],
"latitude": 37.776974,
"longitude": -122.408529,
"address": "270 7th St, San Francisco, CA 94103, United States",
"address_info": {
"street": "270 7th St",
"neighborhood": "SOMA",
"city": "San Francisco",
"state": "California",
"state_code": "CA",
"postal_code": "94103",
"country": "United States",
"country_code": "US"
},
"phone": "+14154631673",
"website": "https://sightglasscoffee.com/blogs/shops/soma-district",
"rating": 4,
"rating_max": 5,
"rating_count": 2228,
"price_level": 2,
"price_max": 4,
"price_symbol": "$",
"hours_type": "NORMAL",
"hours": [
{
"day": "monday",
"open": "06:30",
"close": "17:00"
}
],
"photo_url": "https://is1-ssl.mzstatic.com/image/thumb/bF51kpjYtm4-K_WMlD8Wkw/320x320bb.jpeg",
"amenities": [
{
"id": "crossbusiness.payments.applepay",
"name": "Accepts Apple Pay",
"present": true
},
{
"id": "crossbusiness.accessibility.wheelchair",
"name": "Wheelchair Accessible",
"present": true
}
],
"photos": [
{
"id": "oUtvXhZ0boFM3u5jRFl8sg",
"url": "https://is1-ssl.mzstatic.com/image/thumb/KXluIk81w86BEqUz5RPW3Q/320x320bb.jpg",
"width": 308,
"height": 308,
"category": "Food & Drink"
}
],
"reviews": [
{
"id": "jRsCcB7IE9UHivNsOieTZg",
"text": "Stopped in for morning coffee before a hike and this is a great neighborhood shop with plenty of space and not too much noise.",
"rating": 4,
"rating_max": 5,
"time": "2026-08-15T18:12:54Z",
"source_url": "http://yelp.com/apple_maps_action?id=VD527WwvrhE3Nhzf5vaMNw&component=review&cid=jRsCcB7IE9UHivNsOieTZg&action=view&language=en-US"
}
],
"claim_url": "https://business.apple.com/?claimId=6435622567484707146",
"guide_ids": [
"13100041759208417726"
]
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns one Apple Maps place by its place ID: name, type, category taxonomy, coordinates, formatted and structured address, phone numbers, website, rating and review count, price level, weekly opening hours, amenities (payment, accessibility, parking, and similar yes/no attributes), photos, review snippets (text, rating, time, and source link, without reviewer identity), the business-claim link, and the IDs of Apple Guides that include the place. Accepts either the external place ID (starts with I, the place-id= value in a maps.apple.com/place URL) or the numeric ID from a search result.
{
"code": 200,
"msg": "OK",
"data": {
"id": "6435622567484707146",
"place_id": "I594FECA0B369D14A",
"url": "https://maps.apple.com/place?place-id=I594FECA0B369D14A",
"name": "Sightglass Coffee",
"type": "BUSINESS",
"category": "Coffee Roastery",
"categories": [
{
"id": "dining",
"name": "Dining",
"level": 1
},
{
"id": "coffee_roastery",
"name": "Coffee Roastery",
"level": 2
}
],
"latitude": 37.776974,
"longitude": -122.408529,
"address": "270 7th St, San Francisco, CA 94103, United States",
"address_info": {
"street": "270 7th St",
"neighborhood": "SOMA",
"city": "San Francisco",
"state": "California",
"state_code": "CA",
"postal_code": "94103",
"country": "United States",
"country_code": "US"
},
"phone": "+14154631673",
"website": "https://sightglasscoffee.com/blogs/shops/soma-district",
"rating": 4,
"rating_max": 5,
"rating_count": 2228,
"price_level": 2,
"price_max": 4,
"price_symbol": "$",
"hours_type": "NORMAL",
"hours": [
{
"day": "monday",
"open": "06:30",
"close": "17:00"
}
],
"photo_url": "https://is1-ssl.mzstatic.com/image/thumb/bF51kpjYtm4-K_WMlD8Wkw/320x320bb.jpeg",
"amenities": [
{
"id": "crossbusiness.payments.applepay",
"name": "Accepts Apple Pay",
"present": true
},
{
"id": "crossbusiness.accessibility.wheelchair",
"name": "Wheelchair Accessible",
"present": true
}
],
"photos": [
{
"id": "oUtvXhZ0boFM3u5jRFl8sg",
"url": "https://is1-ssl.mzstatic.com/image/thumb/KXluIk81w86BEqUz5RPW3Q/320x320bb.jpg",
"width": 308,
"height": 308,
"category": "Food & Drink"
}
],
"reviews": [
{
"id": "jRsCcB7IE9UHivNsOieTZg",
"text": "Stopped in for morning coffee before a hike and this is a great neighborhood shop with plenty of space and not too much noise.",
"rating": 4,
"rating_max": 5,
"time": "2026-08-15T18:12:54Z",
"source_url": "http://yelp.com/apple_maps_action?id=VD527WwvrhE3Nhzf5vaMNw&component=review&cid=jRsCcB7IE9UHivNsOieTZg&action=view&language=en-US"
}
],
"claim_url": "https://business.apple.com/?claimId=6435622567484707146",
"guide_ids": [
"13100041759208417726"
]
}
}curl "https://api.crawlora.net/api/v1/apple-maps/place?place_id=<place_id>" \
-H "x-api-key: $CRAWLORA_API_KEY"