Discussions

Ask a Question
Back to All

API request to get the only reviews by passing UPC code ?

Please provide the api request format (query format) that should be used to get the views by passing UPC code and also let me know the sources from which you collect the reviews?

Admin

You can refer to https://developer.datafiniti.co/v4/discuss/5ac1ddfeb1434f002877a85a for how to search for UPC codes. If you'd like to learn which websites we crawl, please contact our team at help@datafiniti.co.

Sorry for framing my question in this way .. I would need the query format to get the reviews of a product by passing its upc code ?

Sorry for framing my question in this way .. I would need the query format to get the reviews of a product by passing its upc code ?

Admin

The default JSON or CSV will return any reviews that are included in the record. If you only want records that have at least one review, you can do something like:

{
  "query": "upc:XXXX AND reviews:*"
}

This comment has been deleted

ο»Ώ