SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
2.8 KB · 51 lines json
Raw Blame History
1{2  "raw": {3    "url": "https://api.ebay.com/buy/browse/v1/item_summary/search?q=rolex+submariner&category_ids=31387&sort=newlyListed&limit=200&offset=0",4    "externalId": "EBAY_GB:rolex submariner:31387:0",5    "kind": "listing",6    "engine": "api",7    "fetchedAt": "2026-09-08T10:05:00.000Z",8    "payload": {9      "kind": "search_page",10      "url": "https://api.ebay.com/buy/browse/v1/item_summary/search?q=rolex+submariner&category_ids=31387&sort=newlyListed&limit=200&offset=0",11      "marketplace": { "id": "EBAY_GB", "currency": "GBP", "country": "GB", "locale": "en-GB" },12      "query": { "q": "rolex submariner", "categoryIds": ["31387"], "categorySlug": null },13      "offset": 0,14      "limit": 200,15      "total": 1,16      "next": null,17      "warnings": [],18      "items": [19        {20          "itemId": "v1|220000000001|0",21          "legacyItemId": "220000000001",22          "title": "Pokemon Base Set Blastoise Holo 2/102 PSA 10 GEM MINT 1999 WOTC",23          "price": { "value": "3120.50", "currency": "GBP", "convertedFromValue": "3999.00", "convertedFromCurrency": "USD" },24          "buyingOptions": ["FIXED_PRICE"],25          "condition": "Used",26          "conditionId": "3000",27          "itemWebUrl": "https://www.ebay.co.uk/itm/220000000001",28          "image": { "imageUrl": "https://i.ebayimg.com/images/g/blsAAOSwABCDEFGH/s-l1600.jpg" },29          "thumbnailImages": [],30          "additionalImages": [],31          "seller": { "username": "us_cards_intl", "feedbackPercentage": "99.1", "feedbackScore": 4021 },32          "shippingOptions": [{ "shippingCostType": "CALCULATED", "shippingCost": { "value": "24.10", "currency": "GBP", "convertedFromValue": "30.90", "convertedFromCurrency": "USD" } }],33          "itemLocation": { "city": "Miami", "stateOrProvince": "FL", "country": "US" },34          "epid": "8025106702",35          "categories": [{ "categoryId": "183454", "categoryName": "CCG Individual Cards" }],36          "leafCategoryIds": ["183454"],37          "itemCreationDate": "2026-09-06T09:00:00.000Z",38          "listingMarketplaceId": "EBAY_US",39          "adultOnly": false40        }41      ]42    }43  },44  "expect": {45    "count": 1,46    "kinds": ["listing"],47    "first": { "currency": "GBP", "price": 3120.5, "attributes.categorySlug": "pokemon", "grade.grader": "psa", "grade.grade": "10", "attributes.metadata.price_converted_by_ebay": true }48  },49  "note": "NOT a live capture (gated connector). Edge case synthesised from the official OpenAPI contract: an EBAY_US listing returned through the EBAY_GB marketplace, where eBay converts the price (ConvertedAmount.convertedFromValue/convertedFromCurrency) — the connector keeps the GBP figure as the listing price, flags price_converted_by_ebay and stores the original USD amount in metadata; the query has no categorySlug so the category comes from the title. Values are illustrative placeholders."50}51