Actor/Actress Searches

Actor/Actress Searches via XML

This section shows how to create a request for an actor/actress search.

Call and Response

Request Format

http://xml.amazon.com/onca/xml3?t=webservices-20&dev-t=[developer’s token goes here]&ActorSearch=[actor/actress name goes here]&mode=[product line goes here: choices are dvd, vhs, video]&type=[lite or heavy]&page=1&f=xml

Response

The ActorSearch request returns a ProductInfo node. The ProductInfo node contains an array of Detail nodes.

Example

http://xml.amazon.com/onca/xml3?t=webservices-20&dev-t=[developer’s token goes here]&ActorSearch=Marilyn%20Monroe&mode=vhs&type=lite&page=1&f=xml

Actor/Actress Search via SOAP

This section shows how to create a request for an Actor/Actress search.  This request will return a SOAP object containing the Lite or the Heavy form of the data.

Call and Response

Request Name

ActorSearchRequest

Request Format

actor  string

page  string

mode  string

tag  string

type  string

sort  string  (optional)

devtag  string

Response

The ActorSearch request returns a ProductInfo node. The ProductInfo node contains an array of Detail nodes.