Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 9 days ago.
Improve this question
I started studying the world of Amazon api, I wanted to build a simple php page that given a product via asin gives me a small situation on the status of the product, through AWS I managed to get a good overview, but I can not extract the list of sellers of that product, do you know if there is any documentation to get this done?
I've basically read all the documentation they provide, but I can not find a link, it seems that they do not allow it, can you help me?
For that you have to Sign in https://affiliate-program.amazon.com/ and there you can find the API for products to access
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am working on some laravel project in which i want to provide live chat for customer services. Customer fill some information then chat will be start for example you can see demo https://www.telenor.com.pk/ or http://www.mobilink.com.pk/. There is a lot of other example I think that two is enough for understand what i want. I want some thing like that please suggest me any library or some helping material that can help me
I don't know if I understand you.
I mean if you want to use that kind of service on your laravel project, just simply register at one of live chat providers.
For example: https://www.tawk.to/ (it's free)
Its very easy to install. You will need just to add website in tawk, and put the javascript that you will get in your template.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have an encyclopedia-like website and there are millions of pages.
Each page addresses a specific topic or issue.
Now my question is, is there a web service, API or any other service with which I can obtain an image relating to a word or title? For example I expect the service to return the picture of a car, if I passed it the string "car".
https://www.flickr.com/services/api/
https://developers.google.com/custom-search/json-api/v1/overview
But take copyright issues into account.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any php api to get business reviews from google plus?
sample business page url: https://plus.google.com/112164489386569071900/about?gl=IN&hl=en-IN
I strongly suggest you to use Google Places API:
I guess the results are the same as the one displayed on G+
https://developers.google.com/places/documentation/details
Reviews are now available via the API. See the Place Details API - https://developers.google.com/places/documentation/details
Here is a sample response.
EDIT: There is a limit of 5 reviews.
No, there isn't, the Google Plus api is still very limited, it only has access to:
Users
Posts
Comments
As an alternative, you could look into the Yelp API.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 days ago.
Improve this question
I have just looked at the amazon web service but they charge something for that :(.
What i am looking for is an api to retrieve products from amazon. Results could be sorted in categories and subcategories as well.
Do you have any idea how to do that ?
The Amazon Product API is free of charge.
https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html
There are client implementations in many lanages/platform.
http://aws.amazon.com/code/Product%20Advertising%20API?_encoding=UTF8&jiveRedirect=1
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
is there an API that querys an amazon like site (or amazon) and gets the market price of an item?
preferablly in php, but, doesnt have to be.
anyway, thanks
thanks =)
Well this could help you in a great way ::
http://www.phpclasses.org/package/642-PHP-A-PHP-XML-class-to-access-Amazon-API-they-released.html
a PHP class for easy access to Amazon API. :)
EDIT: i havent used it myself, but i assume that it should certainly be having some way to get Prices etc as you require it.