Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

181
Views
page not found 404 error for dom-parser in node js

I am trying to parse a web page using dom-parser in nodejs. when i hit request through this, it shows 404 not found error but the page can be browsed using browser. here is my code.

    var request = require("request");
    var DomParser = require('dom-parser');
    var parser = new DomParser();
    app.get("/parse", (req, res)=>{
    
    request({uri: "https://www.propertyfinder.ae"}, 
    function(error, response, body) {
    res.status(200).send(body)
    });
});

I couldn't understand why this is happening. Please help me sort this out. any help would be much appreciated. Thanks

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!