{
  "raw": {
    "url": "https://api.ebay.com/buy/browse/v1/item_summary/search?q=pokemon+psa+10&category_ids=183454&filter=buyingOptions%3A%7BFIXED_PRICE%7CAUCTION%7CBEST_OFFER%7D&sort=newlyListed&limit=200&offset=0",
    "externalId": "EBAY_US:pokemon psa 10:183454:0",
    "kind": "listing",
    "engine": "api",
    "fetchedAt": "2026-09-08T10:00:00.000Z",
    "payload": {
      "kind": "search_page",
      "url": "https://api.ebay.com/buy/browse/v1/item_summary/search?q=pokemon+psa+10&category_ids=183454&filter=buyingOptions%3A%7BFIXED_PRICE%7CAUCTION%7CBEST_OFFER%7D&sort=newlyListed&limit=200&offset=0",
      "marketplace": { "id": "EBAY_US", "currency": "USD", "country": "US", "locale": "en-US" },
      "query": { "q": "pokemon psa 10", "categoryIds": ["183454"], "categorySlug": "pokemon" },
      "offset": 0,
      "limit": 200,
      "total": 12345,
      "next": "https://api.ebay.com/buy/browse/v1/item_summary/search?q=pokemon+psa+10&category_ids=183454&limit=200&offset=200",
      "warnings": [],
      "items": [
        {
          "itemId": "v1|110000000001|0",
          "legacyItemId": "110000000001",
          "title": "1999 Pokemon Base Set Shadowless Charizard Holo #4/102 PSA 10 GEM MINT",
          "shortDescription": "Shadowless Base Set Charizard graded PSA 10 GEM MINT.",
          "price": { "value": "2450.00", "currency": "USD" },
          "buyingOptions": ["FIXED_PRICE", "BEST_OFFER"],
          "condition": "Ungraded",
          "conditionId": "4000",
          "itemWebUrl": "https://www.ebay.com/itm/110000000001?hash=item19a0b0c0d1:g:abcAAOSwABCDEFGH",
          "image": { "imageUrl": "https://i.ebayimg.com/images/g/abcAAOSwABCDEFGH/s-l1600.jpg" },
          "thumbnailImages": [{ "imageUrl": "https://i.ebayimg.com/images/g/abcAAOSwABCDEFGH/s-l225.jpg" }],
          "additionalImages": [{ "imageUrl": "https://i.ebayimg.com/images/g/xyzAAOSwABCDEFGH/s-l1600.jpg" }],
          "seller": { "username": "cardvault_us", "feedbackPercentage": "99.8", "feedbackScore": 15234, "sellerAccountType": "BUSINESS" },
          "shippingOptions": [{ "shippingCostType": "FIXED", "shippingCost": { "value": "9.95", "currency": "USD" }, "guaranteedDelivery": false }],
          "itemLocation": { "city": "Austin", "stateOrProvince": "TX", "postalCode": "787**", "country": "US" },
          "epid": "2255996781",
          "categories": [{ "categoryId": "183454", "categoryName": "CCG Individual Cards" }, { "categoryId": "2536", "categoryName": "Collectible Card Games" }],
          "leafCategoryIds": ["183454"],
          "itemCreationDate": "2026-09-07T18:22:10.000Z",
          "listingMarketplaceId": "EBAY_US",
          "adultOnly": false,
          "topRatedBuyingExperience": true,
          "watchCount": 41
        },
        {
          "itemId": "v1|110000000002|0",
          "legacyItemId": "110000000002",
          "title": "Pokemon Neo Genesis 1st Edition Lugia Holo #9/111 PSA 9 MINT",
          "price": { "value": "1525.00", "currency": "USD" },
          "currentBidPrice": { "value": "1525.00", "currency": "USD" },
          "bidCount": 17,
          "buyingOptions": ["AUCTION"],
          "condition": "Ungraded",
          "conditionId": "4000",
          "itemWebUrl": "https://www.ebay.com/itm/110000000002",
          "image": { "imageUrl": "https://i.ebayimg.com/images/g/lugAAOSwABCDEFGH/s-l1600.jpg" },
          "thumbnailImages": [],
          "additionalImages": [],
          "seller": { "username": "neo_collector", "feedbackPercentage": "100.0", "feedbackScore": 872, "sellerAccountType": "INDIVIDUAL" },
          "shippingOptions": [{ "shippingCostType": "FIXED", "shippingCost": { "value": "0.00", "currency": "USD" } }],
          "itemLocation": { "city": "Portland", "stateOrProvince": "OR", "country": "US" },
          "categories": [{ "categoryId": "183454", "categoryName": "CCG Individual Cards" }],
          "leafCategoryIds": ["183454"],
          "itemCreationDate": "2026-09-05T02:10:00.000Z",
          "itemEndDate": "2026-09-12T02:10:00.000Z",
          "listingMarketplaceId": "EBAY_US",
          "adultOnly": false
        }
      ]
    }
  },
  "expect": {
    "count": 2,
    "kinds": ["listing"],
    "requiredFields": ["price", "currency", "attributes.identifiers.ebay_item_id", "seller"],
    "first": { "currency": "USD", "price": 2450, "listingType": "best_offer", "attributes.categorySlug": "pokemon", "attributes.identifiers.ebay_epid": "2255996781" }
  },
  "note": "NOT a live capture (gated: no EBAY_CLIENT_ID/EBAY_CLIENT_SECRET yet). Synthesised on 2026-09-08 from the official eBay Buy Browse API OpenAPI contract (buy_browse_v1_oas3.json v1.20.4: SearchPagedCollection → ItemSummary, ConvertedAmount, Seller, ShippingOptionSummary, ItemLocationImpl, Image, Category). Field names/types follow the contract exactly; item ids, prices, sellers and dates are illustrative placeholders, not observed eBay data. Replace with a real capture (pnpm tsx connectors/api/_g10-lib/capture.ts ebay-browse) once credentials exist."
}
