Machine-readable supplier data for every use case.
btob.dev serves supplier data in four agent-native formats — designed for AI agents, language models, and developer tooling. Every company in the index is available in all four formats with no extra configuration.
business.jsonprofile.mdllm.txtopenapi.json/suppliers/{slug}/business.jsonJSON-LD structured data using the EU business vocabulary (data.europa.eu). Ideal for knowledge graph ingestion, semantic reasoning, and structured agent context.
{
"@context": "https://btob.dev/ns/business/v1.jsonld",
"@type": "RegisteredOrganization",
"legalName": "Acme GmbH",
"registration": {
"registrationNumber": "HRB 123456",
"registrationDate": "2010-03-15"
},
"hasAddress": {
"thoroughfare": "Musterstraße 1",
"postCode": "10115",
"postName": "Berlin",
"adminUnitL1": "DE"
},
"NACE": ["http://data.europa.eu/ux2/nace2/26.20"]
}The JSON-LD context document is available at /ns/business/v1.jsonld.
/suppliers/{slug}/profile.mdLLM-optimized markdown profile. Structured for minimal token overhead while preserving all relevant supplier context. Drop it directly into a prompt or RAG pipeline.
What's included
/llm.txtSite-level agent discovery file. Describes what btob.dev does, what data is available, and how to query it — in plain language optimized for LLM context windows.
What it contains
Following the llmstxt.org convention. Compatible with all major LLM clients.
/openapi.jsonFull OpenAPI 3.1 specification. Import into Postman, Insomnia, or any OpenAPI-compatible tool. Also used by LLM-based API clients for automatic schema discovery.