UNPKG

web-scrapify

Version:

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

9 lines (8 loc) 253 B
export const FLIPKART_BASE_URL = 'https://www.flipkart.com'; export enum FLIPKART_SORT_OPTIONS { POPULARITY = 'popularity', RELEVANCE = 'relevance', PRICE_ASC = 'price_asc', PRICE_DESC = 'price_desc', RECENCY_DESC = 'recency_desc' }