14,902 US stores. 40+ countries. 35 data fields per location. GPS coordinates, operating hours, delivery features, and a proprietary difficulty score — all in one instant CSV download. No sales call required.
Every record includes verified location data, operational metadata, delivery feature flags, and our proprietary scoring system — unavailable from any other data provider.
From franchise site selection to delivery route optimization — real use cases with real ROI.
Map Starbucks density by ZIP code or state. Identify under-served trade areas. Validate franchise and retail site decisions with competitor proximity data.
Use the proprietary difficulty score to prioritize high-ROI delivery locations. Identify drive-through-only and licensed stores that create operational complexity for last-mile delivery.
Analyze Starbucks' global footprint for equity research, competitive intelligence, or M&A due diligence. Track open/closed ratios and market penetration by country.
Benchmark Starbucks store density against your own network. Identify market saturation and white-space opportunity across 40+ countries.
Build "find nearest Starbucks" features, delivery aggregation apps, or geospatial tools. All GPS coordinates ready for immediate integration via REST API.
Geospatial research on food access, urban planning, or consumer behavior. Machine-readable CSV format ready for Python, R, QGIS, or any GIS tool.
Five rows from the US dataset. The full dataset contains 14,902 rows in the same format. Download the free 50-row sample to validate in your own tools before purchasing.
| Store ID | Name | City | State | ZIP | Lat | Lng | Phone | Type | Status | Hrs/Day | Drive-Thru | Mobile | Difficulty |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1008645 | 2500 N Roosevelt Blvd | Key West | FL | 33040 | 24.5629 | -81.7761 | +1 305-900-8436 | CO | Open | 16 | ✓ | ✓ | 0.0% |
| 8760700 | EYW Conc A Gate 3 | Key West | FL | 33040 | 24.5537 | -81.7556 | — | LS | Open | 13 | — | ✓ | 12.3% |
| 1015430 | Blue Flamingo Resort | Key West | FL | 33040 | 24.5711 | -81.7544 | +1 305-928-1103 | LS | Open | 13.5 | — | ✓ | 8.6% |
| 1023910 | Bayshore Drive Miami | Miami | FL | 33133 | 25.7471 | -80.2372 | +1 305-000-0000 | CO | Open | 15 | ✓ | ✓ | 2.1% |
| 1045822 | Brickell City Centre | Miami | FL | 33131 | 25.7645 | -80.1918 | +1 305-000-0001 | LS | Open | 12 | — | ✓ | 15.4% |
Rows 4–5 blurred for preview. Full 50-row sample reveals all fields, including venue type flags and complete difficulty scores.
↓ Download Free Sample (50 rows, CSV)No sales call. No waiting. Pay and download immediately. All datasets delivered as CSV + Excel (.xlsx) with the same 35-column schema.
Every Starbucks location in the US. All 14,902 stores. 14,824 open, 78 permanently closed. Includes all 35 fields: address, GPS, phone, ownership, hours, features, venue flags, and proprietary delivery difficulty scores.
Need only one state? Buy individual state datasets. Includes all stores within that state, same 35-field schema as the full US dataset.
$5 per state Buy State Dataset →Select any of the 40+ countries where UberEats operates. Pricing is based on store count in that country.
Buy Country Dataset →Every Starbucks location on every UberEats market, worldwide. The complete dataset in one download. Includes Americas, Europe, APAC, MENA — all countries, all stores, same 35-column schema.
Clean JSON API. Filter by country, state, city, radius, ownership type, or delivery features. All responses follow a consistent schema.
https://starbucks-locations.com/api/v1
Auth:
X-API-Key: your_key
country, state, city, lat, lng, radius_km, ownership (CO|LS), has_drive_through, has_mobile_order, status (open|closed), limit, offset{
"total": 247,
"limit": 10,
"offset": 0,
"results": [
{
"store_id": "1008645",
"name": "2500 N Roosevelt Blvd",
"address": "2500 N Roosevelt Blvd",
"city": "Key West",
"state": "FL",
"country": "US",
"zip": "33040",
"lat": 24.56293,
"lng": -81.77605,
"phone": "+1 305-900-8436",
"ownership": "CO",
"status": "Open",
"avg_daily_hours": 16,
"open_days_week": 7,
"has_drive_through": true,
"has_in_store": true,
"has_mobile_order": true,
"nearest_store_mi": 1.43,
"venue_airport": false,
"venue_hospital": false,
"venue_university": false,
"venue_mall": false,
"difficulty_score": 0.0,
"difficulty_rank": 14902
}
]
}
{
"store_id": "1008645",
"name": "2500 N Roosevelt Blvd",
"... all 35 fields": "..."
}
[
{ "code": "US", "name": "United States", "total": 14902, "open": 14824 },
{ "code": "CN", "name": "China", "total": 2562, "open": 2551 },
{ "code": "CA", "name": "Canada", "total": 1456, "open": 1441 },
"..."
]