Axesso - Amazon Data Service

부분 유료
Verified
분류별 Axesso | 업데이트됨 2 days 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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입