I have gone many hours trying to get this working........
Here are my specs:
-Windows server 2008 (installed IIS7 after initial AMI)
-Sql server 2005 Standard (Installed registered copy)
-.NET Framework 3.5 (website with SSL needed)
Any instance from my most current AMI with everything installed and the website running will reboo...
I am trying to find a list of what ISBNs are in use. I guess I could scrape a website like Amazon but that would waste a lot of bandwidth. Is there a better (free) way?
...
How do I get the image and data from Amazon.com page using PHP?
For example I put some product ISBN from Amazon.com to text field the press the button. It will show some data of product page such as product image, product name, product price.
Have any idea or some tool for me?
thank you
...
My Working Envirnment is Visual Studio 2008 + C#
I am working on Amazon WebService, I want to fetch the data from Amazon using SOAP but when I am trying to pass IDType = UPC it gives me below error message, so what can I do for this ?
Error:
"036725229884 is not a valid value for ItemId. Please change this value and retry your request...
We usually blacklist IPs address with iptables. But in Amazon EC2, if a connection goes through the Elastic Load Balancer, the remote address will be replaced by the load balancer's address, rendering iptables useless. In the case for HTTP, apparently the only way to find out the real remote address is to look at the HTTP header HTTP_X_F...
Can Python class data be saved to S3 without marshalling? I am trying to cut down of I/O operations until necessary.
...
Amazon has a "Reading List" application on LinkedIn. Has anyone succeeded in extracting the data from your own reading list? I would like to integrate this on my own site. To be clear, I am only talking about my own reading list, this is not to collect other the data of other people. Unless I'm missing something, there is no clear way to...
I have search everyone for this answer. I just need the user to upload a single image file but the HIT templates don't have a way to do this?
...
I'm using ItemSearch in order to get a list of books ordered by 'salesrank' aka 'bestselling',
problem is that the books that pop up for any BrowseNode are totally different from the Amazon list.
Test Case Author:"J R R Tolkien", SearchIndex:"Books", Sort:"salesrank"
Using the API:
J.R.R. Tolkien Boxed Set (The Hobbit and The Lo...
I am trying to write a function to get a list of offers (their prices) for an item based on the ASIN:
def price_offers(asin):
from amazonproduct import API, ResultPaginator, AWSError
from config import AWS_KEY, SECRET_KEY
api = API(AWS_KEY, SECRET_KEY, 'de')
str_asin = str(asin)
node = api.item_lookup(id=str_asin, Re...
Hello! I try to use amazon API using PHP. If I use
print_r($parsed_xml->Items->Item->ItemAttributes)
it show me some result like
SimpleXMLElement Object (
[Binding] => Electronics
[Brand] => Canon
[DisplaySize] => 2.5
[EAN] => 0013803113662 **
[Feature] => Array (
[0] => High-powered 20x wide-angle optical zoom with Optical Ima...
I need to simplify this xml ( to a list ), and associate the pricing with the items (multiple items)
here is my start, but the commented section does not work
XDocument doc = XDocument.Load( filename );
var ele = doc.Elements("AmazonEnvelope")
//.Elements("Header")
...
Hello Guys,
What is the best way to display amazon books/products on a website with PHP?
Thanks,
steamboy
...
I have an app I'd like to use that requires an SSH connection to the server. Unfortunately there are no settings to use my keypair - only un/pw authentication. Does anyone know a workaround?
I've already tried editing ssh_config, setting PasswordAuthentication yes and reloading.
Thanks for any tips!
...
I thought I'd be able to find information on this topic, but it appears my google-fu is weak today. I'm building a Silverlight app that is consuming the Amazon.com product advertising API. I want to add authentication to my app, but instead of using the default forms base authentication, I would like to implement OpenId. I see many sight...
I've got a list of several hundred book titles. Is there a way to batch convert them to Amazon.com ASIN codes? I realize I could do it manually one by one, but I don't have that kind of patience or time. I know there are some ISBN to ASIN converters but I don't have the ISBNs.
Thanks.
...
I've been investigating whether it's possible to get a list of the saved items in my Amazon shopping basket programmatically ...
Their Product Advertising API has methods for getting wishlists:
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.html?FindingItemsonLists.html
and working with remote shopping carts:
h...
I'm new on a client project where the old offshore developer was fired by the client in a fit of anger and all I have is spaghetti code. Somehow the last developer was using developer APIs to get Amazon and eBay top-level product categories, but the developer stored them as static files (not even a timelimit cache file), and then elimina...
Hi,
I app-get and success install ejabberd on amazon , mounted esb drive as /dev/sda , but then, i terminated the image and fire any new 'same image', attached my esb drive , all my previous installation was lost. anyway to persist my installation or files i added to the os?
when my instance is running and i right click and see 'bundl...
I'm thinking of building a Restful app on either App engine or ec2 devloped in Java. I'm interested in opinions/experience of using the two options for this. The primary purpose is to create web services to write and retrieve data through a mobile device...basically creating an API for the service I want to create. It seems to me it wou...