{
  "raw": {
    "url": "https://api.trademe.co.nz/v1/Search/General.json?category=0187-4353-&rows=25&page=1&sort_order=Default&photo_size=Large",
    "externalId": "0187-4353-:p1",
    "kind": "listing",
    "engine": "api",
    "fetchedAt": "2026-09-08T10:20:00.000Z",
    "payload": {
      "kind": "search_page",
      "url": "https://api.trademe.co.nz/v1/Search/General.json?category=0187-4353-&rows=25&page=1&sort_order=Default&photo_size=Large",
      "seed": { "category": "0187-4353-", "categorySlug": "coins" },
      "page": 1,
      "totalCount": 812,
      "pageSize": 25,
      "listings": [
        {
          "ListingId": 5100000001,
          "Title": "1935 New Zealand Waitangi Crown - Choice Uncirculated",
          "Subtitle": "Rare pre-decimal silver crown",
          "Category": "0187-4353-",
          "CategoryPath": "/Antiques-collectables/Coins",
          "StartPrice": 1500,
          "BuyNowPrice": 0,
          "MaxBidAmount": 2050,
          "PriceDisplay": "$2,050.00",
          "StartDate": "/Date(1788000000000)/",
          "EndDate": "/Date(1788600000000)/",
          "PictureHref": "https://trademe.tmcdn.co.nz/photoserver/large/1234567890.jpg",
          "Region": "Wellington",
          "Suburb": "Karori",
          "BidCount": 6,
          "HasBuyNow": false,
          "HasReserve": true,
          "IsReserveMet": true,
          "ReserveState": 1,
          "IsClassified": false,
          "IsNew": false,
          "Attributes": [{ "Name": "Denomination", "DisplayName": "Denomination", "Value": "Crown" }]
        },
        {
          "ListingId": 5100000002,
          "Title": "1933 NZ Silver Half Crown - George V",
          "Category": "0187-4353-",
          "CategoryPath": "/Antiques-collectables/Coins",
          "StartPrice": 25,
          "BuyNowPrice": 45,
          "MaxBidAmount": 0,
          "PriceDisplay": "Buy Now $45.00",
          "StartDate": "/Date(1788100000000)/",
          "EndDate": "/Date(1788700000000)/",
          "PictureHref": "https://trademe.tmcdn.co.nz/photoserver/large/1234567891.jpg",
          "Region": "Auckland",
          "Suburb": "Ponsonby",
          "BidCount": 0,
          "HasBuyNow": true,
          "HasReserve": false,
          "ReserveState": 0,
          "IsClassified": false,
          "IsNew": false,
          "Attributes": []
        }
      ]
    }
  },
  "expect": {
    "count": 2,
    "kinds": ["listing"],
    "requiredFields": ["price", "currency", "attributes.identifiers.trademe_listing_id", "endsAt"],
    "first": { "currency": "NZD", "price": 2050, "listingType": "auction", "bidCount": 6, "attributes.categorySlug": "coins", "location": "Karori, Wellington" }
  },
  "note": "NOT a live capture (gated: no TRADEME_CONSUMER_KEY/SECRET yet). Synthesised on 2026-09-08 from the documented Trade Me General Search response (developer.trademe.co.nz/api-reference/search-methods/general-search: SearchResults {TotalCount, Page, PageSize, List[Listing]} with ListingId, Title, Subtitle, Category, CategoryPath, StartPrice, BuyNowPrice, MaxBidAmount, PriceDisplay, StartDate/EndDate as .NET '/Date(ms)/', PictureHref, Region, Suburb, BidCount, HasBuyNow, HasReserve, IsReserveMet, ReserveState, IsClassified, IsNew, Attributes). The category number 0187-4353- (Coins) is real (public /v1/Categories.json); listing ids, prices and dates are illustrative placeholders. Replace with a real capture once credentials exist."
}
