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

109
Views
Puppeteer Div Tag null values

Trying to scrape asins from an Amazon search. they are in a div tag like below.

Example: <div data-asin="B007Q13M2Y"

Currently my code does return some , but mostly null's. Is there something i missing here?

const puppeteer = require('puppeteer');



(async () => {

const browser = await puppeteer.launch({
    headless: false, 
   
  });

const page = await browser.newPage();

var url = await page.goto('https://www.amazon.co.uk/s?k=TAKPART+Brass+Diff+Filler+Plug+Kit+Compatible+for+Discovery+2+Td5+%26+V8&crid=SCY3QG71TBS9&sprefix=takpart+brass+diff+filler+plug+kit+compatible+for+discovery+2+td5+%26+v8%2Caps%2C77&ref=nb_sb_noss#');






 const data = await page.evaluate(() => 
Array.from(document.querySelectorAll(".s-main-slot.s-result-list.s-search-results.sg- 
row")).map(d => d.getAttribute("data-asin"))
)


console.log(data)




})()

Output: '', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, '', null, null, null, null, 'B07957YMTG', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'B07SJGJVXR', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'B07WS9VMX6', null, null, null, null, null, null, null, ... 673 more items

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!