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

158
Views
How to set limit for getting items from rss feed?

I'm getting feed from this link. I want to get only first five items from feed. Instead of that I'm getting all of the items from feed. How can I get first five items only ?. Should I pass any parameters with URL ?

HTTP.get('https://buzz.machaao.com/feed',
  (err, res) => {
    if(err) {
      console.log(err);
    }
    else {
      console.log(res);
    }
});
about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

No that is not possible. What you can do though is to make a GET request to https://buzz.machaao.com/latest with Accept: application/json header. You can pass a count parameter to limit the posts.

about 4 years ago · Santiago Trujillo Report
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!