UNPKG

web-scrapify

Version:

A simple web scraper that can scrape product details from various e-commerce platforms.

10 lines (9 loc) 328 B
export const AMAZON_BASE_URL = 'https =//www.amazon.com'; export enum AMAZON_SORT_OPTIONS { RELEVANCE = 'relevanceblender', PRICE_LOW_TO_HIGH = 'price-asc-rank', PRICE_HIGH_TO_LOW = 'price-desc-rank', REVIEW_COUNT = 'review-count', DATE = 'date', EXACT_AWARE_POPULARITY = 'exact-aware-popularity-rank' }