Skip to content

lacherogwu/aliexpress-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😄

About

Aliexpress product scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published