Godaddy: Search Auctions
Godaddy via Parse · marketplace
Search for domain auctions with filters and pagination. Returns auction listings sorted by the specified field, with domain valuation, bid count, backlink metrics, and SEMrush data for each result. Without a query, returns all auctions across the specified types. Pagination is offset-based via the start parameter. Access GoDaddy Auctions data including domain auction search, expired domain listings, and closeout (Buy It Now) listings. Fulfilled by Parse from auctions.godaddy.com.
- auctions-godaddy-com
- developer-tools
- finance
- godaddy
- 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/96539f73-10c8-4f95-a21d-9924ea344cb2/search_auctions
- Interface artifact
- sha256:f7a2d7445fe8f0326c2f472cfce64a58ea9b03fdf80bdfbde57d111a1d6be881
- Manifest digest
- sha256:68979c0a37480ac84e3b522e2f9f3cdafd6fd1b7b6d2f1edfbc963e344fca5df
Request fields
- limit (integer): Number of results to return per page.: Allowed values: 5, 10, 50, 150
- query (string): Search term to filter domains by keyword (e.g. 'tech', 'crypto'). Omitting returns all auctions.
- start (integer): Pagination start offset (0-based).
- types (string): Comma-separated list of auction type IDs to include. Accepted values: 16 (Expired), 38 (Closeout), 20 (Expiry), 39 (Pre-Release). Omitting defaults to all types: '16,38,20,39'.: Allowed values: 16, 38, 20, 39, 16,38,20,39
- sort_by (string): Sort field and direction. Format: 'field:direction'. Accepted values: 'auctionBids:desc', 'auctionValuationPrice:desc'.: Allowed values: auctionBids:desc, auctionValuationPrice:desc
Example queries
- {"limit":"5","query":"tech","start":"0","types":"16","sort_by":"auctionBids:desc"}