Amazon merchant data

FREEMIUM
Durch 3B Data / @CRAWLER2API | Aktualisiert एक महीने पहले | eCommerce
Popularität

9.5 / 10

Latenz

6,589ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

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

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen