Giter VIP home page Giter VIP logo

Comments (4)

mwpenny avatar mwpenny commented on August 22, 2024

I'm not able to reproduce your issue. When I search with scrapeResultDetails set to false, titles are properly set. Could you provide some code that reproduces the issue?

Example:

// test.js
const kijiji = require("kijiji-scraper");

const params = {
    locationId: kijiji.locations.QUEBEC.GREATER_MONTREAL.CITY_OF_MONTREAL,
    categoryId: kijiji.categories.REAL_ESTATE.APARTMENTS_AND_CONDOS_FOR_RENT
};

kijiji.search(params, { scrapeResultDetails: false }).then((ads) => {
	ads.forEach(ad => console.log(ad.title));
});

After running node test.js, I get

STUDIO MODERNE- PLATEAU- PRÈS MCGILL, JUILLET 2020
2016 BMW 3 Series 328i xDrive: Sport LIne,Toit ouvrant
Downtown,Centre Ville,studio,bachelor,21/2, AVAILABLE ,JULY
Appartement Condo 4 1/2 coin lumineux Vieux Montreal
[...]

from kijiji-scraper.

aziddy avatar aziddy commented on August 22, 2024

Code:

var kijiji = require("kijiji-scraper")

let options = {
   scrapeResultDetails: false,
};
 
let params = {
    locationId: kijiji.locations.QUEBEC.GREATER_MONTREAL.CITY_OF_MONTREAL,
    categoryId: kijiji.categories.REAL_ESTATE.APARTMENTS_AND_CONDOS_FOR_RENT
};

kijiji.search(params, options).then(function(ads) {

	for (var i = 0; i < ads.length; ++i) {
		console.log(ads[i]);
	}
	
}).catch(console.error);

Part of the Result:

KijijiAd {
  title: '',
  description:
   'Superbe condo 3 ½ de style moderne NEUF dans la deuxième phase du magnifique projet TOUR DES CANADIENS 2. Situé directement sur la rue Saint-Antoine près du Centre Bell, cette unité de 650 Pieds',
  date: null,
  image:
   'https://ca.classistatic.com/static/V/9232/img/placeholder-large.png',
  images: [],
  attributes: {},
  url:
   'https://www.kijiji.ca/v-appartement-condo/ville-de-montreal/beau-condo-neuf-tour-canadiens-2/1501886839',
  scrape: [Function],
  isScraped: [Function] }
KijijiAd {
  title: '',
  description:
   "RÉNOVÉ À 100% DISPONIBLE IMMÉDIATEMENT ULTRA MODERNE -AU 3E ÉTAGE DONC PAS DE VOISINS EN HAUT -CUISINE AVEC ENTRÉ LAVE-VAISSELLE -ENTRÉE LAVEUSE-SÉCHEUSE DANS L'APPART",
  date: null,
  image:
   'https://ca.classistatic.com/static/V/9232/img/placeholder-large.png',
  images: [],
  attributes: {},
  url:
   'https://www.kijiji.ca/v-appartement-condo/ville-de-montreal/tres-grand-4-1-2-a-louer-neuf/1501886553',
  scrape: [Function],
  isScraped: [Function] }




from kijiji-scraper.

mwpenny avatar mwpenny commented on August 22, 2024

Using your code, I am still unable to reproduce the issue - the Ad objects have titles. Which version of node are you running (output of node -v)? Could you also post your package-lock.json file?

from kijiji-scraper.

mwpenny avatar mwpenny commented on August 22, 2024

Closing due to inactivity. Please comment with details if you are still able to reproduce the issue.

from kijiji-scraper.

Related Issues (20)

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.