0.2.0 • Published 2 years ago

aliexpress-scraper v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Aliexpress Scraper

Scrapping products from Aliexpress

Methods

  • Find items by category

How to use?

import { getItemsByCategory } from 'aliexpress-scraper';

const items = await getItemsByCategory({
	category: 'kitchen-dining-bar',
	page: 1,
	minPrice: 1,
	maxPrice: 2000,
});

This is an experimental library built for personal uses, it's not going to be maintained, and it is very limited and simplified library

You are more than welcome to contribute and add features, just fork the repo and create a pull request 😄

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago