- Free tier: 100 requests per hour, no API key required, JSON responses
- Developer plan at 49 per month: 10K requests per day, API key, JSON and CSV formats
- Business and Enterprise plans with webhooks, priority support, and custom SLAs
API Pricing Plans
Free
100 requests per hour. No API key required. Ideal for prototyping.
- ✓100 requests per hour
- ✓No API key required
- ✓JSON response format
- ✓3 core endpoints
- ✓Community support
- ✓27 countries, 21 job categories
Developer
10,000 requests per day. API key with usage dashboard.
- ✓10,000 requests per day
- ✓Personal API key
- ✓JSON and CSV formats
- ✓All endpoints
- ✓Usage analytics dashboard
- ✓Email support
- ✓Historical data (1 year)
Business
100,000 requests per day. Webhooks and priority support.
- ✓100,000 requests per day
- ✓Webhook notifications
- ✓Priority support with SLA
- ✓JSON, CSV, and Excel formats
- ✓Custom fields in responses
- ✓Historical data (3 years)
- ✓Bulk endpoints
- ✓IP whitelisting
Enterprise
Unlimited requests. Dedicated support and custom SLA.
- ✓Unlimited requests
- ✓Dedicated account manager
- ✓Custom SLA (99.9%+ uptime)
- ✓All response formats
- ✓Custom endpoints
- ✓Full historical archive
- ✓White-label data licensing
- ✓SOC 2 compliance reports
Feature Comparison Matrix
| Feature | Free | Developer | Business | Enterprise |
|---|---|---|---|---|
| Rate limit | 100/hr | 10K/day | 100K/day | Unlimited |
| Endpoints | 3 core | All | All + bulk | All + custom |
| Response formats | JSON | JSON, CSV | JSON, CSV, Excel | All + custom |
| Authentication | None required | API key | API key + IP lock | OAuth, API key, IP |
| Support | Community | Priority email | Dedicated manager | |
| SLA guarantee | — | — | 99.5% uptime | 99.9%+ uptime |
| Webhooks | — | — | ✓ | ✓ |
| Historical data | Current year | 1 year | 3 years | Full archive |
| Custom fields | — | — | ✓ | ✓ |
Quick Start Examples
Free Tier (no key)
Start making requests immediately with no configuration:
curl https://eurosalary.eu/api/v1/salary?country=DE&job=software-engineer&level=mid Developer (API key)
Authenticate with your API key for higher limits:
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://eurosalary.eu/api/v1/salary?country=DE&job=software-engineer&format=csv" Business (webhooks)
Register a webhook to receive data update notifications:
curl -X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://your-app.com/webhook","events":["data.updated"]}' \
"https://eurosalary.eu/api/v1/webhooks" Често задавани въпроси
What happens when I hit the rate limit?
The API returns a 429 Too Many Requests status code with a Retry-After header indicating when you can resume. Free tier limits reset every hour. Developer and Business limits reset at midnight UTC. No data is lost and your requests will succeed once the limit resets.
How is authentication handled for paid plans?
Paid plans authenticate via a Bearer token in the Authorization header. You receive your API key instantly after subscribing. Developer plans get one key, Business gets up to 5 keys, and Enterprise can generate unlimited keys with granular permission scopes.
What is the uptime guarantee for Business and Enterprise?
Business plans include a 99.5% uptime SLA, meaning less than 3.65 hours of downtime per month. Enterprise plans offer 99.9% or higher, negotiated per contract. SLA credits are applied automatically if we fail to meet the guaranteed uptime.
Can I switch between API plans mid-billing cycle?
Yes. Upgrades take effect immediately and you pay only the prorated difference. Downgrades take effect at the next billing cycle, and unused credit is applied to your balance.
Do you support bulk data downloads?
Business and Enterprise plans have access to bulk endpoints that return salary data for all countries or all jobs in a single request. Enterprise plans also support scheduled bulk exports delivered via webhook or SFTP.
What data formats are available?
Free tier returns JSON only. Developer plans add CSV support. Business plans include JSON, CSV, and Excel. Enterprise plans support all formats plus custom schemas with XML and Parquet available on request.
description Full API documentation · All pricing plans · Enterprise solutions