everywatch.com API: get_auction_results
everywatch.com via Parse · marketplace
Get completed auction results for a watch model identified by its slug path. Returns paginated auction results showing realized hammer prices from actual auction houses. The slug is obtained from search_models results. Supports pagination via page (1-based) and page_size (default 48, max 192). Optional client-side filters: date_from and date_to filter records by auction_date within the fetched page; auction_house matches organization name (case-insensitive substring); sold_status filters by sold/unsold status. Note: filters apply to the current page of server results; total_records reflects the unfiltered server count. Pricing logic derives hammer or realized prices from the buyer's premium rate and flags each value's provenance status. Each record includes identity fields (brand_id, model_id, everywatch_url), financial provenance (derivation_method, value status flags), FX conversion notes, and field-level data quality tracking. Search watch models and retrieve auction results from EveryWatch, a watch marketplace aggregating data from over 500 auction houses. Fulfilled by Parse from everywatch.com.
- ecommerce
- everywatch-com
- finance
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/45ca4080-79bb-4066-8d81-413cb494cfac/get_auction_results
- Interface artifact
- sha256:30728c8a8fdcc3255012ef788310d50d1b0189f53df6060d3e540d2d3af82ce8
- Manifest digest
- sha256:60caaf2e621813892f62944ce89f0c3b68876d78c035a955ab72dbcb9e412823
Request fields
- page (integer): Page number for pagination (1-based). Each page returns up to page_size results.
- slug (string, required): URL path slug for the watch model (e.g. '/rolex/daytona', '/omega/speedmaster'). Obtained from search_models results.
- date_to (string): Filter results to auctions on or before this date. ISO format YYYY-MM-DD. Applied client-side to the fetched page.
- date_from (string): Filter results to auctions on or after this date. ISO format YYYY-MM-DD. Applied client-side to the fetched page.
- page_size (integer): Number of results per page. Must be between 1 and 192.
- sold_status (string): Filter by sold status ('sold' or 'unsold'). Applied client-side to the fetched page.
- auction_house (string): Filter by auction house name (case-insensitive substring match on organization_name). Applied client-side to the fetched page.
Example queries
- {"slug":"/rolex/daytona"}