agent_cooper 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. data/.gitignore +1 -1
  2. data/README.md +13 -4
  3. data/Rakefile +0 -3
  4. data/agent_cooper.gemspec +12 -13
  5. data/features/finder.feature +4 -6
  6. data/features/merchandiser.feature +1 -2
  7. data/features/shopper.feature +2 -2
  8. data/features/support/env.rb +5 -5
  9. data/features/support/vcr.rb +10 -0
  10. data/lib/agent_cooper.rb +17 -4
  11. data/lib/agent_cooper/config.rb +3 -9
  12. data/lib/agent_cooper/nokogiri_decorator.rb +47 -0
  13. data/lib/agent_cooper/request.rb +36 -13
  14. data/lib/agent_cooper/requests/finder.rb +25 -0
  15. data/lib/agent_cooper/requests/merchandiser.rb +25 -0
  16. data/lib/agent_cooper/requests/shopper.rb +23 -0
  17. data/lib/agent_cooper/response.rb +3 -4
  18. data/lib/agent_cooper/synchrony.rb +34 -0
  19. data/lib/agent_cooper/version.rb +1 -1
  20. data/spec/agent_cooper/request_spec.rb +91 -6
  21. data/spec/agent_cooper/requests/finder_spec.rb +13 -0
  22. data/spec/agent_cooper/requests/merchandiser_spec.rb +13 -0
  23. data/spec/agent_cooper/requests/shopper_spec.rb +13 -0
  24. data/spec/agent_cooper/response_spec.rb +51 -1
  25. data/spec/agent_cooper_spec.rb +12 -0
  26. data/spec/fixtures/cassettes/finder/find_items_advanced/d49218a9522a4a055e31fc6b88c3a2b5.yml +528 -0
  27. data/spec/fixtures/cassettes/finder/find_items_by_category/85e07de9993e68d09e895f1b01234c5a.yml +463 -0
  28. data/spec/fixtures/cassettes/finder/find_items_by_keywords/91d7d9b4b62b82877604465a20f9ffa9.yml +668 -0
  29. data/spec/fixtures/cassettes/finder/find_items_by_product/59ee1391b6dfc2a93e30c8911942fc71.yml +744 -0
  30. data/spec/fixtures/cassettes/finder/find_items_in_ebay_stores/c7d658804b6353fda03809c21b183af2.yml +472 -0
  31. data/spec/fixtures/cassettes/finder/get_histograms/80bd04d96cd529af4148866a2d28f079.yml +46 -0
  32. data/spec/fixtures/cassettes/finder/get_search_keywords_recommendation/ec96bf3af091373de08550ff46f86c87.yml +41 -0
  33. data/spec/fixtures/cassettes/merchandiser/get_most_watched_items/3c0cb6fb7bb94b384cae15be175e9640.yml +51 -0
  34. data/spec/fixtures/cassettes/merchandiser/get_related_category_items/c949e90fb2bd975020df657a4348328d.yml +41 -0
  35. data/spec/fixtures/cassettes/merchandiser/get_similar_items/56c2c41a60135db83d359053778a065f.yml +41 -0
  36. data/spec/fixtures/cassettes/merchandiser/get_top_selling_products/a82dcb1f094754e54f2a5de191818c3f.yml +53 -0
  37. data/spec/fixtures/cassettes/shopper/find_half_products/77ad8a2ade8e4efadef07346677e43a9.yml +55 -0
  38. data/spec/fixtures/cassettes/shopper/find_popular_items/532fcb32fee187bdc6cc5fb7e4336992.yml +258 -0
  39. data/spec/fixtures/cassettes/shopper/find_popular_searches/6db9b375ea610e870e7a4ca4e20974ec.yml +45 -0
  40. data/spec/fixtures/cassettes/shopper/find_products/3fd6d6000037cd409ab1ef18a6075257.yml +52 -0
  41. data/spec/fixtures/cassettes/shopper/find_reviews_and_guides/8586a984e122cb84136d3cc0bb8bec77.yml +174 -0
  42. data/spec/fixtures/cassettes/shopper/get_item_status/f34cf10c602f9fec7a388297888b4299.yml +45 -0
  43. data/spec/fixtures/cassettes/shopper/get_multiple_items/c1183c23add6cad9afbb73f986c2692e.yml +46 -0
  44. data/spec/fixtures/cassettes/shopper/get_shipping_costs/e7de18031f266637414155639797c097.yml +45 -0
  45. data/spec/fixtures/cassettes/shopper/get_single_item/d4a895de6b214907c47a0b32ab630b9a.yml +44 -0
  46. data/spec/fixtures/cassettes/shopper/get_user_profile/dccabbf426bfeba4d898ca546e17dd4b.yml +47 -0
  47. data/spec/{support → fixtures}/ebay.yml.sample +0 -0
  48. data/spec/spec_helper.rb +4 -0
  49. metadata +141 -177
  50. data/lib/agent_cooper/finder.rb +0 -21
  51. data/lib/agent_cooper/merchandiser.rb +0 -24
  52. data/lib/agent_cooper/shopper.rb +0 -22
  53. data/spec/agent_cooper/config_spec.rb +0 -21
  54. data/spec/agent_cooper/finder_spec.rb +0 -19
  55. data/spec/agent_cooper/merchandiser_spec.rb +0 -18
  56. data/spec/agent_cooper/shopper_spec.rb +0 -18
