Function /listing/list/count
Function invocation
https://json.aftermarket.pl/listing/list/count
Function description
Returns the number of domains offered for sale. The marketplace is searched according to specified criteria. All criteria are optional and can be omitted.
Input parameters
This function takes the following input parameters:
Parameter | Type | Required | Default value | Description |
---|---|---|---|---|
catalogId | integer | 0 | Catalog Id | |
category | string | "" | Marketplace category | |
endtime | integer | 0 | Auction endtime | |
string | "" | Domain language (deprecated and unused) | ||
name | string | "" | String to search within domain names (at least 3 sign should be given, otherwise parameter will be ignored) | |
leftAnchor | boolean | false | Left anchor for search text | |
rightAnchor | boolean | false | Right anchor for search text | |
lengthFrom | integer | 0 | Minimum domain length | |
lengthTo | integer | 0 | Maximum domain length | |
string | "" | Domain market (deprecated and unused) | ||
noHyphens | boolean | false | Exclude domains with hyphens | |
noIDN | boolean | false | Exclude IDN domains | |
noNumbers | boolean | false | Exclude domains with numbers | |
noLetters | boolean | false | Exclude domains with letters | |
onlyFeatured | boolean | false | Show only featured domains | |
onlyIDN | boolean | false | Show only IDN domains | |
onlyInstallments | boolean | false | Show only domains with in installments | |
onlyLease | boolean | false | Show only domains with lease | |
onlyPackages | boolean | false | Show only domain packages | |
onlyWithOffers | boolean | false | Show only domains which received offers | |
boolean | false | Show only domains with installments (deprecated, please use 'onlyInstallments' parameter) | ||
boolean | false | Show only domains with installments (deprecated, please use 'onlyLease' parameter) | ||
tld | string | "" | Domain extension | |
priceFrom | float | 0 | Minimum domain price | |
priceTo | float | 0 | Maximum domain price | |
currency | string | "PLN" | Price filter currency | |
negotiation | boolean | false | With price restrictions, return only domains that have no Buy It Now price | |
sellerId | string | "" | Seller identifier | |
what | integer | 0 | What listings are to be shown (1 - Listing, 2 - Auction, 3 - Last Minute auction, 4 - Caught domains auction, 5 - Cheap auction (started from 1 PLN) |
Return value
The number of domains listed on the marketplace and matching specified input criteria (integer value).