Getcollectr: Get Products Bulk
Getcollectr via Parse · marketplace
Retrieve trimmed product details for multiple products in a single call. Accepts a comma-separated list of product IDs. Returns an array of results in the same order as input IDs. Each item contains core pricing and grading data (no price_history). Grade entries include resolved human-readable labels (grading_company, grade_label, grade_value). If a product_id is invalid or not found, its entry contains product_id and an error message instead of failing the whole batch. When grade_id is provided, graded_sub_types are filtered to only entries matching that grade. When grading_company is provided, graded_sub_types are filtered to only entries from that grading company. Search and retrieve detailed information about collectible trading cards and sealed products from the Collectr catalog, including market prices, price history, and grading data. Fulfilled by Parse from app.getcollectr.com.
- app-getcollectr-com
- ecommerce
- finance
- getcollectr
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f9af367c-0a37-4e37-b6fe-637f181eaf96/get_products_bulk
- Interface artifact
- sha256:4e4dcff536b9a5346346f86fcbcf7f14fc6a6e851b6574d5eea7f5a2257385b6
- Manifest digest
- sha256:5e79aaaf0a0633f5a97ed2645aa0be2ac707add4737227d0debb0d506589d2f6
Request fields
- grade_id (string): Grade ID to filter graded_sub_types. When provided, only graded entries matching this grade are returned.
- product_ids (string, required): Comma-separated list of numeric product IDs (e.g. '252737,10010041,610516').
- grading_company (string): Grading company symbol to filter graded_sub_types (e.g. 'PSA', 'BGS', 'CGC', 'TAG', 'ACE', 'AGS'). Case-insensitive.
Example queries
- {"grade_id":"4","product_ids":"252737,10010041,610516","grading_company":"PSA"}