olx-searcher

1.0.0 • Public • Published

OLX SCRAPPER

Installation

npm install olx-search

How to use

 
var OLX = require('olx-search');
 
const opts = {
  'url'      : 'https://guayas.olx.com.ec/nf/search/fiat%20uno/',
  'page'     : 1,
  'pages'    : 10
};
 
var olx = new OLX(opts);
 
olx.on('hit', function(hit) {
  console.log(hit);
});
 
olx.on('page', function(data) {
  console.log(data);
});
 
olx.start();
 

License

License This software is released under Apache License v2.

Readme

Keywords

none

Package Sidebar

Install

npm i olx-searcher

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • jalarrea