trendyol-scraper
Version:
Scraper that gives price, description, images and more for trendyol links
22 lines • 462 B
JSON
{
"name": "trendyol-scraper",
"version": "1.0.0",
"description": "Scraper that gives price, description, images and more for trendyol links",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"node",
"npm",
"trendyol",
"scraper",
"shopping"
],
"author": "Bartu OZEL",
"license": "MIT",
"dependencies": {
"axios": "^0.20.0"
}
}