Amazon merchant data

फ्रीमियम
द्वारा 3B Data / @CRAWLER2API | अपडेट किया गया 22 дня назад | eCommerce
लोकप्रियता

9.5 / 10

लेटेंसी

6,665ms

सेवा का स्तर

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);
}

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

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