Amazon merchant data

GRATIS CON POSSIBILITÀ DI UPGRADE
Da 3B Data / @CRAWLER2API | Aggiornamento il y a 19 jours | eCommerce
Popolarità

9.5 / 10

Latenza

6,602ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

Amazon US: Books Category Stopped Working

Rapid account: Happy 1
happy1
il y a 6 mois
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);
}

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti