π€ Machine-Readable Platform Public Pionery API & Feeds for AI Agents Access verified manufacturers, products, freight forwarders, sourcing agents, and tenders in standardized JSON formats.
Available Endpoints 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
π Kopieren curl -X GET "https://pionery.com/api/public/produkte?kategorie=Metall%20%26%20Maschinenbau&moq_max=500&limit=20"
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
π Kopieren curl -X GET "https://pionery.com/api/public/produkte/cnc-fraesteile-aluminium"
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
π Kopieren curl -X GET "https://pionery.com/api/public/hersteller?land=T%C3%BCrkei&limit=25"
4. Manufacturer Detail
Complete manufacturer profile including all published products and factory gallery images.
Parameters
id (Manufacturer UUID in path)
cURL Request
π Kopieren curl -X GET "https://pionery.com/api/public/hersteller/3fa85f64-5717-4562-b3fc-2c963f66afa6"
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
π Kopieren curl -X GET "https://pionery.com/api/public/spediteure?transportart=Seefracht"
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
π Kopieren curl -X GET "https://pionery.com/api/public/agents?sprache=Deutsch"
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
π Kopieren curl -X GET "https://pionery.com/api/public/ausschreibungen?limit=30"
8. Categories & Industries
Lists all standardized industrial and consumer product categories and category groups.
Parameters
No parameters required.
cURL Request
π Kopieren curl -X GET "https://pionery.com/api/public/kategorien"