api API Pricing

How Much Does the EuroSalary API Cost per Tier?

The EuroSalary API offers four pricing tiers, starting with a completely free plan at 100 requests per hour with no API key required. Developer plans begin at 49 per month for 10,000 daily requests, while Business plans provide 100,000 daily requests with webhooks and priority support for 199 per month. Enterprise customers receive unlimited access with custom SLAs.

bolt V skratke
  • 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.

€0
Start Free
  • 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.

€49/mo
Get API Key
  • 10,000 requests per day
  • Personal API key
  • JSON and CSV formats
  • All endpoints
  • Usage analytics dashboard
  • Email support
  • Historical data (1 year)

Enterprise

Unlimited requests. Dedicated support and custom SLA.

Custom
Contact Sales
  • 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

FeatureFreeDeveloperBusinessEnterprise
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 Email 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"

Často kladené otázky

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.