We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80db136 commit 8f2cbbaCopy full SHA for 8f2cbba
utils.js
@@ -13,13 +13,13 @@ const getRandomId = () => [...Array(10)].map(i=>(~~(Math.random()*36)).toString(
13
const selectors = {
14
amazon: {
15
title: '#productTitle',
16
- price: '#priceblock_dealprice',
+ price: '#priceblock_ourprice',
17
image: '#landingImage'
18
},
19
flipkart: {
20
price: '._30jeq3._16Jk6d',
21
title: '.B_NuCI',
22
- image: '.CXW8mj._3nMexc > img'
+ image: '#container > div > div._2c7YLP.UtUXW0._6t1WkM._3HqJxg > div._1YokD2._2GoDe3 > div._1YokD2._3Mn1Gg.col-5-12._78xt5Y > div:nth-child(1) > div > div._3li7GG > div._1BweB8 > div._3kidJX > div.CXW8mj._3nMexc > img'
23
}
24
25
const getProductDetails = async(url, merchant) => {
0 commit comments