{
  "raw": {
    "url": "https://api.ebay.com/buy/browse/v1/item_summary/search?q=rolex+submariner&category_ids=31387&sort=newlyListed&limit=200&offset=0",
    "externalId": "EBAY_GB:rolex submariner:31387:0",
    "kind": "listing",
    "engine": "api",
    "fetchedAt": "2026-09-08T10:05:00.000Z",
    "payload": {
      "kind": "search_page",
      "url": "https://api.ebay.com/buy/browse/v1/item_summary/search?q=rolex+submariner&category_ids=31387&sort=newlyListed&limit=200&offset=0",
      "marketplace": { "id": "EBAY_GB", "currency": "GBP", "country": "GB", "locale": "en-GB" },
      "query": { "q": "rolex submariner", "categoryIds": ["31387"], "categorySlug": null },
      "offset": 0,
      "limit": 200,
      "total": 1,
      "next": null,
      "warnings": [],
      "items": [
        {
          "itemId": "v1|220000000001|0",
          "legacyItemId": "220000000001",
          "title": "Pokemon Base Set Blastoise Holo 2/102 PSA 10 GEM MINT 1999 WOTC",
          "price": { "value": "3120.50", "currency": "GBP", "convertedFromValue": "3999.00", "convertedFromCurrency": "USD" },
          "buyingOptions": ["FIXED_PRICE"],
          "condition": "Used",
          "conditionId": "3000",
          "itemWebUrl": "https://www.ebay.co.uk/itm/220000000001",
          "image": { "imageUrl": "https://i.ebayimg.com/images/g/blsAAOSwABCDEFGH/s-l1600.jpg" },
          "thumbnailImages": [],
          "additionalImages": [],
          "seller": { "username": "us_cards_intl", "feedbackPercentage": "99.1", "feedbackScore": 4021 },
          "shippingOptions": [{ "shippingCostType": "CALCULATED", "shippingCost": { "value": "24.10", "currency": "GBP", "convertedFromValue": "30.90", "convertedFromCurrency": "USD" } }],
          "itemLocation": { "city": "Miami", "stateOrProvince": "FL", "country": "US" },
          "epid": "8025106702",
          "categories": [{ "categoryId": "183454", "categoryName": "CCG Individual Cards" }],
          "leafCategoryIds": ["183454"],
          "itemCreationDate": "2026-09-06T09:00:00.000Z",
          "listingMarketplaceId": "EBAY_US",
          "adultOnly": false
        }
      ]
    }
  },
  "expect": {
    "count": 1,
    "kinds": ["listing"],
    "first": { "currency": "GBP", "price": 3120.5, "attributes.categorySlug": "pokemon", "grade.grader": "psa", "grade.grade": "10", "attributes.metadata.price_converted_by_ebay": true }
  },
  "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."
}
