Short Description

We provide clients with the opportunity to receive information from the site in electronic form via an API based on search queries created through the service's web interface. Queries are made through GET requests to the address
https://www.tenderinfo.org/api/export

To perform queries, either authentication is required, or an api_code key.

Authentication

For authentication, it is necessary to log in to the site at https://www.tenderinfo.org/login with a username and password and obtain the code at https://www.tenderinfo.org/api, or obtain an api_code (for example, api_code=eg32da3s622HHdf) and pass it in the request via the GET method as an api_code parameter.
Versions above 2.0 work even without a key.

Example of a query:

www.Tenderinfo.org/api/export?kwords=kaspersky&api_code=eg32da3s622HHdf (to get working examples, register and obtain a key)

Integration

We provide free assistance to all clients in integrating data into any CRM systems. This guide is not exhaustive, as the formats and data being exported are regularly updated. Also, upon request, we carry out the addition or modification of data as per clients' wishes.

Dear colleagues, please note that the API is provided as part of your tariff plan, as an alternative way of obtaining information according to your parameters.

If you plan to use the API for other purposes, please contact support with your request.

Obtaining or Updating a Key (Token)

To obtain a key via a GET request, you need to pass your login details for the site

Example of a request: Refresh Code – available on the page https://www.tenderinfo.org/api
Request:
https://www.tenderinfo.org/api/export?refresh_code=<>&get_api_code=true

Data Format Output

The service API interface uses formats:

  • JSON
  • XML
  • CSV

All received data is encoded in utf8.

To receive data in different formats, the dtype parameter is passed:

  • JSON (dtype parameter=json)
  • XML (dtype parameter is empty, by default)
  • CSV (dtype=csv)