Advertisement
Namokonov

Untitled

Apr 12th, 2021
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const regExps = {
  2.   name: /<meta itemprop="name" content="(.+)">/,
  3.   price: /<meta itemprop="price" content="(.+)">/,
  4.   curr: /<meta itemprop="priceCurrency" content="(.+)">/,
  5.   orders: /ordersCount":(\d+)/,
  6.   q: /quantity":(\d+)/,
  7.   brand: /<meta itemprop="brand" content="(.+)">/,
  8.   rating: /<meta itemprop="ratingValue" content="(.+)">/,
  9.   reviewCount: /<meta itemprop="reviewCount" content="(.+)">/,
  10.   image: /<meta itemprop="image" content="(.+)"/
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement