{
  "raw": {
    "url": "https://openapi.etsy.com/v3/application/listings/active?keywords=vintage+fountain+pen&sort_on=created&sort_order=desc&limit=100&offset=0",
    "externalId": "vintage fountain pen::0",
    "kind": "listing",
    "engine": "api",
    "fetchedAt": "2026-09-08T10:10:00.000Z",
    "payload": {
      "kind": "search_page",
      "url": "https://openapi.etsy.com/v3/application/listings/active?keywords=vintage+fountain+pen&sort_on=created&sort_order=desc&limit=100&offset=0",
      "query": { "keywords": "vintage fountain pen", "categorySlug": "pens" },
      "offset": 0,
      "limit": 100,
      "count": 3,
      "listings": [
        {
          "listing_id": 1700000001,
          "shop_id": 5100001,
          "title": "Vintage Parker 51 Aerometric Fountain Pen 1950s Burgundy Lustraloy Cap Fine Nib",
          "description": "Restored Parker 51 aerometric filler, circa 1953. Fine 14k nib, writes smoothly.",
          "state": "active",
          "url": "https://www.etsy.com/listing/1700000001/vintage-parker-51-aerometric-fountain-pen",
          "quantity": 1,
          "price": { "amount": 12999, "divisor": 100, "currency_code": "USD" },
          "taxonomy_id": 1202,
          "tags": ["parker 51", "vintage fountain pen", "aerometric"],
          "materials": ["celluloid", "steel"],
          "when_made": "1950s",
          "who_made": "someone_else",
          "is_supply": false,
          "is_customizable": false,
          "has_variations": false,
          "listing_type": "physical",
          "language": "en-US",
          "creation_timestamp": 1788000000,
          "original_creation_timestamp": 1787000000,
          "ending_timestamp": 1798000000,
          "last_modified_timestamp": 1788100000,
          "num_favorers": 12,
          "views": 340,
          "images": [
            { "listing_image_id": 6200000001, "url_570xN": "https://i.etsystatic.com/51000001/r/il/aaaaaa/6200000001/il_570xN.6200000001_abcd.jpg", "url_fullxfull": "https://i.etsystatic.com/51000001/r/il/aaaaaa/6200000001/il_fullxfull.6200000001_abcd.jpg" }
          ],
          "shop": { "shop_name": "PenRestorationCo", "url": "https://www.etsy.com/shop/PenRestorationCo", "shop_location_country_iso": "US", "review_average": 4.9, "review_count": 812 }
        },
        {
          "listing_id": 1700000002,
          "shop_id": 5100002,
          "title": "Conway Stewart 58 Fountain Pen Green Marble 1950s 14ct Gold Nib",
          "description": "English vintage pen in working order.",
          "state": "active",
          "url": "https://www.etsy.com/listing/1700000002/conway-stewart-58-fountain-pen",
          "quantity": 1,
          "price": { "amount": 18500, "divisor": 100, "currency_code": "GBP" },
          "taxonomy_id": 1202,
          "tags": ["conway stewart"],
          "materials": ["casein"],
          "when_made": "1950s",
          "who_made": "someone_else",
          "is_supply": false,
          "listing_type": "physical",
          "language": "en-GB",
          "creation_timestamp": 1787900000,
          "ending_timestamp": 1797900000,
          "num_favorers": 3,
          "images": [{ "listing_image_id": 6200000002, "url_570xN": "https://i.etsystatic.com/51000002/r/il/bbbbbb/6200000002/il_570xN.6200000002_efgh.jpg" }],
          "shop": { "shop_name": "LondonPenAttic", "url": "https://www.etsy.com/shop/LondonPenAttic", "shop_location_country_iso": "GB", "review_average": 5, "review_count": 96 }
        },
        {
          "listing_id": 1700000003,
          "shop_id": 5100003,
          "title": "Custom Handmade Resin Fountain Pen — Made To Order",
          "state": "active",
          "url": "https://www.etsy.com/listing/1700000003/custom-handmade-resin-fountain-pen",
          "quantity": 5,
          "price": { "amount": 9500, "divisor": 100, "currency_code": "USD" },
          "taxonomy_id": 1202,
          "tags": [],
          "materials": ["resin"],
          "when_made": "made_to_order",
          "who_made": "i_did",
          "is_supply": false,
          "listing_type": "physical",
          "language": "en-US",
          "creation_timestamp": 1787800000,
          "images": [],
          "shop": null
        }
      ]
    }
  },
  "expect": {
    "count": 2,
    "kinds": ["listing"],
    "requiredFields": ["price", "currency", "attributes.identifiers.etsy_listing_id"],
    "first": { "currency": "USD", "price": 129.99, "attributes.categorySlug": "pens", "seller": "PenRestorationCo", "attributes.metadata.when_made": "1950s" }
  },
  "note": "NOT a live capture (gated: no ETSY_API_KEY yet). Synthesised on 2026-09-08 from the official Etsy Open API v3 OpenAPI contract (etsy.com/openapi/generated/oas/3.0.0.json: ShopListings → ShopListing, Money {amount, divisor, currency_code}, ListingImage url_570xN/url_fullxfull, Shop) — Etsy's reference pages carry no worked example response. Field names/types follow the contract; listing ids, prices, shops and timestamps are illustrative placeholders. The third listing is a made_to_order item, which normalize() skips. Replace with a real capture once credentials exist."
}
