Data Export
Export Formats
JSON Export
Business Profile Export
{
"businesses": [
{
"externalId": "your-business-id-123",
"name": "Artisan Coffee Roasters",
"category": "restaurants",
"description": "Family-owned coffee roastery...",
"address": {
"street": "123 Main St",
"city": "Portland",
"state": "OR",
"zip": "97201",
"country": "USA"
},
"coordinates": {
"lat": 45.5235,
"lon": -122.677
},
"contact": {
"phone": "+1-503-555-0123",
"email": "hello@artisancoffee.com",
"website": "https://artisancoffee.com"
},
"hours": {
"monday": { "open": "07:00", "close": "18:00" },
"tuesday": { "open": "07:00", "close": "18:00" }
},
"services": [
{
"name": "Espresso Drinks",
"description": "Handcrafted espresso beverages",
"pricing": { "min": 4.0, "max": 6.5 }
}
],
"media": [
{
"type": "photo",
"url": "https://cdn.yourplatform.com/photos/123.jpg",
"caption": "Our cozy interior"
}
]
}
]
}Upload JSON Export
CSV Export
CSV Format
Upload CSV
API Sync
Real-Time Sync
Field Mapping
Required Fields
Optional Fields
Best Practices
1. Incremental Updates
2. Batch Processing
3. Error Handling
Last updated