aliexpress-scraper

0.2.0 • Public • Published

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 😄

Readme

Keywords

Package Sidebar

Install

npm i aliexpress-scraper

Weekly Downloads

3

Version

0.2.0

License

MIT

Unpacked Size

10.3 kB

Total Files

4

Last publish

Collaborators

  • lachero