pc-part-dataset
pc-part-dataset copied to clipboard
[Feature Request]: Add urls to product object
Can we add the PCPP url to the product object too? That would be helpful.
Something to this effect in scraper.ts:
serialized['url'] = await productEl.$eval(
'.td__name > a',
(a) => (a as HTMLAnchorElement).href
)