Gazelle: Get Buyback Price Estimate
Gazelle via Parse · ecommerce
Get a trade-in price estimate for a specific device via the ecoATM API. Returns offer information including payout amounts by channel. Requires valid category_id from get_buyback_categories and accurate device details matching what appears in get_buyback_series. APIs for searching products, getting product details, and obtaining trade-in/buyback price estimates for electronics on Gazelle. Fulfilled by Parse from gazelle.com.
- ecommerce
- gazelle
- gazelle-com
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/5c029db1-9ed8-4ea6-bf07-32750109c2da/get_buyback_price_estimate
- Interface artifact
- sha256:90dce34b00bd268c9f6c18728023ae6444422b2f66835baa48e1d6e34269c5a4
- Manifest digest
- sha256:b43208f7e8f45b9053a5139e47ff4eaf78a933e30eb4374fec4b4c4545b4a6f1
Request fields
- cracks (boolean): Whether the device has cracks.: Allowed values: false
- lcd_ok (boolean): Whether the screen is functional.: Allowed values: true
- power_up (boolean): Whether the device powers on.: Allowed values: true
- brand_name (string, required): Brand name (e.g. 'Apple', 'Samsung').: Allowed values: Apple
- model_name (string, required): Model name (e.g. 'iPhone 14').: Allowed values: iPhone 14
- category_id (string, required): UUID category ID from get_buyback_categories (e.g. '8fbcad05-0bbf-4ba7-ba0c-1d4f36bc1022' for Cell Phone).: Allowed values: 8fbcad05-0bbf-4ba7-ba0c-1d4f36bc1022
- series_name (string, required): Series name matching a name from get_buyback_series (e.g. 'iPhone 14').: Allowed values: iPhone 14
- carrier_name (string, required): Carrier name (e.g. 'Unlocked', 'AT&T', 'T-Mobile', 'Verizon').: Allowed values: Unlocked
- storage_option (string, required): Storage option (e.g. '128GB', '256GB', '512GB').: Allowed values: 128GB
Example queries
- {"cracks":"false","lcd_ok":"true","power_up":"true","brand_name":"Apple","model_name":"iPhone 14","category_id":"8fbcad05-0bbf-4ba7-ba0c-1d4f36bc1022","series_name":"iPhone 14","carrier_name":"Unlocked","storage_option":"128GB"}