Real-Time Product Search

FREEMIUM
Verified
By OpenWeb Ninja | Updated a day ago | Business
Popularity

9.8 / 10

Latency

2,905ms

Service Level

99%

Health Check

100%

Back to All Discussions

Incorrect details

Rapid account: Thakuryog 1984
thakuryog1984
7 months ago

Hello,

Rapid account: Letscrape 6 B R Ba 3 Qgu O 5
letscrape-6bRBa3QguO5 Commented 2 months ago

Hi there,

Thank you for reaching out.

Do you have a reference or id of this product on Google Shopping? What are you seeing?

Thank you,
Adam

Rapid account: Imacxp
imacxp Commented 2 months ago

I am having the same issue on this plain colorful bindi. Please check

Rapid account: Letscrape 6 B R Ba 3 Qgu O 5
letscrape-6bRBa3QguO5 Commented 7 months ago

Hi,

Thanks for the additional example. I do see the difference, on Google - https://www.google.com/shopping/product/1284326467252331244?gl=in&hl=en&prds=pid%3A13414291959521218929 the price is indeed Rs 491 and when clicking on “Visit site”, I see that they offer it with a discount for Rs 441. The reason could be that Google didn’t crawl that page since last time they changed the price or rating. I also see that on those product pages on Meesho, there isn’t any search engine structured data (as per https://developers.google.com/search/docs/appearance/structured-data/product), this is a protocol for sites to let Google know the product, offer, reviews, etc in a structured way - that means that Google could be less accurate in parsing or assuming certain pieces of data from their product pages (this is just a theory though). By the way, do you have specific examples for inaccuracies on sites other than Meesho so I can look at them too?

Thank you,
OpenWeb Ninja

Rapid account: Thakuryog 1984
thakuryog1984 Commented 7 months ago

Hello sir,

This is not only happening with meesho, it happening with other store as well such as flipkart.

I can understand that it take the review from google but price is also different.

You can check any product with below code - for example i have given the below one.

https://www.meesho.com/SATIN DESIGNER IMPORTED DIORR TOP/p/5JOO5L?srsltid=AfmBOoo6gj18Cb2LV-x_V8rnrsHbXWO7LaqIFM9vpwSd1MzAJftVodfoBVg

for above product price is given as Rs- 491
but in the URL price is mentioned as Rs -441

const axios = require(‘axios’);

const options = {
method: ‘GET’,
url: ‘https://real-time-product-search.p.rapidapi.com/search’,
params: {
q: ‘meesho’,
country: ‘in’,
language: ‘en’
},
headers: {
‘X-RapidAPI-Key’: ‘c5313e7d09msh5769809f9abb646p1cdd46jsnf790ed283e7e’,
‘X-RapidAPI-Host’: ‘real-time-product-search.p.rapidapi.com
}
};

try {
const response = await axios.request(options);
console.log(response.data);
} catch (error) {
console.error(error);
}

Rapid account: Letscrape 6 B R Ba 3 Qgu O 5
letscrape-6bRBa3QguO5 Commented 7 months ago

Hi,

Thank you for your message.

It seems like there are two products / offers with the same name on Meesho:

  1. https://www.meesho.com/Trendy Retro Women Dresses, Frock_Top,Kurti_Top/p/208JX7?srsltid=AfmBOooUcv9jmm4mpSyrdTcgh7L8b0lpCIfYh7E1VRmXXm346kz4iQvG4i0
  2. This is the URL you saw: https://www.meesho.com/Trendy Retro Women Dresses, Frock_Top,Kurti_Top/p/458I1B?srsltid=AfmBOorHvejl17SyOY1ILsxPq46wougldC7guBvV_6qg9SKEBPHhpCK8UPs

I wasn’t able to find the URL you supplied (#2) on the API. The first URL was returned when querying for “Trendy Retro Women Dresses, Frock_Top,Kurti_Top” (with country=in) but not the one you’ve seen. Do you have a way to get it from the API?

The product price seems correct for URL #1. Regarding “rating” and “product_num_reviews”, it’s possible that this store (Meesho) does not add this information as part of their Google Search structured data, as seen here: https://developers.google.com/search/docs/appearance/structured-data/product (The API uses Google Shopping under the hood) and that Google doesn’t find this info while crawling this page.

Thank you,
OpenWeb. Ninja

Rapid account: Thakuryog 1984
thakuryog1984 Commented 7 months ago

Hello,
This is not giving the correct data and full information, can you please what is the issue.

In below request
Price is incorrect
Review is shown as null which is incorrect
and number of review also shown as zero which is incorrect.

There are so many other products as well for which it showing incorrect and insufficient information.

Is there any specific reason for this?

Join in the discussion - add comment below:

Login / Signup to post new comments