You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created it, but not working, rest of script work fine, I need scrap asin details of color and size names, text plain to easy csv import to woocommece. I hope you help bro.
I created it, but not working, rest of script work fine, I need scrap asin details of color and size names, text plain to easy csv import to woocommece. I hope you help bro.
const fs = require('fs').promises;
const amazonScraper = require('amazon-buddy');
const createCsvWriter = require('csv-writer').createObjectCsvWriter;
(async () => {
try {
const asinList = await fs.readFile('asin-list.txt', 'utf-8');
const asinArray = asinList.trim().split('\n');
})();
The text was updated successfully, but these errors were encountered: