BeezybeeDeveloper Portal

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.md

Works 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

GET/v1/jobsCore
GET/v1/listingsCore
GET/v1/categoriesCore
GET/v1/estimatePricing
GET/v1/statsAnalytics
GET/v1/helpers/availabilityMatching
GET/v1/demo/*Sandbox

All endpoints return JSON. Sandbox endpoints () need no authentication./v1/demo/*

Quick Start

cURL
# 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

01

Get an API Key

Register below. We send your key within 24h. Anonymous access (20 req/min) works immediately.

02

Make Requests

Call any endpoint with your key in the X-API-Key header. JSON in, JSON out. No SDK needed.

03

Build & Ship

Build apps, bots, dashboards, or connect your AI agent. Rate limits scale with your key tier.

Authentication & Limits

TierAuthRate LimitAccess
AnonymousNone20 req/minRead only
DeveloperX-API-Key100 req/minRead + Write
SandboxNone20 req/min/v1/demo/*

Get Your API Key

Free for development. We review requests and send your key within 24 hours.

Resources

Beezybee API v1.0 · Karlsruhe, Germany · Questions? Contact Support