@@ -0,0 +1,46 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/services/search/FindingService/v1?OPERATION-NAME=getHistograms&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SECURITY-APPNAME=YOUR-APP-ID&SECURITY-VERSION=1.9.0&categoryId=11233
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=UTF-8
15
+ server:
16
+ - Apache-Coyote/1.1
17
+ x-ebay-esb-endpointurl:
18
+ - /Root/ESBFunctions/Services/Ports/7003/profile/search/v1/FindingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:E12F691CADD474FC0D1311805078357
21
+ x-ebay-soa-locale-list:
22
+ - en-US_US
23
+ x-ebay-soa-message-protocol:
24
+ - NONE
25
+ x-ebay-soa-operation-name:
26
+ - getHistograms
27
+ x-ebay-soa-request-id:
28
+ - 131583e6-a810-a0aa-1697-f3f7fff6a68e!FindingService!10.10.161.105!v3apifindingcore[!FindItemService!10.10.161.105!v3apifindingcore[]]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/search/v1/services}FindingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.11.0
35
+ date:
36
+ - Sat, 23 Jul 2011 18:25:11 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: <?xml version='1.0' encoding='UTF-8'?><getHistogramsResponse xmlns="http://www.ebay.com/marketplace/search/v1/services"><ack>Success</ack><version>1.11.0</version><timestamp>2011-07-23T18:25:11.520Z</timestamp><categoryHistogramContainer><categoryHistogram><categoryId>11233</categoryId><categoryName>Music</categoryName><count>6184867</count><childCategoryHistogram><categoryId>307</categoryId><categoryName>CDs</categoryName><count>3156935</count></childCategoryHistogram><childCategoryHistogram><categoryId>306</categoryId><categoryName>Records</categoryName><count>2696354</count></childCategoryHistogram><childCategoryHistogram><categoryId>1600</categoryId><categoryName>Cassettes</categoryName><count>140427</count></childCategoryHistogram><childCategoryHistogram><categoryId>618</categoryId><categoryName>Other
40
+ Formats</categoryName><count>63490</count></childCategoryHistogram><childCategoryHistogram><categoryId>31608</categoryId><categoryName>Wholesale
41
+ Lots</categoryName><count>48002</count></childCategoryHistogram><childCategoryHistogram><categoryId>52473</categoryId><categoryName>Accessories</categoryName><count>13361</count></childCategoryHistogram></categoryHistogram></categoryHistogramContainer><conditionHistogramContainer><conditionHistogram><condition><conditionId>6000</conditionId><conditionDisplayName>Acceptable</conditionDisplayName></condition><count>80255</count></conditionHistogram><conditionHistogram><condition><conditionId>5000</conditionId><conditionDisplayName>Good</conditionDisplayName></condition><count>191133</count></conditionHistogram><conditionHistogram><condition><conditionId>4000</conditionId><conditionDisplayName>Very
42
+ Good</conditionDisplayName></condition><count>769843</count></conditionHistogram><conditionHistogram><condition><conditionId>3000</conditionId><conditionDisplayName>Like
43
+ New</conditionDisplayName></condition><count>370221</count></conditionHistogram><conditionHistogram><condition><conditionId>2750</conditionId><conditionDisplayName>Like
44
+ New</conditionDisplayName></condition><count>548412</count></conditionHistogram><conditionHistogram><condition><conditionId>1500</conditionId></condition><count>99</count></conditionHistogram><conditionHistogram><condition><conditionId>1000</conditionId><conditionDisplayName>Brand
45
+ New</conditionDisplayName></condition><count>1757464</count></conditionHistogram></conditionHistogramContainer></getHistogramsResponse>
46
+ http_version: '1.1'
@@ -0,0 +1,41 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/services/search/FindingService/v1?OPERATION-NAME=getSearchKeywordsRecommendation&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SECURITY-APPNAME=YOUR-APP-ID&SECURITY-VERSION=1.9.0&keywords=acordian
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=UTF-8
15
+ server:
16
+ - Apache-Coyote/1.1
17
+ x-ebay-esb-endpointurl:
18
+ - /Root/ESBFunctions/Services/Ports/7003/profile/search/v1/FindingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:14EB01C54D7CDDC2FA1311501192132
21
+ x-ebay-soa-locale-list:
22
+ - en-US_US
23
+ x-ebay-soa-message-protocol:
24
+ - NONE
25
+ x-ebay-soa-operation-name:
26
+ - getSearchKeywordsRecommendation
27
+ x-ebay-soa-request-id:
28
+ - 131583e6-3d90-a0aa-1376-f206fff65ec4!FindingService!10.10.161.55!v3apifindingcore[!FindingRecommendationService!10.10.161.55!v3apifindingcore[]]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/search/v1/services}FindingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.11.0
35
+ date:
36
+ - Sat, 23 Jul 2011 18:25:08 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: <?xml version='1.0' encoding='UTF-8'?><getSearchKeywordsRecommendationResponse
40
+ xmlns="http://www.ebay.com/marketplace/search/v1/services"><ack>Success</ack><version>1.11.0</version><timestamp>2011-07-23T18:25:09.112Z</timestamp><keywords>accordion</keywords></getSearchKeywordsRecommendationResponse>
41
+ http_version: '1.1'
@@ -0,0 +1,51 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=YOUR-APP-ID&OPERATION-NAME=getMostWatchedItems&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.4.0&maxResults=3
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=UTF-8
15
+ server:
16
+ - Apache-Coyote/1.1
17
+ x-ebay-esb-endpointurl:
18
+ - /Root/ESBFunctions/Services/Ports/7003/profile/ns/v1/MerchandisingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:14EB01C54D7CDDC2FA1311501196128
21
+ x-ebay-soa-locale-list:
22
+ - en-US_US
23
+ x-ebay-soa-message-protocol:
24
+ - NONE
25
+ x-ebay-soa-operation-name:
26
+ - getMostWatchedItems
27
+ x-ebay-soa-request-id:
28
+ - 131583e6-d870-a0a3-d821-8521fffe777d!MerchandisingService!10.10.61.130!v3soa1core[]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.4.0
35
+ date:
36
+ - Sat, 23 Jul 2011 18:25:10 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: <?xml version='1.0' encoding='UTF-8'?><getMostWatchedItemsResponse xmlns="http://www.ebay.com/marketplace/services"><ack>Success</ack><version>1.4.0</version><timestamp>2011-07-23T18:25:11.622Z</timestamp><itemRecommendations><item><itemId>390120901957</itemId><title>Wireless
40
+ Spy Nanny Mini Micro Camera FULL SYSTEM!</title><viewItemURL>http://cgi.ebay.com/Wireless-Spy-Nanny-Mini-Micro-Camera-FULL-SYSTEM-/390120901957?_trksid=m8&amp;_trkparms=algo%3DMW%26itu%3DUCC%26otn%3D3%26ps%3D50</viewItemURL><globalId>EBAY-US</globalId><timeLeft>P19DT4H43M37S</timeLeft><primaryCategoryId>293</primaryCategoryId><primaryCategoryName>Consumer
41
+ Electronics</primaryCategoryName><subtitle>NEW 2011 MODEL WITH 4 CHANNEL FREQUENCY
42
+ SELECTOR!!</subtitle><buyItNowPrice currencyId="USD">39.99</buyItNowPrice><country>US</country><imageURL>http://thumbs2.ebaystatic.com/m/mdci5SsHo-pBCzix3IGaamg/80.jpg</imageURL><shippingCost
43
+ currencyId="USD">0.0</shippingCost><shippingType>Flat</shippingType><watchCount>4333</watchCount></item><item><itemId>280479498575</itemId><title>Sexy
44
+ Black Corset Embroidered Cap Sleeve Top, S M L XL</title><viewItemURL>http://cgi.ebay.com/Sexy-Black-Corset-Embroidered-Cap-Sleeve-Top-S-M-L-XL-/280479498575?_trksid=m8&amp;_trkparms=algo%3DMW%26itu%3DUCC%26otn%3D3%26ps%3D50</viewItemURL><originalPrice
45
+ currencyId="USD">26.65</originalPrice><globalId>EBAY-US</globalId><timeLeft>P15DT14H21M52S</timeLeft><primaryCategoryId>11450</primaryCategoryId><primaryCategoryName>Clothing,
46
+ Shoes &amp; Accessories</primaryCategoryName><buyItNowPrice currencyId="USD">23.99</buyItNowPrice><country>HK</country><imageURL>http://thumbs4.ebaystatic.com/m/mqqbDLi1lyHsd9YFn1n-DEQ/80.jpg</imageURL><shippingCost
47
+ currencyId="USD">0.0</shippingCost><shippingType>Flat</shippingType><watchCount>4003</watchCount></item><item><itemId>380226410093</itemId><title>NEW
48
+ 1TB USB Mini 2.5" External Portable Hard Drive 1 TB</title><viewItemURL>http://cgi.ebay.com/NEW-1TB-USB-Mini-2-5-External-Portable-Hard-Drive-1-TB-/380226410093?_trksid=m8&amp;_trkparms=algo%3DMW%26itu%3DUCC%26otn%3D3%26ps%3D50</viewItemURL><globalId>EBAY-US</globalId><timeLeft>P21DT2H45M45S</timeLeft><primaryCategoryId>58058</primaryCategoryId><primaryCategoryName>Computers
49
+ &amp; Networking</primaryCategoryName><subtitle>2 YEAR WARRANTY~BRAND NEW~SPECIAL
50
+ EXCLUSIVE EBAY OFFER</subtitle><buyItNowPrice currencyId="USD">119.95</buyItNowPrice><country>US</country><imageURL>http://thumbs2.ebaystatic.com/m/mJaLLIkvPVN8XNsfGda6jCQ/80.jpg</imageURL><shippingType>CalculatedDomesticFlatInternational</shippingType><watchCount>3806</watchCount></item></itemRecommendations></getMostWatchedItemsResponse>
51
+ http_version: '1.1'
@@ -0,0 +1,41 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=YOUR-APP-ID&OPERATION-NAME=getRelatedCategoryItems&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.4.0&itemId=170192529715
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=UTF-8
15
+ server:
16
+ - Apache-Coyote/1.1
17
+ x-ebay-esb-endpointurl:
18
+ - /Root/ESBFunctions/Services/Ports/7003/profile/ns/v1/MerchandisingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:B6BF4AB7745A5EEEB91312047892715
21
+ x-ebay-soa-locale-list:
22
+ - en-US_US
23
+ x-ebay-soa-message-protocol:
24
+ - NONE
25
+ x-ebay-soa-operation-name:
26
+ - getRelatedCategoryItems
27
+ x-ebay-soa-request-id:
28
+ - 131583e6-df20-a0a3-d775-5395fffe7481!MerchandisingService!10.10.61.119!v3soa1core[]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.4.0
35
+ date:
36
+ - Sat, 23 Jul 2011 18:25:11 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: <?xml version='1.0' encoding='UTF-8'?><getRelatedCategoryItemsResponse xmlns="http://www.ebay.com/marketplace/services"><ack>Failure</ack><errorMessage><error><errorId>8</errorId><domain>Marketplace</domain><severity>Error</severity><category>Application</category><message>Please
40
+ specify a valid itemId.</message><subdomain>MarketplaceCommon</subdomain></error></errorMessage><version>1.4.0</version><timestamp>2011-07-23T18:25:11.712Z</timestamp></getRelatedCategoryItemsResponse>
41
+ http_version: '1.1'
@@ -0,0 +1,41 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=YOUR-APP-ID&OPERATION-NAME=getSimilarItems&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.4.0&itemId=280254552262
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=UTF-8
15
+ server:
16
+ - Apache-Coyote/1.1
17
+ x-ebay-esb-endpointurl:
18
+ - /Root/ESBFunctions/Services/Ports/7002/profile/ns/v1/MerchandisingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:3F2AA1A7B9FFBFE29E1312047893101
21
+ x-ebay-soa-locale-list:
22
+ - en-US_US
23
+ x-ebay-soa-message-protocol:
24
+ - NONE
25
+ x-ebay-soa-operation-name:
26
+ - getSimilarItems
27
+ x-ebay-soa-request-id:
28
+ - 131583e6-e420-a0a3-d754-7284fffe7cf1!MerchandisingService!10.10.61.117!v3soa1core[]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.4.0
35
+ date:
36
+ - Sat, 23 Jul 2011 18:25:11 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: <?xml version='1.0' encoding='UTF-8'?><getSimilarItemsResponse xmlns="http://www.ebay.com/marketplace/services"><ack>Failure</ack><errorMessage><error><errorId>10</errorId><domain>Marketplace</domain><severity>Error</severity><category>Application</category><message>Invalid
40
+ item ID. Item does not exist or has ended more than two weeks ago.</message><subdomain>Merchandising</subdomain></error></errorMessage><version>1.4.0</version><timestamp>2011-07-23T18:25:11.824Z</timestamp></getSimilarItemsResponse>
41
+ http_version: '1.1'
@@ -0,0 +1,53 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://svcs.ebay.com:80/MerchandisingService?CONSUMER-ID=YOUR-APP-ID&OPERATION-NAME=getTopSellingProducts&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD=&SERVICE-NAME=MerchandisingService&SERVICE-VERSION=1.4.0&maxResults=3
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=UTF-8
15
+ server:
16
+ - Apache-Coyote/1.1
17
+ x-ebay-esb-endpointurl:
18
+ - /Root/ESBFunctions/Services/Ports/7002/profile/ns/v1/MerchandisingService/destination_default/address_synapse
19
+ x-ebay-esb-guid:
20
+ - urn:uuid:3F2AA1A7B9FFBFE29E1312047893311
21
+ x-ebay-soa-locale-list:
22
+ - en-US_US
23
+ x-ebay-soa-message-protocol:
24
+ - NONE
25
+ x-ebay-soa-operation-name:
26
+ - getTopSellingProducts
27
+ x-ebay-soa-request-id:
28
+ - 131583e6-ebf0-a0a3-d754-7284fffe7cf0!MerchandisingService!10.10.61.117!v3soa1core[]
29
+ x-ebay-soa-response-data-format:
30
+ - XML
31
+ x-ebay-soa-service-name:
32
+ - ! '{http://www.ebay.com/marketplace/services}MerchandisingService'
33
+ x-ebay-soa-service-version:
34
+ - 1.4.0
35
+ date:
36
+ - Sat, 23 Jul 2011 18:25:11 GMT
37
+ transfer-encoding:
38
+ - chunked
39
+ body: ! '<?xml version=''1.0'' encoding=''UTF-8''?><getTopSellingProductsResponse
40
+ xmlns="http://www.ebay.com/marketplace/services"><ack>Success</ack><version>1.4.0</version><timestamp>2011-07-23T18:25:11.871Z</timestamp><productRecommendations><product><productId
41
+ type="Reference">100105036</productId><title>True Blood: The Complete Third
42
+ Season (DVD, 2011, 5-Disc Set)</title><productURL>http://www.ebay.com/ctg/100105036?_pcatid=1&amp;_tab=2&amp;_trksid=m108&amp;_trkparms=algo%3DMETSP%26otn%3D3%26pmod%3D0%26ps%3D51</productURL><catalogName>US
43
+ Muze Movies</catalogName><imageURL>http://i.ebayimg.com/00/$(KGrHqIOKp0E3uZ2)By!BOC!1ZyPE!~~_0.JPG?set_id=89040003C1</imageURL><reviewCount>117</reviewCount><priceRangeMin
44
+ currencyId="USD">9.99</priceRangeMin><priceRangeMax currencyId="USD">250.0</priceRangeMax></product><product><productId
45
+ type="Reference">3425338</productId><title>The Lion King (DVD, 2003, 2-Disc
46
+ Set, Platinum Edition; Features an All-New Song)</title><productURL>http://www.ebay.com/ctg/3425338?_pcatid=1&amp;_tab=2&amp;_trksid=m108&amp;_trkparms=algo%3DMETSP%26otn%3D3%26pmod%3D0%26ps%3D51</productURL><catalogName>US
47
+ Muze Movies</catalogName><imageURL>http://i.ebayimg.com/15/!!eBm)0QEGM~$(KGrHqR,!hIE0fgV1UVwBNQyQKRT1g~~_0.JPG?set_id=89040003C1</imageURL><reviewCount>1932</reviewCount><priceRangeMin
48
+ currencyId="USD">6.97</priceRangeMin><priceRangeMax currencyId="USD">100000.0</priceRangeMax></product><product><productId
49
+ type="Reference">53039031</productId><title>The Little Mermaid (DVD, 2006, 2-Disc
50
+ Set, Platinum Edition)</title><productURL>http://www.ebay.com/ctg/53039031?_pcatid=1&amp;_tab=2&amp;_trksid=m108&amp;_trkparms=algo%3DMETSP%26otn%3D3%26pmod%3D0%26ps%3D51</productURL><catalogName>US
51
+ Muze Movies</catalogName><imageURL>http://i.ebayimg.com/23/!!eB)4NwBGM~$(KGrHqJ,!hgE0fnpVpE0BNQ4)r8(Pw~~_0.JPG?set_id=89040003C1</imageURL><reviewCount>897</reviewCount><priceRangeMin
52
+ currencyId="USD">6.5</priceRangeMin><priceRangeMax currencyId="USD">139.99</priceRangeMax></product></productRecommendations></getTopSellingProductsResponse>'
53
+ http_version: '1.1'
@@ -0,0 +1,55 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://open.api.ebay.com:80/shopping?APPID=YOUR-APP-ID&CALLNAME=FindHalfProducts&QueryKeywords=harry%20potter&RESPONSEENCODING=XML&SITEID=0&VERSION=717
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=utf-8
15
+ cache-control:
16
+ - no-cache
17
+ expires:
18
+ - Sat, 25 Dec 1999 00:00:00 GMT
19
+ last-modified:
20
+ - Sat, 23 Jul 2011 18:25:12 GMT
21
+ pragma:
22
+ - no-cache
23
+ server:
24
+ - Apache-Coyote/1.1
25
+ x-ebay-api-build-tag:
26
+ - E731_CORE_BUNDLED_13527319_R1
27
+ x-ebay-api-pool-name:
28
+ - ___cDRidW9rdDdlaHFg
29
+ x-ebay-api-server-name:
30
+ - ___dW0ucm43Nyg/MjNyN2NmKjc3LTMoNjo2KDY6Mjw/Mz02
31
+ x-ebay-esb-guid:
32
+ - urn:uuid:0818EFD69DD414CBF626954584932357628719059251
33
+ date:
34
+ - Sat, 23 Jul 2011 18:25:11 GMT
35
+ transfer-encoding:
36
+ - chunked
37
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n <FindHalfProductsResponse
38
+ xmlns=\"urn:ebay:apis:eBLBaseComponents\">\n <Timestamp>2011-07-23T18:25:12.147Z</Timestamp>\n
39
+ \ <Ack>Success</Ack>\n <Build>E731_CORE_BUNDLED_13527319_R1</Build>\n <Version>731</Version>\n
40
+ \ <PageNumber>1</PageNumber>\n <ApproximatePages>1170</ApproximatePages>\n
41
+ \ <MoreResults>true</MoreResults>\n <TotalProducts>1170</TotalProducts>\n
42
+ \ <Products>\n <Product>\n <Title>Harry Potter and the Deathly Hallows:
43
+ Part I (DVD, 2011)</Title>\n <DetailsURL>http://syicatalogs.ebay.com/ws/eBayISAPI.dll?PageSyiProductDetails&amp;IncludeAttributes=1&amp;ShowAttributesTable=1&amp;ProductMementoString=115979:2:1049:1597262630:336208740:1b8ed71676cebc1fb9211d3c1eee0b4a:1:1:1:1415162318</DetailsURL>\n
44
+ \ <StockPhotoURL>http://i.ebayimg.com/00/$(KGrHqF,!l0E2DwP)(v!BNo16imfYQ~~_6.JPG?set_id=89040003C1</StockPhotoURL>\n
45
+ \ <DisplayStockPhotos>true</DisplayStockPhotos>\n <ItemCount>0</ItemCount>\n
46
+ \ <ProductID type=\"Reference\">99846530</ProductID>\n <ProductID type=\"UPC\">883929139446</ProductID>\n
47
+ \ <DomainName>DVDs</DomainName>\n <ItemSpecifics>\n <NameValueList>\n
48
+ \ <Name>Format</Name>\n <Value>DVD</Value>\n </NameValueList>\n
49
+ \ <NameValueList>\n <Name>Rating</Name>\n <Value>PG-13</Value>\n
50
+ \ </NameValueList>\n <NameValueList>\n <Name>Leading Role</Name>\n
51
+ \ </NameValueList>\n </ItemSpecifics>\n <ReviewCount>84</ReviewCount>\n
52
+ \ <MinPrice currencyID=\"USD\">8.43</MinPrice>\n </Product>\n </Products>\n
53
+ \ <ProductSearchURL>http://search.half.ebay.com/harry-potter</ProductSearchURL>\n
54
+ \ </FindHalfProductsResponse>\n "
55
+ http_version: '1.1'
@@ -0,0 +1,258 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://open.api.ebay.com:80/shopping?APPID=YOUR-APP-ID&CALLNAME=FindPopularItems&QueryKeywords=harry%20original&RESPONSEENCODING=XML&SITEID=0&VERSION=717
6
+ body: !!null
7
+ headers: !!null
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ content-type:
14
+ - text/xml;charset=utf-8
15
+ cache-control:
16
+ - no-cache
17
+ expires:
18
+ - Sat, 25 Dec 1999 00:00:00 GMT
19
+ last-modified:
20
+ - Sat, 23 Jul 2011 18:25:12 GMT
21
+ pragma:
22
+ - no-cache
23
+ server:
24
+ - Apache-Coyote/1.1
25
+ x-ebay-api-build-tag:
26
+ - E731_CORE_BUNDLED_13527319_R1
27
+ x-ebay-api-pool-name:
28
+ - ___cDRidW9rdDdlaHFg
29
+ x-ebay-api-server-name:
30
+ - ___dW0ucm43Nyg/MzZxcXNiKjc3LTMoMTorPjM5PTY/Mw==
31
+ x-ebay-esb-guid:
32
+ - urn:uuid:5CD0BB9874BFF7D9EB27285028445811427-498799087
33
+ date:
34
+ - Sat, 23 Jul 2011 18:25:12 GMT
35
+ transfer-encoding:
36
+ - chunked
37
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n <FindPopularItemsResponse
38
+ xmlns=\"urn:ebay:apis:eBLBaseComponents\">\n <Timestamp>2011-07-23T18:25:12.972Z</Timestamp>\n
39
+ \ <Ack>Success</Ack>\n <Build>E731_CORE_BUNDLED_13527319_R1</Build>\n <Version>731</Version>\n
40
+ \ <ItemArray>\n <Item>\n <ItemID>180695226180</ItemID>\n <EndTime>2011-07-25T04:49:00.000Z</EndTime>\n
41
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Tonner-HERMIONE-GRANGER-Doll-Harry-Potter-ORIGINAL-Box-/180695226180</ViewItemURLForNaturalSearch>\n
42
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/1806952261808080_1.jpg</GalleryURL>\n
43
+ \ <PrimaryCategoryID>29798</PrimaryCategoryID>\n <PrimaryCategoryName>Collectibles:Fantasy,
44
+ Mythical &amp; Magic:Harry Potter</PrimaryCategoryName>\n <BidCount>18</BidCount>\n
45
+ \ <ConvertedCurrentPrice currencyID=\"USD\">190.0</ConvertedCurrentPrice>\n
46
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT10H23M48S</TimeLeft>\n
47
+ \ <Title>Tonner HERMIONE GRANGER Doll Harry Potter ORIGINAL Box</Title>\n
48
+ \ <ShippingCostSummary>\n <ShippingType>Calculated</ShippingType>\n
49
+ \ </ShippingCostSummary>\n <WatchCount>49</WatchCount>\n </Item>\n
50
+ \ <Item>\n <ItemID>270540814077</ItemID>\n <EndTime>2011-07-26T16:52:00.000Z</EndTime>\n
51
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-SORCERERS-STONE-ORIGINAL-THEATRICAL-POSTER-/270540814077</ViewItemURLForNaturalSearch>\n
52
+ \ <ListingType>FixedPriceItem</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/2705408140778080_3.jpg</GalleryURL>\n
53
+ \ <PrimaryCategoryID>61104</PrimaryCategoryID>\n <PrimaryCategoryName>Entertainment
54
+ Memorabilia:Movie Memorabilia:Posters:Originals-United States:2000-Now</PrimaryCategoryName>\n
55
+ \ <BidCount>13</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">60.0</ConvertedCurrentPrice>\n
56
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT22H26M48S</TimeLeft>\n
57
+ \ <Title>HARRY POTTER SORCERERS STONE ORIGINAL THEATRICAL POSTER</Title>\n
58
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">0.0</ShippingServiceCost>\n
59
+ \ <ShippingType>FlatDomesticCalculatedInternational</ShippingType>\n <ListedShippingServiceCost
60
+ currencyID=\"USD\">0.0</ListedShippingServiceCost>\n </ShippingCostSummary>\n
61
+ \ <WatchCount>23</WatchCount>\n </Item>\n <Item>\n <ItemID>260818392519</ItemID>\n
62
+ \ <EndTime>2011-07-25T03:38:20.000Z</EndTime>\n <ViewItemURLForNaturalSearch>http://cgi.ebay.com/ORIGINAL-U-S-M-C-R-DOG-TAGS-HARRY-EDWIN-SHILLING-Jr-/260818392519</ViewItemURLForNaturalSearch>\n
63
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2608183925198080_1.jpg</GalleryURL>\n
64
+ \ <PrimaryCategoryID>4726</PrimaryCategoryID>\n <PrimaryCategoryName>Collectibles:Militaria:WW
65
+ II (1939-45):Original Period Items:United States:Personal Gear</PrimaryCategoryName>\n
66
+ \ <BidCount>4</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">20.5</ConvertedCurrentPrice>\n
67
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT9H13M8S</TimeLeft>\n
68
+ \ <Title>ORIGINAL U.S.M.C.R. DOG TAGS OF HARRY EDWIN SHILLING Jr</Title>\n
69
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">3.0</ShippingServiceCost>\n
70
+ \ <ShippingType>FlatDomesticCalculatedInternational</ShippingType>\n <ListedShippingServiceCost
71
+ currencyID=\"USD\">3.0</ListedShippingServiceCost>\n </ShippingCostSummary>\n
72
+ \ <WatchCount>21</WatchCount>\n </Item>\n <Item>\n <ItemID>260817949790</ItemID>\n
73
+ \ <EndTime>2011-07-24T09:57:01.000Z</EndTime>\n <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Harry-J-Allstars-Liquidator-Original-LP-1st-Press-/260817949790</ViewItemURLForNaturalSearch>\n
74
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/2608179497908080_1.jpg</GalleryURL>\n
75
+ \ <PrimaryCategoryID>1581</PrimaryCategoryID>\n <PrimaryCategoryName>Music:Records:Albums/
76
+ LPs:Dance:Other Dance</PrimaryCategoryName>\n <BidCount>5</BidCount>\n <ConvertedCurrentPrice
77
+ currencyID=\"USD\">8.97</ConvertedCurrentPrice>\n <ListingStatus>Active</ListingStatus>\n
78
+ \ <TimeLeft>PT15H31M49S</TimeLeft>\n <Title>Harry J Allstars - Liquidator
79
+ - Original LP - 1st Press</Title>\n <ShippingCostSummary>\n <ShippingServiceCost
80
+ currencyID=\"USD\">14.66</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
81
+ \ <ListedShippingServiceCost currencyID=\"GBP\">8.99</ListedShippingServiceCost>\n
82
+ \ </ShippingCostSummary>\n <WatchCount>16</WatchCount>\n </Item>\n
83
+ \ <Item>\n <ItemID>320729434665</ItemID>\n <EndTime>2011-07-27T09:23:21.000Z</EndTime>\n
84
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-DEATHLY-HALLOWS-2-Original-Cinema-Poster-/320729434665</ViewItemURLForNaturalSearch>\n
85
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/3207294346658080_1.jpg</GalleryURL>\n
86
+ \ <PrimaryCategoryID>29798</PrimaryCategoryID>\n <PrimaryCategoryName>Collectables:Fantasy/
87
+ Myth/ Magic:Harry Potter</PrimaryCategoryName>\n <BidCount>7</BidCount>\n
88
+ \ <ConvertedCurrentPrice currencyID=\"USD\">17.13</ConvertedCurrentPrice>\n
89
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P3DT14H58M9S</TimeLeft>\n
90
+ \ <Title>HARRY POTTER DEATHLY HALLOWS 2 Original Cinema Poster </Title>\n
91
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">8.16</ShippingServiceCost>\n
92
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">5.0</ListedShippingServiceCost>\n
93
+ \ </ShippingCostSummary>\n <WatchCount>15</WatchCount>\n </Item>\n
94
+ \ <Item>\n <ItemID>200631598855</ItemID>\n <EndTime>2011-07-24T21:39:20.000Z</EndTime>\n
95
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Original-Lawman-Leather-Dirty-Harry-holster-/200631598855</ViewItemURLForNaturalSearch>\n
96
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2006315988558080_1.jpg</GalleryURL>\n
97
+ \ <PrimaryCategoryID>73966</PrimaryCategoryID>\n <PrimaryCategoryName>Sporting
98
+ Goods:Outdoor Sports:Hunting:Holsters &amp; Pouches:Holsters, Standard</PrimaryCategoryName>\n
99
+ \ <BidCount>11</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">242.5</ConvertedCurrentPrice>\n
100
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P1DT3H14M8S</TimeLeft>\n
101
+ \ <Title>Original Lawman Leather Dirty Harry holster</Title>\n <ShippingCostSummary>\n
102
+ \ <ShippingServiceCost currencyID=\"USD\">6.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
103
+ \ <ListedShippingServiceCost currencyID=\"USD\">6.0</ListedShippingServiceCost>\n
104
+ \ </ShippingCostSummary>\n <WatchCount>14</WatchCount>\n </Item>\n
105
+ \ <Item>\n <ItemID>150577340912</ItemID>\n <EndTime>2011-08-12T06:20:54.000Z</EndTime>\n
106
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-CHAPIN-ORIGINAL-ALBUM-SERiES-5CD-/150577340912</ViewItemURLForNaturalSearch>\n
107
+ \ <ListingType>FixedPriceItem</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/1505773409128080_1.jpg</GalleryURL>\n
108
+ \ <PrimaryCategoryID>307</PrimaryCategoryID>\n <PrimaryCategoryName>Music:CDs</PrimaryCategoryName>\n
109
+ \ <BidCount>16</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">23.0</ConvertedCurrentPrice>\n
110
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P19DT11H55M42S</TimeLeft>\n
111
+ \ <Title>HARRY CHAPIN - ORIGINAL ALBUM SERiES 5CD</Title>\n <ShippingCostSummary>\n
112
+ \ <ShippingServiceCost currencyID=\"USD\">0.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
113
+ \ <ListedShippingServiceCost currencyID=\"USD\">0.0</ListedShippingServiceCost>\n
114
+ \ </ShippingCostSummary>\n <WatchCount>14</WatchCount>\n </Item>\n
115
+ \ <Item>\n <ItemID>250857136762</ItemID>\n <EndTime>2011-07-24T18:07:50.000Z</EndTime>\n
116
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/ORIGINAL-ACEO-sketch-HARRY-POTTER-Emma-Watson-HERMIONE-/250857136762</ViewItemURLForNaturalSearch>\n
117
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/2508571367628080_1.jpg</GalleryURL>\n
118
+ \ <PrimaryCategoryID>73570</PrimaryCategoryID>\n <PrimaryCategoryName>Collectables:Trading
119
+ Cards/ CCG:Films:Harry Potter</PrimaryCategoryName>\n <BidCount>4</BidCount>\n
120
+ \ <ConvertedCurrentPrice currencyID=\"USD\">12.23</ConvertedCurrentPrice>\n
121
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>PT23H42M38S</TimeLeft>\n
122
+ \ <Title>ORIGINAL ACEO sketch HARRY POTTER Emma Watson HERMIONE</Title>\n
123
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">3.26</ShippingServiceCost>\n
124
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">2.0</ListedShippingServiceCost>\n
125
+ \ </ShippingCostSummary>\n <WatchCount>13</WatchCount>\n </Item>\n
126
+ \ <Item>\n <ItemID>120607932528</ItemID>\n <EndTime>2011-08-07T01:54:50.000Z</EndTime>\n
127
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Harry-Potter-Deathly-Hallows-Original-D-S-Movie-Posters-/120607932528</ViewItemURLForNaturalSearch>\n
128
+ \ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/1206079325288080_1.jpg</GalleryURL>\n
129
+ \ <PrimaryCategoryID>18828</PrimaryCategoryID>\n <PrimaryCategoryName>Movies:Movie
130
+ Memorabilia:Posters</PrimaryCategoryName>\n <BidCount>3</BidCount>\n <ConvertedCurrentPrice
131
+ currencyID=\"USD\">108.52</ConvertedCurrentPrice>\n <ListingStatus>Active</ListingStatus>\n
132
+ \ <TimeLeft>P14DT7H29M38S</TimeLeft>\n <Title>Harry Potter Deathly Hallows
133
+ Original D/S Movie Posters</Title>\n <ShippingCostSummary>\n <ShippingServiceCost
134
+ currencyID=\"USD\">22.8</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
135
+ \ <ListedShippingServiceCost currencyID=\"AUD\">21.0</ListedShippingServiceCost>\n
136
+ \ </ShippingCostSummary>\n <WatchCount>13</WatchCount>\n </Item>\n
137
+ \ <Item>\n <ItemID>370474163490</ItemID>\n <EndTime>2011-08-08T21:48:28.000Z</EndTime>\n
138
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-1st-MOVIE-ORIGINAL-POSTER-/370474163490</ViewItemURLForNaturalSearch>\n
139
+ \ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/3704741634908080_1.jpg</GalleryURL>\n
140
+ \ <PrimaryCategoryID>61108</PrimaryCategoryID>\n <PrimaryCategoryName>Entertainment
141
+ Memorabilia:Movie Memorabilia:Posters:Originals-International:2000-Now</PrimaryCategoryName>\n
142
+ \ <BidCount>1</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">19.99</ConvertedCurrentPrice>\n
143
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P16DT3H23M16S</TimeLeft>\n
144
+ \ <Title>HARRY POTTER 1st MOVIE ORIGINAL POSTER</Title>\n <ShippingCostSummary>\n
145
+ \ <ShippingServiceCost currencyID=\"USD\">5.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
146
+ \ <ListedShippingServiceCost currencyID=\"USD\">5.0</ListedShippingServiceCost>\n
147
+ \ </ShippingCostSummary>\n <WatchCount>9</WatchCount>\n </Item>\n
148
+ \ <Item>\n <ItemID>280711804615</ItemID>\n <EndTime>2011-07-26T00:55:59.000Z</EndTime>\n
149
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Lego-Harry-Potter-4733-Dueling-Club-Original-Box-/280711804615</ViewItemURLForNaturalSearch>\n
150
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2807118046158080_1.jpg</GalleryURL>\n
151
+ \ <PrimaryCategoryID>58727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
152
+ &amp; Hobbies:Building Toys:LEGO:Sets:Harry Potter</PrimaryCategoryName>\n <BidCount>3</BidCount>\n
153
+ \ <ConvertedCurrentPrice currencyID=\"USD\">21.5</ConvertedCurrentPrice>\n
154
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT6H30M47S</TimeLeft>\n
155
+ \ <Title>Lego Harry Potter 4733 Dueling Club In Original Box</Title>\n <ShippingCostSummary>\n
156
+ \ <ShippingServiceCost currencyID=\"USD\">6.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
157
+ \ <ListedShippingServiceCost currencyID=\"USD\">6.0</ListedShippingServiceCost>\n
158
+ \ </ShippingCostSummary>\n <WatchCount>8</WatchCount>\n </Item>\n
159
+ \ <Item>\n <ItemID>170670155611</ItemID>\n <EndTime>2011-07-26T04:25:34.000Z</EndTime>\n
160
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/LEGO-PROFESSOR-DUMBLEDORE-HARRY-POTTER-ORIGINAL-MINIFIG-/170670155611</ViewItemURLForNaturalSearch>\n
161
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/1706701556118080_1.jpg</GalleryURL>\n
162
+ \ <PrimaryCategoryID>58727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
163
+ &amp; Hobbies:Building Toys:LEGO:Sets:Harry Potter</PrimaryCategoryName>\n <BidCount>2</BidCount>\n
164
+ \ <ConvertedCurrentPrice currencyID=\"USD\">2.25</ConvertedCurrentPrice>\n
165
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT10H22S</TimeLeft>\n
166
+ \ <Title>LEGO PROFESSOR DUMBLEDORE HARRY POTTER ORIGINAL MINIFIG</Title>\n
167
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">1.5</ShippingServiceCost>\n
168
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">1.5</ListedShippingServiceCost>\n
169
+ \ </ShippingCostSummary>\n <WatchCount>8</WatchCount>\n </Item>\n
170
+ \ <Item>\n <ItemID>160557542835</ItemID>\n <EndTime>2011-08-07T20:23:10.000Z</EndTime>\n
171
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-CHAPIN-ORIGINAL-ALBUM-SERIES-BOX-SET-NEW-5-CD-/160557542835</ViewItemURLForNaturalSearch>\n
172
+ \ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/1605575428358080_1.jpg</GalleryURL>\n
173
+ \ <PrimaryCategoryID>307</PrimaryCategoryID>\n <PrimaryCategoryName>Music:CDs</PrimaryCategoryName>\n
174
+ \ <BidCount>4</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">29.99</ConvertedCurrentPrice>\n
175
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P15DT1H57M58S</TimeLeft>\n
176
+ \ <Title>HARRY CHAPIN *ORIGINAL ALBUM SERIES* BOX SET NEW 5 CD</Title>\n
177
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">2.95</ShippingServiceCost>\n
178
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">2.95</ListedShippingServiceCost>\n
179
+ \ </ShippingCostSummary>\n <WatchCount>7</WatchCount>\n </Item>\n
180
+ \ <Item>\n <ItemID>230554268969</ItemID>\n <EndTime>2011-08-20T16:32:00.000Z</EndTime>\n
181
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/DIRTY-HARRY-NINTENDO-GAME-SYSTEM-ORIGINAL-NES-HQ-/230554268969</ViewItemURLForNaturalSearch>\n
182
+ \ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/2305542689698080_2.jpg</GalleryURL>\n
183
+ \ <PrimaryCategoryID>139973</PrimaryCategoryID>\n <PrimaryCategoryName>Video
184
+ Games:Games</PrimaryCategoryName>\n <BidCount>11</BidCount>\n <ConvertedCurrentPrice
185
+ currencyID=\"USD\">8.0</ConvertedCurrentPrice>\n <ListingStatus>Active</ListingStatus>\n
186
+ \ <TimeLeft>P27DT22H6M48S</TimeLeft>\n <Title>DIRTY HARRY NINTENDO GAME
187
+ SYSTEM ORIGINAL NES HQ</Title>\n <ShippingCostSummary>\n <ShippingServiceCost
188
+ currencyID=\"USD\">0.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
189
+ \ <ListedShippingServiceCost currencyID=\"USD\">0.0</ListedShippingServiceCost>\n
190
+ \ </ShippingCostSummary>\n <WatchCount>7</WatchCount>\n </Item>\n
191
+ \ <Item>\n <ItemID>380355358534</ItemID>\n <EndTime>2011-07-24T18:09:03.000Z</EndTime>\n
192
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/ORIGINAL-ACEO-sketch-HARRY-POTTER-R-Fiennes-VOLDERMORT-/380355358534</ViewItemURLForNaturalSearch>\n
193
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/3803553585348080_1.jpg</GalleryURL>\n
194
+ \ <PrimaryCategoryID>73570</PrimaryCategoryID>\n <PrimaryCategoryName>Collectables:Trading
195
+ Cards/ CCG:Films:Harry Potter</PrimaryCategoryName>\n <BidCount>1</BidCount>\n
196
+ \ <ConvertedCurrentPrice currencyID=\"USD\">4.08</ConvertedCurrentPrice>\n
197
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>PT23H43M51S</TimeLeft>\n
198
+ \ <Title>ORIGINAL ACEO sketch HARRY POTTER R. Fiennes VOLDERMORT</Title>\n
199
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">3.26</ShippingServiceCost>\n
200
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"GBP\">2.0</ListedShippingServiceCost>\n
201
+ \ </ShippingCostSummary>\n <WatchCount>6</WatchCount>\n </Item>\n
202
+ \ <Item>\n <ItemID>190507079462</ItemID>\n <EndTime>2011-07-28T09:01:24.000Z</EndTime>\n
203
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Harry-Potter-Original-Costume-and-Quidditch-Costume-/190507079462</ViewItemURLForNaturalSearch>\n
204
+ \ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs3.ebaystatic.com/pict/1905070794628080002_5.jpg</GalleryURL>\n
205
+ \ <PrimaryCategoryID>80913</PrimaryCategoryID>\n <PrimaryCategoryName>Clothing,
206
+ Shoes, Accessories:Costumes:Full Outfits:Boys</PrimaryCategoryName>\n <BidCount>1</BidCount>\n
207
+ \ <ConvertedCurrentPrice currencyID=\"USD\">45.6</ConvertedCurrentPrice>\n
208
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P4DT14H36M12S</TimeLeft>\n
209
+ \ <Title>Harry Potter Original Costume and Quidditch Costume</Title>\n <ShippingCostSummary>\n
210
+ \ <ShippingServiceCost currencyID=\"USD\">39.36</ShippingServiceCost>\n
211
+ \ <ShippingType>FlatDomesticCalculatedInternational</ShippingType>\n <ListedShippingServiceCost
212
+ currencyID=\"AUD\">36.25</ListedShippingServiceCost>\n </ShippingCostSummary>\n
213
+ \ <WatchCount>6</WatchCount>\n </Item>\n <Item>\n <ItemID>200555089925</ItemID>\n
214
+ \ <EndTime>2011-08-11T22:44:49.000Z</EndTime>\n <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-ORIGINAL-BOOSTER-BOX-36-PACKS-SEALED-/200555089925</ViewItemURLForNaturalSearch>\n
215
+ \ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs2.ebaystatic.com/pict/2005550899258080_1.jpg</GalleryURL>\n
216
+ \ <PrimaryCategoryID>22727</PrimaryCategoryID>\n <PrimaryCategoryName>Toys
217
+ &amp; Hobbies:Trading Card Games:Harry Potter</PrimaryCategoryName>\n <BidCount>11</BidCount>\n
218
+ \ <ConvertedCurrentPrice currencyID=\"USD\">23.95</ConvertedCurrentPrice>\n
219
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P19DT4H19M37S</TimeLeft>\n
220
+ \ <Title>HARRY POTTER ORIGINAL BOOSTER BOX 36 PACKS SEALED</Title>\n <ShippingCostSummary>\n
221
+ \ <ShippingServiceCost currencyID=\"USD\">10.95</ShippingServiceCost>\n
222
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">10.95</ListedShippingServiceCost>\n
223
+ \ </ShippingCostSummary>\n <WatchCount>6</WatchCount>\n </Item>\n
224
+ \ <Item>\n <ItemID>370413086448</ItemID>\n <EndTime>2011-08-21T03:38:58.000Z</EndTime>\n
225
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Original-Harry-Willard-Poster-Window-Card-/370413086448</ViewItemURLForNaturalSearch>\n
226
+ \ <ListingType>StoresFixedPrice</ListingType>\n <GalleryURL>http://thumbs1.ebaystatic.com/pict/3704130864488080_3.jpg</GalleryURL>\n
227
+ \ <PrimaryCategoryID>35877</PrimaryCategoryID>\n <PrimaryCategoryName>Collectibles:Fantasy,
228
+ Mythical &amp; Magic:Magic:Posters, Prints</PrimaryCategoryName>\n <BidCount>1</BidCount>\n
229
+ \ <ConvertedCurrentPrice currencyID=\"USD\">35.0</ConvertedCurrentPrice>\n
230
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P28DT9H13M46S</TimeLeft>\n
231
+ \ <Title>Original Harry Willard Poster/Window Card</Title>\n <ShippingCostSummary>\n
232
+ \ <ShippingServiceCost currencyID=\"USD\">5.0</ShippingServiceCost>\n <ShippingType>Flat</ShippingType>\n
233
+ \ <ListedShippingServiceCost currencyID=\"USD\">5.0</ListedShippingServiceCost>\n
234
+ \ </ShippingCostSummary>\n <WatchCount>6</WatchCount>\n </Item>\n
235
+ \ <Item>\n <ItemID>270771641695</ItemID>\n <EndTime>2011-07-23T23:33:08.000Z</EndTime>\n
236
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/HARRY-POTTER-PHILOSPHER-STONE-ORIGINAL-MOVIE-POSTER-/270771641695</ViewItemURLForNaturalSearch>\n
237
+ \ <ListingType>FixedPriceItem</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2707716416958080_2.jpg</GalleryURL>\n
238
+ \ <PrimaryCategoryID>61104</PrimaryCategoryID>\n <PrimaryCategoryName>Entertainment
239
+ Memorabilia:Movie Memorabilia:Posters:Originals-United States:2000-Now</PrimaryCategoryName>\n
240
+ \ <BidCount>1</BidCount>\n <ConvertedCurrentPrice currencyID=\"USD\">25.0</ConvertedCurrentPrice>\n
241
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>PT5H7M56S</TimeLeft>\n
242
+ \ <Title>HARRY POTTER PHILOSPHER STONE ORIGINAL MOVIE POSTER</Title>\n <ShippingCostSummary>\n
243
+ \ <ShippingServiceCost currencyID=\"USD\">0.0</ShippingServiceCost>\n <ShippingType>FlatDomesticCalculatedInternational</ShippingType>\n
244
+ \ <ListedShippingServiceCost currencyID=\"USD\">0.0</ListedShippingServiceCost>\n
245
+ \ </ShippingCostSummary>\n <WatchCount>5</WatchCount>\n </Item>\n
246
+ \ <Item>\n <ItemID>280711969543</ItemID>\n <EndTime>2011-07-26T12:45:11.000Z</EndTime>\n
247
+ \ <ViewItemURLForNaturalSearch>http://cgi.ebay.com/Harry-Potter-Severus-Snape-Original-Figure-NIB-MINT-/280711969543</ViewItemURLForNaturalSearch>\n
248
+ \ <ListingType>Chinese</ListingType>\n <GalleryURL>http://thumbs4.ebaystatic.com/pict/2807119695438080_1.jpg</GalleryURL>\n
249
+ \ <PrimaryCategoryID>29798</PrimaryCategoryID>\n <PrimaryCategoryName>Collectibles:Fantasy,
250
+ Mythical &amp; Magic:Harry Potter</PrimaryCategoryName>\n <BidCount>1</BidCount>\n
251
+ \ <ConvertedCurrentPrice currencyID=\"USD\">12.99</ConvertedCurrentPrice>\n
252
+ \ <ListingStatus>Active</ListingStatus>\n <TimeLeft>P2DT18H19M59S</TimeLeft>\n
253
+ \ <Title>Harry Potter Severus Snape Original Figure - NIB MINT</Title>\n
254
+ \ <ShippingCostSummary>\n <ShippingServiceCost currencyID=\"USD\">9.99</ShippingServiceCost>\n
255
+ \ <ShippingType>Flat</ShippingType>\n <ListedShippingServiceCost currencyID=\"USD\">9.99</ListedShippingServiceCost>\n
256
+ \ </ShippingCostSummary>\n <WatchCount>5</WatchCount>\n </Item>\n
257
+ \ </ItemArray>\n </FindPopularItemsResponse>\n "
258
+ http_version: '1.1'