how to restrict Google suggest API for product specific result only - api

I have integrated google shopping API in my website and want to integrate suggest API in my product search text box. But I see when I search 'Shampoo' as a product in suggest API it returns 'shampoo coupons' as a auto suggest text. http://google.com/complete/search?output=toolbar&q=shampoo
But if I look into actual google shopping page http://www.google.com/search?q=shampoo&tbm=shop&hl=en&aq=f I don't see 'shampoo coupons' as auto suggest.
Is there any way to filter result in suggest API.
Thanks in advance.

Related

Pull Data from shopping websites by URL

I'm using Vuejs frame-work, and I'm looking for a solution that will allow me to pull from a link of shopping sites like Amazon and show me all the product details on Json, like there is on YouTube that when copying a link for example to WhatsApp, then the link loads information about the video.
someone know witch technology is recommended for this?
You could use a web crawler such as dexi.io to extract the html of interest from any web page. Calling dexi can be done programmatically from your code.

Obtain google shopping matches

So, as the title says, I would like to emulate the behaviour of the google shopping tab.
For example, whenever I search for "Samsung A50" I get different shopping results from different merchants.
Is there a way in the whole google shopping API to do so?
The content API is for submitting data to Google Merchant Center.
Currently, there is no official Google API for returning results of shopping ads. You may want to use a tool such as semrush.

IBM API Connect not showing API that I just created

I just created an API on APIC, but when I search APIs it doesn't show up in the search. Any idea why or where I can find the API I just created?
Try searching for the product. Then you can search through the product's API's and it should be there.

How to get the list of user ID who click likes and comments in Twitter by Twitter API, like the picture below

Hi, I want to get the user list in one Twitter post as picture shown. but I didn't find the API which I can get this kind of data on Twitter. Is there anyone know how can I get this data. Thanks
The official API does not include that functionality.
You will find that there are lots of actions which are available on the official website & apps which are not allowed in the API.
Sorry.

API/method to create a sub-account in Google Merchant Center

I have a multi-client account for Google Merchant Center ("GMC"). To submit products to GMC, I need to create several thousand sub-accounts (one for each user of the site I'm submitting). Doing this manually is not an option. I can't find any API or way to do this. Do you know of a way?
you can use the new Google Content API for Shopping v2 to achieve this.