Trusted by leading Retailers & Brands in 30 countries
Fully managed Data as a Service
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”: 1020.24,
“price_after”: 1020.59 }
“price_before”: 1020.24,
“price_after”: 1020.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 () {
});
Start now Price Monitoring
Optimize your prices
Get live data of your competitors’ prices, stock status, pricing history
and market insights in your personalized and intuitively-designed platform.