Is there a way I can show the images from google search query on my ionic app?

Is there a way I can show the images from google search query on my ionic app ? for example this search query . https://goo.gl/txyMw8

You need an API of this search your Ionic app can query. If a REST API exists, it won’t be a problem to implement this in Ionic. If not, you will either have to write a wrapper/scraper that converts the Google result page to an API or find another way to get an API.

Please can you elaborate a bit more on this “wrapper/scraper that converts the Google result page to an API”?

Any ( node ) example of this would be very helpful.

Best Regards,
Jay P

I would check out google custom search.

go for googles custom search API following is official document for it.

https://developers.google.com/custom-search/docs/overview

1 Like