Endpoint Playground
Test Crawlora's Panera Bread At-Work Locations 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/panera/at-work-locations" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"locations": [
{
"id": "P2U-000320",
"name": "Panera Bread Support Center",
"street": "1400 S Hwy Dr",
"city": "Fenton",
"state": "MO",
"postal_code": "63026",
"country": "US",
"latitude": 38.5401336,
"longitude": -90.4772361,
"location_type": "Office/Production Facility/Other",
"contact_name": "Don Farlow",
"contact_phone": "(314) 984-3065",
"service_cafe_id": "600668",
"lead_time_minutes": 90,
"active": true,
"drop_off_schedule": [
{
"day_of_week": "Monday",
"drop_off_time": "10:45",
"cutoff_time": "09:00"
}
]
}
],
"count": 2,
"source_url": "https://www-api.panerabread.com/www-api/public/cafe/panera-at-work/locations",
"fetched_at": "2026-09-03T12:00:00Z"
}
}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 the full national Panera at Work location list -- a separate B2B workplace-delivery drop-off program from ordinary cafe pickup/delivery covered by GET /panera/locations. Each location carries its address, coordinates, delivery contact, lead time, the cafe id that services it, and its scheduled drop-off/order-cutoff times per weekday. This is a small, national dataset -- no query parameters are needed.
{
"code": 200,
"msg": "OK",
"data": {
"locations": [
{
"id": "P2U-000320",
"name": "Panera Bread Support Center",
"street": "1400 S Hwy Dr",
"city": "Fenton",
"state": "MO",
"postal_code": "63026",
"country": "US",
"latitude": 38.5401336,
"longitude": -90.4772361,
"location_type": "Office/Production Facility/Other",
"contact_name": "Don Farlow",
"contact_phone": "(314) 984-3065",
"service_cafe_id": "600668",
"lead_time_minutes": 90,
"active": true,
"drop_off_schedule": [
{
"day_of_week": "Monday",
"drop_off_time": "10:45",
"cutoff_time": "09:00"
}
]
}
],
"count": 2,
"source_url": "https://www-api.panerabread.com/www-api/public/cafe/panera-at-work/locations",
"fetched_at": "2026-09-03T12:00:00Z"
}
}curl "https://api.crawlora.net/api/v1/panera/at-work-locations" \
-H "x-api-key: $CRAWLORA_API_KEY"