Axesso - Amazon Data Service

फ्रीमियम
Verified
द्वारा Axesso | अपडेट किया गया a day ago | eCommerce
लोकप्रियता

9.8 / 10

लेटेंसी

3,433ms

सेवा का स्तर

100%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

No results returned for any keyword

Rapid account: DJB 31st
DJB31st
4 years ago

Is the API still working?

var unirest = require(“unirest”);

var req = unirest(“GET”, “https://axesso-axesso-amazon-data-service-v1.p.rapidapi.com/amz/amazon-search-by-keyword”);

req.query({
“sortBy”: “relevanceblender”,
“numberOfProducts”: “10”,
“domainCode”: “co.uk”,
“page”: “1”,
“keyword”: “book”
});

req.headers({
“x-rapidapi-host”: “axesso-axesso-amazon-data-service-v1.p.rapidapi.com”,
“x-rapidapi-key”: “9uKwFPxWTNmshFjO8wiamZAgXZyxp13EyKNjsnGlSIsedheKEH”
});

req.end(function (res) {
if (res.error) throw new Error(res.error);

console.log(res.body);

});

Rapid account: Axesso
axesso Commented 4 years ago

Hi,

yes it should work. For “de” domain we have currently higher response time. Please increase timeout on your side to get the result.

Regards
Axesso Support

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें