Amazon merchant data

부분 유료
분류별 3B Data / @CRAWLER2API | 업데이트됨 20 दिन पहले | eCommerce
인기

9.5 / 10

지연 시간

6,664ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

Amazon US: Books Category Stopped Working

Rapid account: Happy 1
happy1
6 महीने पहले
Hi,

since three days the product scrapping on amazon.com in the books category isn't working anymore.

Before, everything was fine.

Example query:

const axios = require('axios');

const options = {
method: ‘GET’,
url: ‘https://amazon-merchant-data.p.rapidapi.com/get-product’,
params: {
asin: ‘1912918684’,
country: ‘us’
},
headers: {
//
}
};

try {
const response = await axios.request(options);
console.log(response.data);
} catch (error) {
console.error(error);
}

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

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