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

395
Views
How to find hidden elements while web-scraping with node JS, Cheerio, Axios, and Express

Im looking for how i would get this format of data when web scraping: How would I instruct it to grab content that is marked in the source code as:

 <div hidden="">https://doi.org/10.1016/S0272-7757(21)00078-9</div>

I have a working web scraping application that takes data in this format, taking the class data and pushing it into an array:

$('.js-article-title', html).each(function () {
            const title = $(this).text()
            articles.push({
                title
            })

How would I take this code and help me find this hidden data on the page? Please help im a beginner.

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!