Zum Inhalt springen / Skip to content
πŸ€– Machine-Readable Platform

Public Pionery API & Feeds for AI Agents

Access verified manufacturers, products, freight forwarders, sourcing agents, and tenders in standardized JSON formats.

llms.txt Standard

Optimized for LLMs, AI Agents & Procurement Bots

Pionery supports the standardized llms.txt specification. Autonomous procurement agents and language models can retrieve the B2B catalog and supplier directory directly.

General API Information

Base URL
https://pionery.com/api/public
CORS & Open Access
All endpoints support Cross-Origin requests (Access-Control-Allow-Origin: *) and are publicly readable without an API key.
Caching & Freshness
Cache-Control: public, s-maxage=300 (5 minutes CDN edge cache). Please cache results locally.

Available Endpoints

GET/api/public/produkte
Im Browser aufrufen β†—
1. Products (B2B Catalog)

Search published industrial products with volume pricing, technical specifications, MOQ, and lead times.

Parameters
kategorie (string), land (string), moq_max (number), lieferzeit_max (number), q (string), limit (1-200), offset (number)
cURL Request
curl -X GET "https://pionery.com/api/public/produkte?kategorie=Metall%20%26%20Maschinenbau&moq_max=500&limit=20"
GET/api/public/produkte/{id}
Im Browser aufrufen β†—
2. Product Detail

Returns complete specifications, tiered pricing, certificates, HS customs codes, and manufacturer details for an individual product.

Parameters
id (UUID or product slug in path)
cURL Request
curl -X GET "https://pionery.com/api/public/produkte/cnc-fraesteile-aluminium"
GET/api/public/hersteller
Im Browser aufrufen β†—
3. Manufacturers & Suppliers

Provides verified manufacturer profiles, machinery, production capacities, and certificates (without private contact info).

Parameters
land (string), kategorie (string), q (string), limit (1-200), offset (number)
cURL Request
curl -X GET "https://pionery.com/api/public/hersteller?land=T%C3%BCrkei&limit=25"
GET/api/public/hersteller/{id}
Im Browser aufrufen β†—
4. Manufacturer Detail

Complete manufacturer profile including all published products and factory gallery images.

Parameters
id (Manufacturer UUID in path)
cURL Request
curl -X GET "https://pionery.com/api/public/hersteller/3fa85f64-5717-4562-b3fc-2c963f66afa6"
GET/api/public/spediteure
Im Browser aufrufen β†—
5. Freight Forwarders & Logistics

Verified logistics providers with transport modes, serviced routes, and fleet sizes.

Parameters
land (string), transportart (string), q (string), limit (1-200), offset (number)
cURL Request
curl -X GET "https://pionery.com/api/public/spediteure?transportart=Seefracht"
GET/api/public/agents
Im Browser aufrufen β†—
6. Sourcing & Trade Agents

Local procurement specialists with industry expertise and language proficiencies.

Parameters
land (string), sprache (string), q (string), limit (1-200), offset (number)
cURL Request
curl -X GET "https://pionery.com/api/public/agents?sprache=Deutsch"
GET/api/public/ausschreibungen
Im Browser aufrufen β†—
7. Public Tenders (RFQs)

Active industrial demands and requests for quotation from European buyers.

Parameters
kategorie (string), lieferland (string), q (string), limit (1-200), offset (number)
cURL Request
curl -X GET "https://pionery.com/api/public/ausschreibungen?limit=30"
GET/api/public/kategorien
Im Browser aufrufen β†—
8. Categories & Industries

Lists all standardized industrial and consumer product categories and category groups.

Parameters
No parameters required.
cURL Request
curl -X GET "https://pionery.com/api/public/kategorien"