TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1{2 "raw": {3 "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",4 "externalId": "EBAY_US:pokemon psa 10:183454:0",5 "kind": "listing",6 "engine": "api",7 "fetchedAt": "2026-09-08T10:00:00.000Z",8 "payload": {9 "kind": "search_page",10 "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",11 "marketplace": { "id": "EBAY_US", "currency": "USD", "country": "US", "locale": "en-US" },12 "query": { "q": "pokemon psa 10", "categoryIds": ["183454"], "categorySlug": "pokemon" },13 "offset": 0,14 "limit": 200,15 "total": 12345,16 "next": "https://api.ebay.com/buy/browse/v1/item_summary/search?q=pokemon+psa+10&category_ids=183454&limit=200&offset=200",17 "warnings": [],18 "items": [19 {20 "itemId": "v1|110000000001|0",21 "legacyItemId": "110000000001",22 "title": "1999 Pokemon Base Set Shadowless Charizard Holo #4/102 PSA 10 GEM MINT",23 "shortDescription": "Shadowless Base Set Charizard graded PSA 10 GEM MINT.",24 "price": { "value": "2450.00", "currency": "USD" },25 "buyingOptions": ["FIXED_PRICE", "BEST_OFFER"],26 "condition": "Ungraded",27 "conditionId": "4000",28 "itemWebUrl": "https://www.ebay.com/itm/110000000001?hash=item19a0b0c0d1:g:abcAAOSwABCDEFGH",29 "image": { "imageUrl": "https://i.ebayimg.com/images/g/abcAAOSwABCDEFGH/s-l1600.jpg" },30 "thumbnailImages": [{ "imageUrl": "https://i.ebayimg.com/images/g/abcAAOSwABCDEFGH/s-l225.jpg" }],31 "additionalImages": [{ "imageUrl": "https://i.ebayimg.com/images/g/xyzAAOSwABCDEFGH/s-l1600.jpg" }],32 "seller": { "username": "cardvault_us", "feedbackPercentage": "99.8", "feedbackScore": 15234, "sellerAccountType": "BUSINESS" },33 "shippingOptions": [{ "shippingCostType": "FIXED", "shippingCost": { "value": "9.95", "currency": "USD" }, "guaranteedDelivery": false }],34 "itemLocation": { "city": "Austin", "stateOrProvince": "TX", "postalCode": "787**", "country": "US" },35 "epid": "2255996781",36 "categories": [{ "categoryId": "183454", "categoryName": "CCG Individual Cards" }, { "categoryId": "2536", "categoryName": "Collectible Card Games" }],37 "leafCategoryIds": ["183454"],38 "itemCreationDate": "2026-09-07T18:22:10.000Z",39 "listingMarketplaceId": "EBAY_US",40 "adultOnly": false,41 "topRatedBuyingExperience": true,42 "watchCount": 4143 },44 {45 "itemId": "v1|110000000002|0",46 "legacyItemId": "110000000002",47 "title": "Pokemon Neo Genesis 1st Edition Lugia Holo #9/111 PSA 9 MINT",48 "price": { "value": "1525.00", "currency": "USD" },49 "currentBidPrice": { "value": "1525.00", "currency": "USD" },50 "bidCount": 17,51 "buyingOptions": ["AUCTION"],52 "condition": "Ungraded",53 "conditionId": "4000",54 "itemWebUrl": "https://www.ebay.com/itm/110000000002",55 "image": { "imageUrl": "https://i.ebayimg.com/images/g/lugAAOSwABCDEFGH/s-l1600.jpg" },56 "thumbnailImages": [],57 "additionalImages": [],58 "seller": { "username": "neo_collector", "feedbackPercentage": "100.0", "feedbackScore": 872, "sellerAccountType": "INDIVIDUAL" },59 "shippingOptions": [{ "shippingCostType": "FIXED", "shippingCost": { "value": "0.00", "currency": "USD" } }],60 "itemLocation": { "city": "Portland", "stateOrProvince": "OR", "country": "US" },61 "categories": [{ "categoryId": "183454", "categoryName": "CCG Individual Cards" }],62 "leafCategoryIds": ["183454"],63 "itemCreationDate": "2026-09-05T02:10:00.000Z",64 "itemEndDate": "2026-09-12T02:10:00.000Z",65 "listingMarketplaceId": "EBAY_US",66 "adultOnly": false67 }68 ]69 }70 },71 "expect": {72 "count": 2,73 "kinds": ["listing"],74 "requiredFields": ["price", "currency", "attributes.identifiers.ebay_item_id", "seller"],75 "first": { "currency": "USD", "price": 2450, "listingType": "best_offer", "attributes.categorySlug": "pokemon", "attributes.identifiers.ebay_epid": "2255996781" }76 },77 "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."78}79