🏭 Procurement
Find Any Supplier in Europe in Seconds
Search 8M+ verified companies across 11 countries with a single API call.
The Problem
Procurement teams spend hours searching fragmented registries across 11 countries. Each has a different interface, different data format, and different query logic. Supplier shortlisting that should take minutes takes days.
How btob.dev solves it
- Search 8M+ suppliers by keyword across all countries in one query
- Filter by country, industry, or NACE code
- Get structured company profiles — no parsing, no scraping
- NACE industry classification for precise category matching
Example
curl "https://btob.dev/api/v1/suppliers/search?q=steel+fabrication&country=DE&limit=10"
# Returns structured JSON:
# {
# "suppliers": [
# {
# "id": "...",
# "name": "Stahlbau Mayer GmbH",
# "country": "DE",
# "city": "Stuttgart",
# "industries": ["Metal fabrication"],
# "employee_range": "50-249",
# "status": "active"
# },
# ...
# ],
# "total": 1842
# }Available Data
Company name & address
Registered name, street, city, and postal code.
Country filter
Search within any of 11 covered European countries.
Industry classification
NACE codes and plain-text industry labels.
Employee range
Banded headcount from registry data.
Company status
Active, dissolved, or in liquidation.
Registration number
Official identifier for due diligence.