The TenderInfo API provides structured access to tender notices from different countries, procurement portals and marketplace/RFQ sources. This documentation covers only tender records and tender search/export endpoints.
A user can pass api_code as a GET parameter. The current API page shows the user key and refresh key after login. Some public searches may return limited data without a key, while paid/extended access can open more source information and larger usage scenarios.
https://www.tenderinfo.org/api/export?kwords=construction&api_code=YOUR_TOKEN
[{"ID":"71989101","Date_publ":"2026-07-08","TenderName":"Construction materials supply","Buyer":"City procurement department","Country":"United States","Country_ID":"15","Price":"250000","Currency":"USD","Deadline":"2026-08-05","Published_In":"public procurement portal","TenderLinkInner":"https://www.tenderinfo.org/tender/71989101"}]
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Items> <Total>1</Total> <Item> <ID>71989101</ID> <Date_publ>2026-07-08</Date_publ> <TenderName>Construction materials supply</TenderName> <Country>United States</Country> <Deadline>2026-08-05</Deadline> </Item> </Items>
This page documents only tender search/export. Other TenderInfo sections are intentionally not included here.
Yes. Use mode=countries and mode=sources to get identifiers, then pass c{id}=1 or e{id}=1.
For large AI training sets, a prepared dataset or daily file feed is usually more convenient than live API pagination.