UNPKG
@binochoi/aliexpress-scraper
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
fork of https://github.com/sudheer-ranga/aliexpress-product-scraper
@binochoi/aliexpress-scraper
/
examples
/
example.js
6 lines
(5 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
const
scrape =
require
(
'./../index.js'
);
const
product =
scrape
(
'32958933105'
); product.
then
(
res
=>
{
console
.
log
(
'The JSON: '
, res); });