UNPKG

@scrapingant/amazon-proxy-scraper

Version:

Amazon products scraper by keyword with using ScrapingAnt API

30 lines 682 B
module.exports = { limit: { retry: 3, product: 500, }, supported_countries: [ 'ae', // United Arab Emirates (the) 'br', // Brasilia 'cn', // China 'de', // Germany 'es', // Spain 'fr', // France 'gb', // United Kingdom (the) 'hk', // Hong Kong 'in', // India 'it', // Italy 'il', // Israel 'jp', // Japan 'nl', // Netherlands (the) 'ru', // Russia 'sa', // Saudi Arabia 'us', // USA ], supported_filetypes: { xls: 'xls', csv: 'csv' }, defaultItemLimit: 10, defaultAmazonUrl: 'amazon.com' };