Professional Buyer API
Professional Buyer API - Acquestizer (a solution to choose the right product/service to buy) is a cross browsers REST API supporting now
a maximum of 1000 products per request, each product having a maximum of 500 features.
Allthough this Professional Buyer API is intended for software development and therefore developers, we have also here an online application that may be used to
see the result and the input JSONs. Basically for Professional Buyer API you send an authorized POST request in JSON format to the API endpoint and you get as JSON response a
list with product names and product ratings. You may use it for commercial purposes for paid packages.
The role of this Professional Buyer API is to select the most competitive product / service in relation to the competing products / services and which belong to the same dimension class. In order to achieve this, the following steps are taken in order: the technical and possibly subjective criteria common to these products / services are established so that each criterion will have a numerical value and the subjective criteria will also have numerical values which can be, for example, notes of 1 to 10;
A hierarchical vector is established on three levels of priority for these criteria and which will include all the criteria, depending on the importance that the buyer gives to the respective criteria. Thus, on level 1 will be the most important criteria, on level 2, the less important criteria and on level 3, the criteria that matter the least; a criterion cannot be found on several levels.
The maximum and minimum criteria are set so that the maximum criteria will be those criteria whose values are to be as high as possible and the minimum criteria are those criteria whose values are to be as low as possible.
The JSON string is formed in the format you see below and this string is sent using the POST method to the API.
The result will also be a JSON containing the name of each product and the rating that each product has obtained as a result of executing the specific algorithm. The product with the highest rating is the most competitive and it must be chosen. The limits of this Professional Buyer API are: maximum 1000 products per request, maximum 500 criteria can be defined for each product. A minimum of 3 products and a minimum of 3 criteria are required.
For example: if we intend to purchase a TV we may consider the following criteria: diagonal size (cm), power consumed (W), resolution (pixels), weight (kg), price (USD), warranty (years), design (note).
The hierarchical vector is established, subjective:
on level 1, the size of the diagonal, the price; on level 2, the resolution, the design, the power consumed; on level 3, the weight.
The maximum criteria are: the size of the diagonal, the resolution, the design.
The minimum criteria are: price, power consumed and weight.
These are all the input data that the Professional Buyer API needs. The JSON input/result are given below:
Professional Buyer APP or API is useful for a large number of domains like: marketing, acquisitions for expensive products, buyer software, acquisition software etc.
For using our API and/or APP you must create an account (free of charge, no card required), activate it from your received email, login and then start your TRIAL package with no fees as you can see at our pricing packages.
After you have tested the Professional Buyer API and/or APP and if you are satisfied, you may buy a paid package. You will always see at your Admin Console page the real resources
consumption in real time, your invoices, you may see/edit/delete your profile or export log consents as GDPR instructed, you may read our FAQs.
[
{
"product_name": "TV 1",
"product_feats": [
{
"feature_name": "Diagonal size (cm)",
"feature_value": 100.0,
"feature_level": 1,
"feature_max": true
},
{
"feature_name": "Electric Power (W)",
"feature_value": 70.0,
"feature_level": 2,
"feature_max": false
},
{
"feature_name": "Resolution (pixels)",
"feature_value": 2000000.0,
"feature_level": 2,
"feature_max": true
},
{
"feature_name": "Price (USD)",
"feature_value": 500.0,
"feature_level": 1,
"feature_max": false
},
{
"feature_name": "Design (rate)",
"feature_value": 9.0,
"feature_level": 2,
"feature_max": true
},
{
"feature_name": "Weight (kg)",
"feature_value": 4.0,
"feature_level": 3,
"feature_max": false
}
]
},
{
"product_name": "TV 2",
"product_feats": [
{
"feature_name": "Diagonal size (cm)",
"feature_value": 110.0,
"feature_level": 1,
"feature_max": true
},
{
"feature_name": "Electric Power (W)",
"feature_value": 72.0,
"feature_level": 2,
"feature_max": false
},
{
"feature_name": "Resolution (pixels)",
"feature_value": 2200000.0,
"feature_level": 2,
"feature_max": true
},
{
"feature_name": "Price (USD)",
"feature_value": 540.0,
"feature_level": 1,
"feature_max": false
},
{
"feature_name": "Design (rate)",
"feature_value": 8.0,
"feature_level": 2,
"feature_max": true
},
{
"feature_name": "Weight (kg)",
"feature_value": 5.0,
"feature_level": 3,
"feature_max": false
}
]
},
{
"product_name": "TV 3",
"product_feats": [
{
"feature_name": "Diagonal size (cm)",
"feature_value": 130.0,
"feature_level": 1,
"feature_max": true
},
{
"feature_name": "Electric Power (W)",
"feature_value": 80.0,
"feature_level": 2,
"feature_max": false
},
{
"feature_name": "Resolution (pixels)",
"feature_value": 2500000.0,
"feature_level": 2,
"feature_max": true
},
{
"feature_name": "Price (USD)",
"feature_value": 600.0,
"feature_level": 1,
"feature_max": false
},
{
"feature_name": "Design (rate)",
"feature_value": 6.0,
"feature_level": 2,
"feature_max": true
},
{
"feature_name": "Weight (kg)",
"feature_value": 6.0,
"feature_level": 3,
"feature_max": false
}
]
},
{
"product_name": "TV 4",
"product_feats": [
{
"feature_name": "Diagonal size (cm)",
"feature_value": 140.0,
"feature_level": 1,
"feature_max": true
},
{
"feature_name": "Electric Power (W)",
"feature_value": 90.0,
"feature_level": 2,
"feature_max": false
},
{
"feature_name": "Resolution (pixels)",
"feature_value": 2600000.0,
"feature_level": 2,
"feature_max": true
},
{
"feature_name": "Price (USD)",
"feature_value": 620.0,
"feature_level": 1,
"feature_max": false
},
{
"feature_name": "Design (rate)",
"feature_value": 5.0,
"feature_level": 2,
"feature_max": true
},
{
"feature_name": "Weight (kg)",
"feature_value": 7.0,
"feature_level": 3,
"feature_max": false
}
]
}
]
Professional Buyer API Video Presentation
Choosing the right product/service solved by our Professional Buyer Software - Acquestizer - is in the video presentation below. Our acquisition software or buyer software is a very useful tool for any kind of activity that implies marketing or purchasing goods or services.
You can use it as a standalone app or, as a developer, you can access it from your own app or apps.
Please choose one of the below pricing packages for start using our Professional Buyer API - Acquestizer and online APP!
Start TRIAL
No catches
- 7 days TRIAL
- Use our cloud REST API and online APP
- Maximum 1000 products/services per each request and minimum 3
- Maximum 500 product/service features or criteria and minimum 3
- Maximum 50 requests per DAY in trial period
- You do NOT own the commercial copyright in trial period.
- Get product ratings, the winner is the product/service with the highest rating
- Administration console
- Support through online chat and/or tickets
- We do NOT allow spam accounts for TRIAL
Monthly TIER
Popular
- 90 USD per month
- Use our cloud REST API and online APP
- Maximum 1000 products/services per each request and minimum 3
- Maximum 500 product/service features or criteria and minimum 3
- Maximum 50 requests per MINUTE
- You own the commercial copyright
- 30000 requests/month
- Call the API into your own applications and sell your apps with no other fee
- Get product ratings, the winner is the product/service with the highest rating
- Administration console
- Support through online chat and/or tickets
Yearly TIER
(15% Discount)
- 918 USD per year
- Use our cloud REST API and online APP
- Maximum 1000 products/services per each request and minimum 3
- Maximum 500 product/service features or criteria and minimum 3
- Maximum 50 requests per MINUTE
- You own the commercial copyright
- 30000 requests/month
- Call the API into your own applications and sell your apps with no other fee
- Get product ratings, the winner is the product/service with the highest rating
- Administration console
- Support through online chat and/or tickets
Notes:
VAT rate may be added or not, function to your country and/or if you are a taxable person or company.
The remaining requests per month are reset to 0 for the next month.
If you consume all 30000 requests before the end of the paid month you may buy another package.