Access Kosovo Business Registry Data

Simple and powerful API to access ARBK (Kosovo Business Registration Agency) business data. Search businesses, retrieve detailed information, and export data programmatically.

Note: This service is provided free of charge on a voluntary basis. Please do not rely on system availability or future use as uptime is not guaranteed. For a more stable system and heavy usage needs, feel free to reach out at info@micro-devs.com

Live Database Statistics

Real-time insights into our Kosovo business registry database

260,431
Total Businesses
129,314
Active Businesses
180
Registered in Last 7 Days
131,117
Inactive Businesses

Why Choose ARBK Crawler?

Everything you need to access Kosovo business data

Quick Search

Search businesses instantly by registration number, name, or tax ID. Get comprehensive business information in seconds.

RESTful API

Simple REST API with JSON responses. Easy integration with any programming language or platform.

Secure & Reliable

API key authentication, rate limiting, and SSL encryption. Your data access is secure and monitored.

CSV Export

Download complete business datasets in CSV format for analysis, reporting, or integration with other tools.

Rate Limits

Generous rate limits: 10 requests per day and 50 per week. Perfect for most business applications.

Usage Analytics

Track your API usage with detailed analytics. Monitor your daily and weekly request limits in real-time.

Simple API Integration

Get started in minutes with our straightforward API

# Search by business number
curl -X GET "https://arbk.micro-devs.com/api/v1/business/search?business_no=71018482" \
-H "X-API-Key: YOUR_API_KEY"
# Search by fiscal number
curl -X GET "https://arbk.micro-devs.com/api/v1/business/search-by-fiscal-number?fiscal_number=600558595" \
-H "X-API-Key: YOUR_API_KEY"
# Search by NUI
curl -X GET "https://arbk.micro-devs.com/api/v1/business/search-by-nui?nui=70302421" \
-H "X-API-Key: YOUR_API_KEY"
# Search by business name
curl -X GET "https://arbk.micro-devs.com/api/v1/business/search-by-name?name=IPKO" \
-H "X-API-Key: YOUR_API_KEY"
# Get businesses registered in last 7 days
curl -X GET "https://arbk.micro-devs.com/api/v1/business/recent" \
-H "X-API-Key: YOUR_API_KEY"
# Get CSV download link (returns a temporary signed URL)
curl -X GET "https://arbk.micro-devs.com/api/v1/business/download-csv" \
-H "X-API-Key: YOUR_API_KEY"

Ready to get started?

Create your free account and get your API key in seconds

Get Started Free

This is a free service provided on a voluntary basis. For enterprise-level stability and heavy usage requirements, contact us at info@micro-devs.com