I found something
for dvd
------------------------------------------------------------------------
url=http://www.amazon.de/exec/obidos/search-handle-url/index=video-dvd-de&field-keywords=%searchstring%
results=<td width=100% class="small"><a href=(?<url>/exec/obidos/ASIN/.*?)><b> (?<display>.*?)</b></a>
//find coverart and thumbnail
<a href="(?<coverart>http://images-eu.amazon.com/images/P/.*?)".*?>.*?</a>
//find actors
a href=/exec/obidos/search-handle-url/index=dvd-de&field-actor.*?>(?<actors>.*?)</a>
//find directors
index=dvd&field-director=.*?>(?<director>.*?)</a>
for music
--------------------------------------------------------------------------
url=http://www.amazon.de/exec/obidos/search-handle-url/index=music-de&field-keywords=%searchstring%
results=<td width=100% class="small"><a href=(?<url>/exec/obidos/ASIN/.*?)><b> (?<display>.*?)</b></a>
//find coverart and thumbnail
<a href="(?<coverart>http://
-------------------------------------------------------------------------
works very well ::::)))))))
morpheus