Could somebody make a spider for amazon.de ??

Got an idea, post it here

Could somebody make a spider for amazon.de ??

Postby morpheus on Thu Jul 21, 2005 8:15 am

Hi you guys.

Xlobby is running so far, multizone works very nice.
The only missing thing is a working spider for germany.
If somebody is able to make it or just made it, please post it :)

I tried to edit the us spider but it doesn`t work.

Thx for help
Morpheus
morpheus
 
Posts: 9
Joined: Fri May 13, 2005 9:52 am
Location: Aachen, Germany

Postby morpheus on Sun Jul 24, 2005 9:07 pm

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
morpheus
 
Posts: 9
Joined: Fri May 13, 2005 9:52 am
Location: Aachen, Germany