Price Optimization2
with best-in-market competitor data.
Automate your pricing processes like data collection, product matching & pricing calculations, so you can focus on the strategies that grow your business.

Collaborate with remote teams
work with Enterprise data to WIN
Personalize each user’s experience.
Your users create custom dashboards, reports and pricing rules, working on their own time zone, language & currency, while using the same data.
https://api.tgndata.com/auth/{auth_key}/competitors_data/get_price_alterations_by_competitor/{compid}
JSON/Response
“additionalProp1”: {
“url”: “https://amazon.com/iphone-14-pro-max”,
“price_before”: 20.24,
“price_after”: 20.59 }
“price_before”: 20.24,
“price_after”: 20.59
function tgndataApi($apiUrl){
$ch = curl_init($apiUrl);
curl_setopt($ch, CURLOPT_URL, $apiUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
print_r(json_decode($result));
}
curl_setopt($ch, CURLOPT_URL, $apiUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
print_r(json_decode($result));
import requests
def tgndataApi(url):request = requests.get(url = url)
data = request.json()
print(data)
data = request.json()
print(data)
public static void main(String args[]) {
try{
URL url = new URL(url);
Scanner sc = new Scanner(url.openStream());
StringBuffer sb = new StringBuffer();
String result = sb.toString();
System.out.println(result);
}catch(Exception e){}}
Scanner sc = new Scanner(url.openStream());
StringBuffer sb = new StringBuffer();
String result = sb.toString();
System.out.println(result);
const axios = require(‘axios‘);
axios.get(‘url‘)
.then(function (response) {
console.log(response.data);
})
.catch(function (error) {
console.log(error);
})
.finally(function () {
});
console.log(response.data);
})
.catch(function (error) {
console.log(error);
})
.finally(function () {
});
Core features
Monitor your competition
Optimize your prices
Get live data of your competitors’ prices, stock status, pricing history
and market insights in your personalized and intuitively-designed platform.