130point: Search Sold Items
130point via Parse · marketplace
Full-text search over sold trading card items across multiple marketplaces. Returns card sale records with price, date, sale type, and listing URL. Results are sorted by the chosen order and optionally filtered to a single marketplace. Paginates as a single page up to the requested limit. Search for sold trading card items across multiple marketplaces (eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, Fanatics Collect). Aggregates card sales data with prices, dates, and marketplace info. Fulfilled by Parse from 130point.com.
- 130point
- 130point-com
- ecommerce
- marketplace
- parse
- platform-key
- sports
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/28d873f5-47d5-4c01-a275-e80c6b3fc610/search_sold_items
- Interface artifact
- sha256:372f5e0b6ab79205cbf7f9147a486906dd44e9ad292f51bf4c113a48d464cf29
- Manifest digest
- sha256:b2c250a87208c060f43e723d5ca8e89039b2bca8eea4fdeb6caf5d0ec94b52dc
Request fields
- sort (string): Sort order for results.: Allowed values: EndTimeSoonest, StartTimeNewest, CurrentPriceHighest, BestMatch
- limit (integer): Maximum number of items to return (max 1000).
- query (string, required): Search query for card name/description (e.g., 'Michael Jordan', 'Pokemon Charizard PSA 10').
- marketplace (string): Filter by marketplace.: Allowed values: all, ebay, pwcc, goldin, myslabs, pristine, heritage
Example queries
- {"sort":"EndTimeSoonest","limit":"10","query":"Michael Jordan","marketplace":"all"}