Skip to content

API и конструктор парсеров для парсеров => товаров

Notifications You must be signed in to change notification settings

fedorovvvv/shopChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopChecker by NikitaFedorov

API

Схема товара Item

{
  site: string,
  name: string,
  url: string,
  inStock: boolean,
  price: number
}

Получить все товары Array

  GET /api/check

Поиск по товарам Array

  GET /api/check/find?

поиски не чувствительны к регистру и пробелам

Query Type Описание Примеры
site string Поиск по сайтам. 'viD' = mvideo.com
name string Поиск по наименованию. 'stATion5' = PlayStation 5
inStock boolean Проверка наличия true = В наличии
price string цена "от:до" 2000:8000 = >= 2000 && <= 8000
2000 = >= 2000
:8000 = <= 8000

About

API и конструктор парсеров для парсеров => товаров

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published