list_marketplace
Browse domains listed for sale on Porkbun's marketplace with filters for TLD, SLD length, price, and keyword search. Get domain, price, and listing date for each result.
Instructions
Browse domains for sale on the Porkbun marketplace (aftermarket — domains owned by other users, not new registrations). Returns each listing's domain, TLD, SLD length, price (in USD), and listing date.
Filters (all optional, server-side, mirroring the porkbun.com/marketplace UI):
query: SLD substring match. Multi-word queries: prefix a word with-to exclude it (e.g."ai -test"matches SLDs containing 'ai' but not 'test').tlds: limit to a list of TLDs (without the leading dot).sld_length_min,sld_length_max: SLD character length bounds.sort_name:domain|tld|price|sld_length.sort_direction:asc|desc.
When any filter is set, server returns up to 1000 matching listings. With no filters, supports raw pagination via start / limit (max 5000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | SLD substring search. Use `-word` to exclude. Example: `'ai -test'`. | |
| tlds | No | Limit to these TLDs (no leading dot). Example: `['com', 'io', 'ai']`. | |
| sld_length_min | No | Minimum SLD character length. | |
| sld_length_max | No | Maximum SLD character length. | |
| sort_name | No | Sort field. Default: `sld_length` asc when query is set, else `create_date` desc. | |
| sort_direction | No | Sort direction. | |
| start | No | Pagination offset (no-filter mode only). Default 0. | |
| limit | No | Page size (no-filter mode only). Default 1000, max 5000. |