Build with the Beezybee API
Search jobs, browse rentals, get price estimates, and connect local helpers in Karlsruhe. One REST API, works for apps, bots, dashboards, and AI agents.
For AI Agents
Building an AI assistant that needs local services? Start here:
https://beezybee-app.de/.well-known/skill.mdWorks with ChatGPT, Claude, Gemini, Copilot, and any agent that speaks HTTP + JSON. No special SDK needed. No integration calls. Just read the spec and go.
Base URL
/api/v1
europe-west3
Auth
X-API-Key
Header
Rate Limit
100/min
With key
Format
JSON
REST
Endpoints
/v1/jobsCore/v1/listingsCore/v1/categoriesCore/v1/estimatePricing/v1/statsAnalytics/v1/helpers/availabilityMatching/v1/demo/*SandboxAll endpoints return JSON. Sandbox endpoints () need no authentication./v1/demo/*
Quick Start
# Search for gardening jobs in Karlsruhe
curl "https://europe-west3-gethelperbeecom.cloudfunctions.net/api/v1/jobs?category=GARDENING&limit=5"
# Get price estimate
curl "https://europe-west3-gethelperbeecom.cloudfunctions.net/api/v1/estimate?category=GARDENING&hours=2"
# Browse all categories
curl "https://europe-west3-gethelperbeecom.cloudfunctions.net/api/v1/categories"
# With API Key (higher rate limit)
curl -H "X-API-Key: bzy_YOUR_KEY_HERE" \
"https://europe-west3-gethelperbeecom.cloudfunctions.net/api/v1/jobs?limit=10"How It Works
Get an API Key
Register below. We send your key within 24h. Anonymous access (20 req/min) works immediately.
Make Requests
Call any endpoint with your key in the X-API-Key header. JSON in, JSON out. No SDK needed.
Build & Ship
Build apps, bots, dashboards, or connect your AI agent. Rate limits scale with your key tier.
Authentication & Limits
| Tier | Auth | Rate Limit | Access |
|---|---|---|---|
| Anonymous | None | 20 req/min | Read only |
| Developer | X-API-Key | 100 req/min | Read + Write |
| Sandbox | None | 20 req/min | /v1/demo/* |
Get Your API Key
Free for development. We review requests and send your key within 24 hours.
Resources
OpenAPI 3.1 Spec
Full API specification with schemas, examples, and error codes.
AI Agent Skill File
Markdown guide for AI agents. Endpoints, workflows, rate limits.
AI Capabilities
Machine-readable capabilities metadata for agent discovery.
Sandbox / Demo
Test endpoints without authentication. Fake data, real API.
Beezybee API v1.0 · Karlsruhe, Germany · Questions? Contact Support