API for Accessing Global Tender Information
This API section provides detailed information about tenders from all countries, including government and commercial procurements.
The API is designed to simplify working with tender data, providing a unified and structured access to information from various platforms and websites.
Example requests:
https://www.tenderinfo.org/api/export?kwords=construction
Main Query Parameters
kwords – search phrase
c{number}=1 — procurement country (for example, Austria, c14=1).
Example request with country filtering:
https://www.tenderinfo.org/api/export?kwords=construction&c14=1
Country numbers:
https://www.tenderinfo.org/api/export?mode=countries
Sources
e{number}=1 — platform (for example, TED, e1=1).
Platform information:
https://www.tenderinfo.org/api/export?e{platform number}=1
https://www.tenderinfo.org/api/export?e1=1
List of platforms for tenders:
https://www.tenderinfo.org/api/export?mode=sources
Example request for tenders from a single platform:
https://www.tenderinfo.org/api/export?kwords=construction&e1=1
To exclude marketplace procurements, use parameter nm=1.
List of Procurements
GET requests should go to the page::
https://www.tenderinfo.org/api/export
Fields in the request
Field | Type | Description |
---|---|---|
kwords | Search keywords | |
api_code | User token | |
dtype | xml by default, json | |
kwords_minus | Keywords to exclude from the search | |
irazd | Search mode | |
page | Page number | |
price1 | Minimum price | |
price2 | Maximum price | |
date_start | Tender publication start date | |
date_end | Tender publication end date | |
sort_by | Parameter for sorting results By date - by_date (default) By the number of days until the end of submission - by_date_end By cost - by_price |
|
sort_dest | Sorting direction desc for descending asc for ascending |
|
nm | Exclude marketplace procurements (RFQ) (value 1) | |
c{country number} | c{number}=1 — procurement country (e.g., Austria, r14=1) | |
e{source number} | e{number}=1 — procurement source (e.g., TED, e1=1) |
Fields in the response
Field | Type | Description |
---|---|---|
ID | int | Unique Identifier |
Date_publ | Publication Date | |
TenderName | string | Tender Name |
TenderNameOrig | Tender Name in Original Language | |
Buyer | Buyer | |
Country | Country of Tender. Export Regions | |
Country_ID | Country ID. Export Regions | |
Price | int | Contract Price |
Currency | Currency | |
Deadline | Tender End Date | |
Lang | Language | |
Published_In | Source | |
TenderLink | string | Tender Link |
TenderLinkInner | string | Internal Tender Link |
ApiTenderLink | External Tender Number (For users with paid tariffs) | |
User_id | int | Buyer ID |
ApiUserLink | API Link to Buyer | |
ApiSourceLink | API Link to Source | |
IsMarketPlace | ||
searchFragmentXML | array | Search Fragments |
Tender Card
GET requests should go to the page::
https://www.tenderinfo.org/api/export
Fields in the request
Field | Type | Description |
---|---|---|
id | Tender ID | |
api_code | User token | |
dtype | xml by default, json |
Fields in the response
Field | Type | Description |
---|---|---|
ID | int | Unique Identifier |
Date_publ | Publication Date | |
TenderName | string | Tender Name |
TenderNameOrig | Tender Name in Original Language | |
Buyer | Buyer | |
Country | Country of Tender. Export Regions | |
Country_ID | Country ID. Export Regions | |
Price | int | Contract Price |
Currency | Currency | |
Deadline | Tender End Date | |
Lang | Language | |
Published_In | Source | |
TenderLink | string | Tender Link |
User_id | int | Buyer ID |
TenderLinkInner | string | Internal Tender Link |
ApiTenderLink | External Tender Number (For users with paid tariffs) | |
ApiUserLink | API Link to Buyer | |
ApiSourceLink | API Link to Source | |
IsMarketPlace | Marketplace Procurement RFQ Indicator | |
Description | Tender Description |