Developer Docs
API Documentation
Programmatic access to 50,000+ verified European B2B suppliers. REST API with JSON responses.
Authentication
All API requests require an API key passed in the Authorization header.
Authorization: Bearer your-api-keyAPI keys are coming soon. Join the waitlist by registering your business.
Base URL
https://rfq.bot/api/v1Endpoints
/suppliers/searchKeyword search for suppliers by name, product, service, or industry.
Parameters
q(required) — search query stringcountry— ISO 3166-1 alpha-2 country code filterlimit— results per page (default: 20, max: 100)
/suppliers/semanticNatural language semantic search. Describe what you need and get the best matches.
Parameters
q(required) — natural language descriptionlimit— results per page (default: 20, max: 100)
/suppliers/:idGet the full profile for a specific supplier by UUID.
/industriesList all industry categories in the index.
/countriesList all supported European countries.
OpenAPI Specification
The full OpenAPI 3.1 spec is available at /openapi.json. Import it into Postman, Insomnia, or any OpenAPI-compatible tool.
Agent Integration
For AI agent integration via MCP, see the MCP integration guide. For LLM-readable context, see /llm.txt.