Giter Site home page Giter Site logo

wbwebapi's Introduction

Wildberries Web API exploit

Библиотека для эксплуатации API сайта Wildberries.

$setup = (new \Dakword\WBWebAPI\Setup(['curr' => 'rub', 'lang' => 'ru']))->withReg(1)->withSpp(20);
$webAPI = new \Dakword\WBWebAPI\WebAPI($setup);
$webAPI->setup()->setRegions([80,64,83,4,38,33,70,68,69,86,75,30,40,48,1,66,31,22,71]);
$webAPI->setup()->setDest([-1029256,-102269,-2162196,-1255942]);

// Endpoints
$Ads = $webAPI->Ads();
$Catalog = $webAPI->Catalog();
$Product = $webAPI->Product();
$Search = $webAPI->Search();
$User = $webAPI->User();

// Карточка товара
$Product->card(13615125);
// Отзывы
$Product->feedbacks(13615125);
// Похожие товары
$Product->similar(13615125);
// История цены
$Product->priceHistory(13615125);

// Товары в категории каталога
$Catalog->category(shard: 'electronic3', category: 9846, page: 1);
// Данные о поставщике
$Catalog->supplierInfo(28976);

// Подсказки для строки поиска
$Search->suggests('телефон');
// С товарами из этого раздела ищут
$Search->similarCatalogQueries('/catalog/dom-i-dacha/kuhnya/kastryuli-i-skovorody');

// Промотовары к товару
$Ads->productCarousel(13615125);

// Получить regions, dest, couponsGeo, ... для заданного адреса
$User->setUserLoc('г Краснодар, Улица Ленина 50', 45.023, 38.97358);

wbwebapi's People

Contributors

dakword avatar dagryazev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.